| [ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 153 lines (4 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
HTML_QuickForm_xbutton:: (12 methods):
__construct()
HTML_QuickForm_xbutton()
toHtml()
getFrozenHtml()
freeze()
setName()
getName()
setValue()
getValue()
setContent()
onQuickFormEvent()
exportValue()
Class: HTML_QuickForm_xbutton - X-Ref
Class for HTML 4.0 <button> element| __construct($elementName = null, $elementContent = null, $attributes = null) X-Ref |
| Class constructor param: string Button name param: string Button content (HTML to add between <button></button> tags) param: mixed Either a typical HTML attribute string or an associative array |
| HTML_QuickForm_xbutton($elementName = null, $elementContent = null, $attributes = null) X-Ref |
| Old syntax of class constructor. Deprecated in PHP7. |
| toHtml() X-Ref |
| No description |
| getFrozenHtml() X-Ref |
| No description |
| freeze() X-Ref |
| No description |
| setName($name) X-Ref |
| No description |
| getName() X-Ref |
| No description |
| setValue($value) X-Ref |
| No description |
| getValue() X-Ref |
| No description |
| setContent($content) X-Ref |
| Sets the contents of the button element param: string Button content (HTML to add between <button></button> tags) |
| onQuickFormEvent($event, $arg, &$caller) X-Ref |
| No description |
| exportValue(&$submitValues, $assoc = false) X-Ref |
| Returns a 'safe' element's value The value is only returned if the button's type is "submit" and if this particlular button was clicked |
| Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |