|
df4379d766
|
Added a parameter to HTMLTemplate::process_template_expression_variable() to be able to control when to emit errors if a variable is not set. Now this is used when checking for the first argument for the q template method variants.
|
2024-02-26 21:58:35 +01:00 |
|
|
6ea807be26
|
Added a q variant from all template methods. These use their first argument to decide whether to print anything or not.
|
2024-02-26 21:27:20 +01:00 |
|
|
984465ee0c
|
Finished HTMLTemplate's template substitution implementation.
|
2024-02-26 18:16:25 +01:00 |
|
|
b0a72e933d
|
HTMLTemplate::process_template_expression() initial implementation.
|
2024-02-26 13:11:31 +01:00 |
|
|
81c8e4aa75
|
Removed WebServerRequest parameter from get_and_render_template() in HTMLTemplate.
|
2024-02-26 11:56:01 +01:00 |
|
|
af492fc79e
|
HTMLTemplate template processing part 1.
|
2024-02-26 11:36:13 +01:00 |
|
|
66e0daf383
|
Created a built in editor using PROPERTY_HINT_BUTTON-s from HTMLTemplates.
|
2024-02-25 22:11:17 +01:00 |
|
|
87920a4ed7
|
Initial HTMLTemplate class setup.
|
2024-02-25 19:15:34 +01:00 |
|
|
fb005f970e
|
Added HTMLTemplate and HTMLTemplateData classes.
|
2024-02-25 14:54:50 +01:00 |
|