Differences Between: [Versions 311 and 402] [Versions 400 and 402] [Versions 401 and 402]
(no description)
File Size: | 149 lines (6 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
dynamic_form:: (1 method):
__construct()
Class: dynamic_form - X-Ref
Class modal__construct(?string $action = null,?array $customdata = null,string $method = 'post',string $target = '',?array $attributes = [],bool $editable = true,?array $ajaxformdata = null,bool $isajaxsubmission = false) X-Ref |
Constructor for modal forms can not be overridden, however the same form can be used both in AJAX and normally param: string $action param: array $customdata param: string $method param: string $target param: array $attributes param: bool $editable param: array $ajaxformdata Forms submitted via ajax, must pass their data here, instead of relying on _GET and _POST. param: bool $isajaxsubmission whether the form is called from WS and it needs to validate user access and set up context |