add trigger_htmx_event(...) methods to FunctionBase
This commit is contained in:
@@ -239,6 +239,11 @@ public:
|
||||
|
||||
virtual void redirect_if_needed(bool was_url_changed = false);
|
||||
|
||||
virtual void trigger_htmx_event(const wchar_t * event_name, bool value);
|
||||
virtual void trigger_htmx_event(const wchar_t * event_name, int value);
|
||||
virtual void trigger_htmx_event(const wchar_t * event_name, long value);
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* DEPRECATED
|
||||
|
Reference in New Issue
Block a user