|
ILIAS
eassessment Revision 61809
|
Color picker form for selecting color hexcodes using yui library. More...
Inheritance diagram for ilColorPickerInputGUI:
Collaboration diagram for ilColorPickerInputGUI:Public Member Functions | |
| __construct ($a_title="", $a_postvar="") | |
| Constructor. | |
| checkInput () | |
| check input | |
| setValue ($a_value) | |
| set value | |
| setDefaultColor ($a_defaultcolor) | |
| Set Default Color. | |
| getDefaultColor () | |
| Get Default Color. | |
| setAcceptNamedColors ($a_acceptnamedcolors) | |
| Set Accept Named Colors (Leading '!'). | |
| getAcceptNamedColors () | |
| Get Accept Named Colors (Leading '!'). | |
| getHexcode () | |
| get hexcode | |
| insert ($a_tpl) | |
| Insert property html. | |
Public Member Functions inherited from ilTextInputGUI | |
| getValue () | |
| Get Value. | |
| setValidationFailureMessage ($a_msg) | |
| Set message string for validation failure. | |
| getValidationFailureMessage () | |
| setValidationRegexp ($a_value) | |
| Set validation regexp. | |
| getValidationRegexp () | |
| Get validation regexp. | |
| setMaxLength ($a_maxlength) | |
| Set Max Length. | |
| getMaxLength () | |
| Get Max Length. | |
| setSize ($a_size) | |
| Set Size. | |
| setInlineStyle ($a_style) | |
| Set inline style. | |
| getInlineStyle () | |
| Get inline style. | |
| setCssClass ($a_class) | |
| getCssClass () | |
| setValueByArray ($a_values) | |
| Set value by array. | |
| getSize () | |
| Get Size. | |
| setSuffix ($a_value) | |
| Set suffix. | |
| getSuffix () | |
| Get suffix. | |
| setInputType ($a_type) | |
| set input type | |
| getInputType () | |
| get input type | |
| setSubmitFormOnEnter ($a_val) | |
| Set submit form on enter. | |
| getSubmitFormOnEnter () | |
| Get submit form on enter. | |
| getDataSource () | |
| get datasource link for YUI autocomplete | |
| setDataSource ($href) | |
| set datasource link for YUI autocomplete | |
| getDataSourceSchema () | |
| get datasource schema for YUI autocomplete | |
| setDataSourceSchema ($ds) | |
| set datasource schema for YUI autocomplete | |
| getDataSourceResultFormat () | |
| get data result format callback for YUI autocomplete | |
| setDataSourceResultFormat ($callback) | |
| set data result format callback for YUI autocomplete | |
| setDataSourceDelimiter ($ar) | |
| set data delimiter array | |
| getDataSourceDelimiter () | |
| get data delimiter array | |
| insert (&$a_tpl) | |
| Insert property html. | |
| getTableFilterHTML () | |
| Get HTML for table filter. | |
| getToolbarHTML () | |
| Get HTML for toolbar. | |
Public Member Functions inherited from ilSubEnabledFormPropertyGUI | |
| addSubItem ($a_item) | |
| Add Subitem. | |
| getSubItems () | |
| Get Subitems. | |
| checkSubItemsInput () | |
| Check SubItems. | |
| getSubForm () | |
| Get sub form html. | |
| getItemByPostVar ($a_post_var) | |
| Get item by post var. | |
Public Member Functions inherited from ilFormPropertyGUI | |
| & | executeCommand () |
| Execute command. | |
| getType () | |
| Get Type. | |
| setTitle ($a_title) | |
| Set Title. | |
| getTitle () | |
| Get Title. | |
| setPostVar ($a_postvar) | |
| Set Post Variable. | |
| getPostVar () | |
| Get Post Variable. | |
| getFieldId () | |
| Get Post Variable. | |
| setInfo ($a_info) | |
| Set Information Text. | |
| getInfo () | |
| Get Information Text. | |
| setAlert ($a_alert) | |
| Set Alert Text. | |
| getAlert () | |
| Get Alert Text. | |
| setRequired ($a_required) | |
| Set Required. | |
| getRequired () | |
| Get Required. | |
| setDisabled ($a_disabled) | |
| Set Disabled. | |
| getDisabled () | |
| Get Disabled. | |
| setParentForm ($a_parentform) | |
| Set Parent Form. | |
| getParentForm () | |
| Get Parent Form. | |
| setParent ($a_val) | |
| Set Parent GUI object. | |
| getParent () | |
| Get Parent GUI object. | |
| hideSubForm () | |
| Sub form hidden on init? | |
| setHiddenTitle ($a_val) | |
| Set hidden title (for screenreaders) | |
| getHiddenTitle () | |
| Get hidden title. | |
| serializeData () | |
| serialize data | |
| unserializeData ($a_data) | |
| unserialize data | |
| writeToSession () | |
| Write to session. | |
| clearFromSession () | |
| Clear session value. | |
| readFromSession () | |
| Read from session. | |
| getHiddenTag ($a_post_var, $a_value) | |
| Get hidden tag (used for disabled properties) | |
Static Public Member Functions | |
| static | determineHexcode ($a_value) |
| Determine hex code for a given value. | |
Protected Attributes | |
| $hex | |
Protected Attributes inherited from ilTextInputGUI | |
| $value | |
| $maxlength = 200 | |
| $size = 40 | |
| $validationRegexp | |
| $validationFailureMessage = '' | |
| $suffix | |
| $style_css | |
| $css_class | |
| $yui_dataSource | |
| $yui_dataSchema | |
| $yui_formatCallback | |
| $yui_delimiterarray = array() | |
| $submit_form_on_enter = false | |
Protected Attributes inherited from ilSubEnabledFormPropertyGUI | |
| $sub_items = array() | |
Protected Attributes inherited from ilFormPropertyGUI | |
| $type | |
| $title | |
| $postvar | |
| $info | |
| $alert | |
| $required = false | |
| $parentgui | |
| $parentform | |
| $hidden_title = "" | |
Additional Inherited Members | |
Protected Member Functions inherited from ilTextInputGUI | |
| render ($a_mode="") | |
| Render item. | |
Color picker form for selecting color hexcodes using yui library.
Definition at line 13 of file class.ilColorPickerInputGUI.php.
| ilColorPickerInputGUI::__construct | ( | $a_title = "", |
|
$a_postvar = "" |
|||
| ) |
Constructor.
| string | $a_title | Title |
| string | $a_postvar | Post Variable |
Reimplemented from ilTextInputGUI.
Definition at line 23 of file class.ilColorPickerInputGUI.php.
References setDefaultColor(), and ilFormPropertyGUI\setType().
Here is the call graph for this function:| ilColorPickerInputGUI::checkInput | ( | ) |
check input
public
Reimplemented from ilTextInputGUI.
Definition at line 36 of file class.ilColorPickerInputGUI.php.
References $_POST, determineHexcode(), getAcceptNamedColors(), and ilFormPropertyGUI\getPostVar().
Here is the call graph for this function:
|
static |
Determine hex code for a given value.
Definition at line 130 of file class.ilColorPickerInputGUI.php.
Referenced by checkInput(), insert(), ilTRBLColorPickerInputGUI\insert(), ilTRBLColorPickerInputGUI\setAllValue(), ilTRBLColorPickerInputGUI\setBottomValue(), ilTRBLColorPickerInputGUI\setLeftValue(), ilTRBLColorPickerInputGUI\setRightValue(), ilTRBLColorPickerInputGUI\setTopValue(), and setValue().
Here is the caller graph for this function:| ilColorPickerInputGUI::getAcceptNamedColors | ( | ) |
Get Accept Named Colors (Leading '!').
Definition at line 107 of file class.ilColorPickerInputGUI.php.
Referenced by checkInput(), insert(), and setValue().
Here is the caller graph for this function:| ilColorPickerInputGUI::getDefaultColor | ( | ) |
Get Default Color.
Definition at line 87 of file class.ilColorPickerInputGUI.php.
Referenced by getHexcode().
Here is the caller graph for this function:| ilColorPickerInputGUI::getHexcode | ( | ) |
get hexcode
public
Definition at line 118 of file class.ilColorPickerInputGUI.php.
References getDefaultColor().
Referenced by insert(), and setValue().
Here is the call graph for this function:
Here is the caller graph for this function:| ilColorPickerInputGUI::insert | ( | $a_tpl | ) |
Insert property html.
Definition at line 199 of file class.ilColorPickerInputGUI.php.
References $tpl, determineHexcode(), getAcceptNamedColors(), ilFormPropertyGUI\getDisabled(), ilFormPropertyGUI\getFieldId(), getHexcode(), ilUtil\getImagePath(), ilFormPropertyGUI\getPostVar(), ilTextInputGUI\getValue(), ilYuiUtil\initColorPicker(), and ilUtil\prepareFormOutput().
Here is the call graph for this function:| ilColorPickerInputGUI::setAcceptNamedColors | ( | $a_acceptnamedcolors | ) |
Set Accept Named Colors (Leading '!').
| boolean | $a_acceptnamedcolors | Accept Named Colors (Leading '!') |
Definition at line 97 of file class.ilColorPickerInputGUI.php.
| ilColorPickerInputGUI::setDefaultColor | ( | $a_defaultcolor | ) |
Set Default Color.
| mixed | $a_defaultcolor | Default Color |
Definition at line 77 of file class.ilColorPickerInputGUI.php.
Referenced by __construct(), and ilObjStyleSheetGUI\initTagStyleForm().
Here is the caller graph for this function:| ilColorPickerInputGUI::setValue | ( | $a_value | ) |
set value
public
| string | $a_value | color hexcode |
Reimplemented from ilTextInputGUI.
Definition at line 58 of file class.ilColorPickerInputGUI.php.
References determineHexcode(), getAcceptNamedColors(), and getHexcode().
Referenced by ilObjAssessmentFolderGUI\defaultsObject(), and ilCalendarCategoryGUI\initFormCategory().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 15 of file class.ilColorPickerInputGUI.php.