mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-25 13:17:22 +01:00
Added new tag() and ctag() universal tag helpers to the HTMLBuilder binder class.
This commit is contained in:
parent
99dd7022a5
commit
f9ef920ec5
File diff suppressed because it is too large
Load Diff
@ -509,6 +509,9 @@ public:
|
|||||||
Ref<_HTMLBuilder> csrf_token(const String &token);
|
Ref<_HTMLBuilder> csrf_token(const String &token);
|
||||||
Ref<_HTMLBuilder> csrf_tokenr(Ref<WebServerRequest> request);
|
Ref<_HTMLBuilder> csrf_tokenr(Ref<WebServerRequest> request);
|
||||||
|
|
||||||
|
Ref<_HTMLTag> tag(const String &p_tag, const bool p_simple = false);
|
||||||
|
Ref<_HTMLBuilder> ctag(const String &p_tag);
|
||||||
|
|
||||||
void f();
|
void f();
|
||||||
|
|
||||||
// write
|
// write
|
||||||
@ -535,7 +538,7 @@ public:
|
|||||||
protected:
|
protected:
|
||||||
static void _bind_methods();
|
static void _bind_methods();
|
||||||
|
|
||||||
Ref<_HTMLTag> tag;
|
Ref<_HTMLTag> _tag;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user