rcpp_framework/core/html
2022-02-04 06:19:38 +01:00
..
bbcode_parser.cpp Implement handling [color=white] like bbcode tags. 2022-02-04 06:19:38 +01:00
bbcode_parser.h The bbcode parser should work now. Kept the self closing tag, as it might be useful for non standard tags. 2022-02-04 05:57:47 +01:00
form_validator.cpp FormValidator and HTMLBuilder now uses my string and vector aswell. 2021-11-01 18:00:34 +01:00
form_validator.h FormValidator and HTMLBuilder now uses my string and vector aswell. 2021-11-01 18:00:34 +01:00
html_builder.cpp Made the more complex helper methods return the HTMLBuilder tself instead of the HTMLTags in HTMLBuilder . 2022-01-09 14:58:35 +01:00
html_builder.h Made the more complex helper methods return the HTMLBuilder tself instead of the HTMLTags in HTMLBuilder . 2022-01-09 14:58:35 +01:00
html_parser.cpp Fix edge cases during parsing <script> tags with in-html code. 2021-11-21 12:32:36 +01:00
html_parser.h Fox include guard. 2022-02-04 05:47:51 +01:00