Meirza
928b300bc7
MDL-78145 lib: Added missing class properties in pear
...
In PHP 8.2 and later, setting a value to an undeclared class property is
deprecated and emits a deprecation notice.
So we need to add missing class properties that still need to be declared.
2023-05-27 11:11:12 +07:00
David Monllao
2edb12ec30
MDL-52826 forms: Move global functions to self-contained
2016-01-22 15:43:08 +08:00
Marina Glancy
1a0df5535e
MDL-52081 forms: Use __construct() for constructors
2015-12-10 13:38:01 +08:00
Brian Barnes
8b5f402151
MDL-46467 forms: Labels have "for" attribute even when frozen
2015-01-27 14:30:22 +13:00
skodak
49ba2b61b9
MDL-19030 even uglier hack - do not try to add id to labels of static element - they do not have it; merged from MOODLE_19_STABLE
2009-04-30 10:09:13 +00:00
skodak
5c89242e50
MDL-19030 very ugly hack - do not try to add id to labels of element group - they do not have it; merged from MOODLE_19_STABLE
2009-04-30 10:06:11 +00:00
skodak
8c453e41f7
MDL-19030 fixed xhtml strictness when label attached to frozen element; merged from MOODLE_19_STABLE
2009-04-30 09:50:02 +00:00
jamiesensei
f0e2d0ac80
upgraded tableless pear quickform packages
2006-09-27 16:31:11 +00:00
jamiesensei
da6f876395
This is a first cut of a new formslib.php a library of classes for creating and securely processing forms in Moodle, based on PEAR QuickForms. Only uses XHTML and CSS and no table tags.
...
This is NOT YET PART OF THE MOODLE API it is here for experimental purposes.
2006-09-24 17:04:51 +00:00