|
XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
| __construct ($caption, $name, $value='#face74', $type='color') | |
| XoopsFormColor ($caption, $name, $value='', $type='color') | |
| getValue () | |
| setValue ($value) | |
| getType () | |
| render () | |
Public Member Functions inherited from XoopsFormElement | |
| __construct () | |
| XoopsFormElement () | |
| isContainer () | |
| setName ($name) | |
| getName ($encode=true) | |
| setId ($id) | |
| getId () | |
| setAccessKey ($key) | |
| getAccessKey () | |
| getAccessString ($str) | |
| setClass ($class) | |
| getClass () | |
| setCaption ($caption) | |
| getCaption () | |
| setDescription ($description) | |
| getDescription () | |
| setHidden () | |
| isHidden () | |
| isBreak () | |
| setExtra ($extra, $replace=false) | |
| getExtra () | |
| getMessageForJS () | |
Data Fields | |
| $_value | |
| $_type | |
Data Fields inherited from XoopsFormElement | |
| $_name | |
| $_caption | |
| $_accesskey = '' | |
| $_class = '' | |
| $_hidden = false | |
| $_extra = '' | |
| $_required = false | |
| $_description = '' | |
| $_id = null | |
Definition at line 18 of file formcolor.php.
| __construct | ( | $caption, | |
| $name, | |||
| $value = '#face74', | |||
| $type = 'color' ) |
Constructor
| string | $caption | Caption |
| string | $name | |
| string | $value | |
| string | $type | "color" |
Definition at line 43 of file formcolor.php.
| getType | ( | ) |
| getValue | ( | ) |
| render | ( | ) |
prepare HTML for output
Reimplemented from XoopsFormElement.
Definition at line 91 of file formcolor.php.
| setValue | ( | $value | ) |
| XoopsFormColor | ( | $caption, | |
| $name, | |||
| $value = '', | |||
| $type = 'color' ) |
Definition at line 50 of file formcolor.php.
| $_type |
Definition at line 33 of file formcolor.php.
| $_value |
Definition at line 26 of file formcolor.php.