[ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 82 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
HTML_QuickForm_button:: (3 methods):
__construct()
HTML_QuickForm_button()
freeze()
Class: HTML_QuickForm_button - X-Ref
HTML class for a button type element__construct($elementName=null, $value=null, $attributes=null) X-Ref |
Class constructor param: string $elementName (optional)Input field name attribute param: string $value (optional)Input field value param: mixed $attributes (optional)Either a typical HTML attribute string return: void |
HTML_QuickForm_button($elementName=null, $value=null, $attributes=null) X-Ref |
Old syntax of class constructor. Deprecated in PHP7. |
freeze() X-Ref |
Freeze the element so that only its value is returned return: void |
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |