]> git.mjollnir.org Git - moodle.git/commit
This is a first cut of a new formslib.php a library of classes for creating and secur...
authorjamiesensei <jamiesensei>
Sun, 24 Sep 2006 17:04:51 +0000 (17:04 +0000)
committerjamiesensei <jamiesensei>
Sun, 24 Sep 2006 17:04:51 +0000 (17:04 +0000)
commitda6f876395695e34d88fababfdc033411da8729a
treeb7ce65dedaee4709896e6f356e843b4a46264667
parente836a7ddd8ec433b97ec7d40a60473ce79b8be52
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.
68 files changed:
lang/en_utf8/form.php [new file with mode: 0644]
lib/form/checkbox.php [new file with mode: 0644]
lib/form/dateselector.php [new file with mode: 0644]
lib/form/file.php [new file with mode: 0644]
lib/form/group.php [new file with mode: 0644]
lib/form/htmleditor.php [new file with mode: 0644]
lib/form/password.php [new file with mode: 0644]
lib/form/radio.php [new file with mode: 0644]
lib/form/req.gif [new file with mode: 0644]
lib/form/req.png [new file with mode: 0644]
lib/form/select.php [new file with mode: 0644]
lib/form/text.php [new file with mode: 0644]
lib/form/textarea.php [new file with mode: 0644]
lib/formslib.php [new file with mode: 0644]
lib/pear/HTML/Common.php [new file with mode: 0644]
lib/pear/HTML/QuickForm.php [new file with mode: 0644]
lib/pear/HTML/QuickForm/DHTMLRulesTableless.php [new file with mode: 0644]
lib/pear/HTML/QuickForm/Renderer.php [new file with mode: 0644]
lib/pear/HTML/QuickForm/Renderer/Array.php [new file with mode: 0644]
lib/pear/HTML/QuickForm/Renderer/Default.php [new file with mode: 0644]
lib/pear/HTML/QuickForm/Renderer/Object.php [new file with mode: 0644]
lib/pear/HTML/QuickForm/Renderer/Tableless.php [new file with mode: 0644]
lib/pear/HTML/QuickForm/Rule.php [new file with mode: 0644]
lib/pear/HTML/QuickForm/Rule/Callback.php [new file with mode: 0644]
lib/pear/HTML/QuickForm/Rule/Compare.php [new file with mode: 0644]
lib/pear/HTML/QuickForm/Rule/Email.php [new file with mode: 0644]
lib/pear/HTML/QuickForm/Rule/Range.php [new file with mode: 0644]
lib/pear/HTML/QuickForm/Rule/Regex.php [new file with mode: 0644]
lib/pear/HTML/QuickForm/Rule/Required.php [new file with mode: 0644]
lib/pear/HTML/QuickForm/RuleRegistry.php [new file with mode: 0644]
lib/pear/HTML/QuickForm/advcheckbox.php [new file with mode: 0644]
lib/pear/HTML/QuickForm/autocomplete.php [new file with mode: 0644]
lib/pear/HTML/QuickForm/button.php [new file with mode: 0644]
lib/pear/HTML/QuickForm/checkbox.php [new file with mode: 0644]
lib/pear/HTML/QuickForm/date.php [new file with mode: 0644]
lib/pear/HTML/QuickForm/element.php [new file with mode: 0644]
lib/pear/HTML/QuickForm/file.php [new file with mode: 0644]
lib/pear/HTML/QuickForm/group.php [new file with mode: 0644]
lib/pear/HTML/QuickForm/header.php [new file with mode: 0644]
lib/pear/HTML/QuickForm/hidden.php [new file with mode: 0644]
lib/pear/HTML/QuickForm/hiddenselect.php [new file with mode: 0644]
lib/pear/HTML/QuickForm/hierselect.php [new file with mode: 0644]
lib/pear/HTML/QuickForm/html.php [new file with mode: 0644]
lib/pear/HTML/QuickForm/image.php [new file with mode: 0644]
lib/pear/HTML/QuickForm/input.php [new file with mode: 0644]
lib/pear/HTML/QuickForm/link.php [new file with mode: 0644]
lib/pear/HTML/QuickForm/password.php [new file with mode: 0644]
lib/pear/HTML/QuickForm/radio.php [new file with mode: 0644]
lib/pear/HTML/QuickForm/reset.php [new file with mode: 0644]
lib/pear/HTML/QuickForm/select.php [new file with mode: 0644]
lib/pear/HTML/QuickForm/static.php [new file with mode: 0644]
lib/pear/HTML/QuickForm/submit.php [new file with mode: 0644]
lib/pear/HTML/QuickForm/text.php [new file with mode: 0644]
lib/pear/HTML/QuickForm/textarea.php [new file with mode: 0644]
lib/pear/HTML/QuickForm/xbutton.php [new file with mode: 0644]
theme/chameleon/config.php
theme/formal_white/config.php
theme/metal/config.php
theme/orangewhite/config.php
theme/orangewhitepda/config.php
theme/standard/config.php
theme/standard/styles_form.css [new file with mode: 0644]
theme/standardblue/config.php
theme/standardgreen/config.php
theme/standardlogo/config.php
theme/standardred/config.php
theme/standardwhite/config.php
theme/wood/config.php