ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilManualPlaceholderInputGUI. More...
Public Member Functions | |
__construct ($dependencyElementId) | |
ilManualPlaceholderInputGUI constructor. More... | |
getRerenderUrl () | |
getRerenderTriggerElementName () | |
supportsRerenderSignal ($elementId, $url) | |
getAdviseText () | |
setAdviseText ($adviseText) | |
getInstructionText () | |
setInstructionText ($instructionText) | |
addPlaceholder ($placeholder, $title) | |
insert ($a_tpl) | |
render ($ajax=false) | |
setValueByArray ($a_values) | |
Set value by array. More... | |
setValue ($a_value) | |
Set Value. More... | |
checkInput () | |
Public Member Functions inherited from ilSubEnabledFormPropertyGUI | |
addSubItem ($a_item) | |
Add Subitem. More... | |
getSubItems () | |
Get Subitems. More... | |
getSubInputItemsRecursive () | |
returns a flat array of possibly existing subitems recursively More... | |
checkSubItemsInput () | |
Check SubItems. More... | |
getSubForm () | |
Get sub form html. More... | |
getItemByPostVar ($a_post_var) | |
Get item by post var. More... | |
Public Member Functions inherited from ilFormPropertyGUI | |
__construct ($a_title="", $a_postvar="") | |
Constructor. More... | |
executeCommand () | |
Execute command. More... | |
getType () | |
Get Type. More... | |
setTitle ($a_title) | |
Set Title. More... | |
getTitle () | |
Get Title. More... | |
setPostVar ($a_postvar) | |
Set Post Variable. More... | |
getPostVar () | |
Get Post Variable. More... | |
getFieldId () | |
Get Post Variable. More... | |
setInfo ($a_info) | |
Set Information Text. More... | |
getInfo () | |
Get Information Text. More... | |
setAlert ($a_alert) | |
Set Alert Text. More... | |
getAlert () | |
Get Alert Text. More... | |
setRequired ($a_required) | |
Set Required. More... | |
getRequired () | |
Get Required. More... | |
setDisabled ($a_disabled) | |
Set Disabled. More... | |
getDisabled () | |
Get Disabled. More... | |
checkInput () | |
Check input, strip slashes etc. More... | |
setParentForm ($a_parentform) | |
Set Parent Form. More... | |
getParentForm () | |
Get Parent Form. More... | |
setParent ($a_val) | |
Set Parent GUI object. More... | |
getParent () | |
Get Parent GUI object. More... | |
getSubForm () | |
Get sub form html. More... | |
hideSubForm () | |
Sub form hidden on init? More... | |
setHiddenTitle ($a_val) | |
Set hidden title (for screenreaders) More... | |
getHiddenTitle () | |
Get hidden title. More... | |
getItemByPostVar ($a_post_var) | |
Get item by post var. More... | |
serializeData () | |
serialize data More... | |
unserializeData ($a_data) | |
unserialize data More... | |
writeToSession () | |
Write to session. More... | |
clearFromSession () | |
Clear session value. More... | |
readFromSession () | |
Read from session. More... | |
getHiddenTag ($a_post_var, $a_value) | |
Get hidden tag (used for disabled properties) More... | |
setMulti ($a_multi, $a_sortable=false, $a_addremove=true) | |
Set Multi. More... | |
getMulti () | |
Get Multi. More... | |
setMultiValues (array $a_values) | |
Set multi values. More... | |
getMultiValues () | |
Get multi values. More... | |
getContentOutsideFormTag () | |
Get content that has to reside outside of the parent form tag, e.g. More... | |
stripSlashesAddSpaceFallback ($a_str) | |
Strip slashes with add space fallback, see https://www.ilias.de/mantis/view.php?id=19727. More... | |
getTableFilterLabelFor () | |
Get label "for" attribute value for filter. More... | |
getFormLabelFor () | |
Get label "for" attribute value for form. More... | |
Protected Attributes | |
$placeholders = array() | |
$rerenderUrl | |
$rerenderTriggerElementName | |
$dependencyElementId | |
$instructionText = '' | |
$adviseText = '' | |
$tpl | |
$lng | |
Protected Attributes inherited from ilSubEnabledFormPropertyGUI | |
$sub_items = array() | |
Protected Attributes inherited from ilFormPropertyGUI | |
$ctrl | |
$lng | |
$type | |
$title | |
$postvar | |
$info | |
$alert | |
$required = false | |
$parentgui | |
$parentform | |
$hidden_title = "" | |
$multi = false | |
$multi_sortable = false | |
$multi_addremove = true | |
$multi_values | |
Additional Inherited Members | |
Static Public Member Functions inherited from ilFormPropertyGUI | |
static | removeProhibitedCharacters ($a_text) |
Remove prohibited characters see #19159. More... | |
Protected Member Functions inherited from ilFormPropertyGUI | |
setType ($a_type) | |
Set Type. More... | |
getMultiIconsHTML () | |
Get HTML for multiple value icons. More... | |
Class ilManualPlaceholderInputGUI.
Definition at line 10 of file class.ilManualPlaceholderInputGUI.php.
ilManualPlaceholderInputGUI::__construct | ( | $dependencyElementId | ) |
ilManualPlaceholderInputGUI constructor.
string | $dependencyElementId |
Definition at line 56 of file class.ilManualPlaceholderInputGUI.php.
References $dependencyElementId, and $DIC.
ilManualPlaceholderInputGUI::addPlaceholder | ( | $placeholder, | |
$title | |||
) |
string | $placeholder | |
string | $title |
Definition at line 132 of file class.ilManualPlaceholderInputGUI.php.
References ilFormPropertyGUI\$title.
ilManualPlaceholderInputGUI::checkInput | ( | ) |
Definition at line 208 of file class.ilManualPlaceholderInputGUI.php.
ilManualPlaceholderInputGUI::getAdviseText | ( | ) |
Definition at line 99 of file class.ilManualPlaceholderInputGUI.php.
References $adviseText.
Referenced by render().
ilManualPlaceholderInputGUI::getInstructionText | ( | ) |
Definition at line 115 of file class.ilManualPlaceholderInputGUI.php.
References $instructionText.
ilManualPlaceholderInputGUI::getRerenderTriggerElementName | ( | ) |
Definition at line 81 of file class.ilManualPlaceholderInputGUI.php.
References $rerenderTriggerElementName.
Referenced by render().
ilManualPlaceholderInputGUI::getRerenderUrl | ( | ) |
Definition at line 73 of file class.ilManualPlaceholderInputGUI.php.
References $rerenderUrl.
Referenced by render().
ilManualPlaceholderInputGUI::insert | ( | $a_tpl | ) |
$a_tpl |
Definition at line 141 of file class.ilManualPlaceholderInputGUI.php.
References $html, and render().
ilManualPlaceholderInputGUI::render | ( | $ajax = false | ) |
bool | $ajax |
Definition at line 154 of file class.ilManualPlaceholderInputGUI.php.
References exit, getAdviseText(), getRerenderTriggerElementName(), and getRerenderUrl().
Referenced by insert().
ilManualPlaceholderInputGUI::setAdviseText | ( | $adviseText | ) |
string | $adviseText |
Definition at line 107 of file class.ilManualPlaceholderInputGUI.php.
References $adviseText.
ilManualPlaceholderInputGUI::setInstructionText | ( | $instructionText | ) |
string | $instructionText |
Definition at line 123 of file class.ilManualPlaceholderInputGUI.php.
References $instructionText.
ilManualPlaceholderInputGUI::setValue | ( | $a_value | ) |
Set Value.
string | $a_value | Value |
Definition at line 199 of file class.ilManualPlaceholderInputGUI.php.
References ilFormPropertyGUI\getMulti(), and ilFormPropertyGUI\setMultiValues().
Referenced by setValueByArray().
ilManualPlaceholderInputGUI::setValueByArray | ( | $a_values | ) |
Set value by array.
array | $a_values | value array |
Definition at line 190 of file class.ilManualPlaceholderInputGUI.php.
References ilFormPropertyGUI\getPostVar(), and setValue().
ilManualPlaceholderInputGUI::supportsRerenderSignal | ( | $elementId, | |
$url | |||
) |
string | $elementId | |
string | $url |
Definition at line 90 of file class.ilManualPlaceholderInputGUI.php.
References $url.
|
protected |
Definition at line 40 of file class.ilManualPlaceholderInputGUI.php.
Referenced by getAdviseText(), and setAdviseText().
|
protected |
Definition at line 30 of file class.ilManualPlaceholderInputGUI.php.
Referenced by __construct().
|
protected |
Definition at line 35 of file class.ilManualPlaceholderInputGUI.php.
Referenced by getInstructionText(), and setInstructionText().
|
protected |
Definition at line 50 of file class.ilManualPlaceholderInputGUI.php.
|
protected |
Definition at line 15 of file class.ilManualPlaceholderInputGUI.php.
|
protected |
Definition at line 25 of file class.ilManualPlaceholderInputGUI.php.
Referenced by getRerenderTriggerElementName().
|
protected |
Definition at line 20 of file class.ilManualPlaceholderInputGUI.php.
Referenced by getRerenderUrl().
|
protected |
Definition at line 45 of file class.ilManualPlaceholderInputGUI.php.