Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.

Differences Between: [Versions 311 and 402] [Versions 311 and 403]

(no description)

File Size: 149 lines (6 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

dynamic_form:: (1 method):
  __construct()


Class: dynamic_form  - X-Ref

Class modal

Extend this class to create a form that can be used in a modal dialogue.

__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