ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Public Member Functions | |
__construct ($a_title='', $a_postvar='') | |
setInstanceId ($instanceId) | |
getInstanceId () | |
setInteractionEnabled ($interactionEnabled) | |
isInteractionEnabled () | |
isNestingEnabled () | |
setNestingEnabled ($nestingEnabled) | |
isStylingDisabled () | |
setStylingDisabled ($stylingDisabled) | |
getCssListClass () | |
setCssListClass ($cssListClass) | |
getCssItemClass () | |
getCssHandleClass () | |
setCssHandleClass ($cssHandleClass) | |
setCssItemClass ($cssItemClass) | |
getHtmlListTag () | |
setHtmlListTag ($htmlListTag) | |
getListTpl () | |
setListTpl ($listTpl) | |
render ($a_mode="") | |
onCheckInput () | |
getHTML () | |
Public Member Functions inherited from ilIdentifiedMultiValuesInputGUI | |
__construct ($a_title="", $a_postvar="") | |
getElementAddCmd () | |
setElementAddCmd ($elementAddCmd) | |
getElementRemoveCmd () | |
setElementRemoveCmd ($elementRemoveCmd) | |
getElementMoveUpCommand () | |
setElementMoveUpCommand ($elementMoveUpCommand) | |
getElementMoveDownCommand () | |
setElementMoveDownCommand ($elementMoveDownCommand) | |
setValues ($values) | |
getValues () | |
setValue ($value) | |
getValue () | |
setMultiValues (array $values) | |
getMultiValues () | |
setIdentifiedMultiValues ($values) | |
getIdentifiedMultiValues () | |
setValueByArray ($a_values) | |
checkInput () | |
onCheckInput () | |
prepareReprintable (assQuestion $question) | |
Public Member Functions inherited from ilTextInputGUI | |
__construct ($a_title="", $a_postvar="") | |
Constructor. More... | |
setValue ($a_value) | |
Set Value. More... | |
getValue () | |
Get Value. More... | |
setValidationFailureMessage ($a_msg) | |
Set message string for validation failure. More... | |
getValidationFailureMessage () | |
setValidationRegexp ($a_value) | |
Set validation regexp. More... | |
getValidationRegexp () | |
Get validation regexp. More... | |
setMaxLength ($a_maxlength) | |
Set Max Length. More... | |
getMaxLength () | |
Get Max Length. More... | |
setSize ($a_size) | |
Set Size. More... | |
setInlineStyle ($a_style) | |
Set inline style. More... | |
getInlineStyle () | |
Get inline style. More... | |
setCssClass ($a_class) | |
getCssClass () | |
setValueByArray ($a_values) | |
Set value by array. More... | |
getSize () | |
Get Size. More... | |
setSuffix ($a_value) | |
Set suffix. More... | |
getSuffix () | |
Get suffix. More... | |
setInputType ($a_type) | |
set input type More... | |
getInputType () | |
get input type More... | |
setSubmitFormOnEnter ($a_val) | |
Set submit form on enter. More... | |
getSubmitFormOnEnter () | |
Get submit form on enter. More... | |
checkInput () | |
Check input, strip slashes etc. More... | |
getDataSource () | |
get datasource link for js autocomplete More... | |
setDataSource ($href, $a_delimiter=null) | |
set datasource link for js autocomplete More... | |
setDataSourceSubmitOnSelection ($a_stat) | |
getDataSourceSubmitOnSelection () | |
setDataSourceSubmitUrl ($a_url) | |
getDataSourceSubmitUrl () | |
setMultiValues (array $a_values) | |
insert ($a_tpl) | |
Insert property html. More... | |
getTableFilterHTML () | |
Get HTML for table filter. More... | |
getToolbarHTML () | |
Get HTML for toolbar. More... | |
setDisableHtmlAutoComplete ($autocomplete) | |
isHtmlAutoCompleteDisabled () | |
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... | |
Data Fields | |
const | HTML_LIST_TAG_UL = 'ul' |
const | HTML_LIST_TAG_OL = 'ol' |
const | CSS_LIST_CLASS = 'dd-list' |
const | CSS_ITEM_CLASS = 'dd-item' |
const | CSS_HANDLE_CLASS = 'dd-handle' |
const | POSTVAR_SUBFIELD_NEST_ELEM = 'content' |
const | POSTVAR_SUBFIELD_NEST_INDENT = 'indentation' |
const | DEFAULT_INSTANCE_ID = 'default' |
Data Fields inherited from ilIdentifiedMultiValuesInputGUI | |
const | ELEMENT_DEFAULT_ADD_CMD = 'addElement' |
const | ELEMENT_DEFAULT_REMOVE_CMD = 'removeElement' |
const | ELEMENT_DEFAULT_MOVE_UP_CMD = 'moveUpElement' |
const | ELEMENT_DEFAULT_MOVE_DOWN_CMD = 'moveDownElement' |
Protected Member Functions | |
isStylingEnabled () | |
getGlobalTpl () | |
initListTemplate () | |
fetchListHtml () | |
renderListContainer () | |
renderListSnippet () | |
renderListItem ($value, $identifier, $position) | |
getItemHtml ($value, $identifier, $position, $itemSubFieldPostVar, $itemSubFieldId) | |
renderBeginListItem ($identifier) | |
renderEndListItem () | |
renderBeginSubList () | |
renderEndSubList () | |
getCurrentIndentation ($elementValues, $elementCounter) | |
getNextIndentation ($elementValues, $elementCounter) | |
renderMainList () | |
renderJsInit () | |
Protected Member Functions inherited from ilIdentifiedMultiValuesInputGUI | |
getMultiValueSubFieldId ($identifier, $subFieldIndex) | |
getMultiValuePosIndexedFieldId ($identifier, $positionIndex) | |
getMultiValuePosIndexedSubFieldId ($identifier, $subFieldIndex, $positionIndex) | |
getFieldIdFromPostVar ($tempPostVar) | |
getPostVarSubField ($subFieldIndex) | |
getMultiValuePostVarSubField ($identifier, $subFieldIndex) | |
getMultiValuePostVarSubFieldPosIndexed ($identifier, $subFieldIndex, $positionIndex) | |
getMultiValuePostVarPosIndexed ($identifier, $positionIndex) | |
getMultiValuePostVar ($identifier) | |
buildMultiValueSubmitVar ($identifier, $positionIndex, $submitCommand) | |
setIdentifiedMultiValuesByArray ($a_values) | |
prepareMultiValuesInput ($values) | |
prepareMultiValuesSubmit ($values) | |
getFormValuesManipulators () | |
addFormValuesManipulator (ilFormValuesManipulator $manipulator) | |
getSubFieldCompletedPostVar ($subFieldIndex, $elemPostVar) | |
Protected Member Functions inherited from ilFormPropertyGUI | |
setType ($a_type) | |
Set Type. More... | |
getMultiIconsHTML () | |
Get HTML for multiple value icons. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from ilFormPropertyGUI | |
static | removeProhibitedCharacters ($a_text) |
Remove prohibited characters see #19159. More... | |
ilMultipleNestedOrderingElementsInputGUI::__construct | ( | $a_title = '' , |
|
$a_postvar = '' |
|||
) |
Definition at line 45 of file class.ilMultipleNestedOrderingElementsInputGUI.php.
References ilIdentifiedMultiValuesInputGUI\addFormValuesManipulator().
|
protected |
Definition at line 194 of file class.ilMultipleNestedOrderingElementsInputGUI.php.
References getListTpl().
Referenced by renderMainList().
ilMultipleNestedOrderingElementsInputGUI::getCssHandleClass | ( | ) |
Definition at line 126 of file class.ilMultipleNestedOrderingElementsInputGUI.php.
References $cssHandleClass.
Referenced by ilAssNestedOrderingElementsInputGUI\__construct(), and renderListItem().
ilMultipleNestedOrderingElementsInputGUI::getCssItemClass | ( | ) |
Definition at line 118 of file class.ilMultipleNestedOrderingElementsInputGUI.php.
References $cssItemClass.
Referenced by ilAssNestedOrderingElementsInputGUI\__construct(), renderBeginListItem(), and renderJsInit().
ilMultipleNestedOrderingElementsInputGUI::getCssListClass | ( | ) |
Definition at line 102 of file class.ilMultipleNestedOrderingElementsInputGUI.php.
References $cssListClass.
Referenced by ilAssNestedOrderingElementsInputGUI\__construct(), renderBeginSubList(), and renderJsInit().
|
abstractprotected |
array | $elementValues | |
integer | $elementCounter |
Referenced by renderEndSubList(), and renderMainList().
|
protected |
Definition at line 166 of file class.ilMultipleNestedOrderingElementsInputGUI.php.
References $GLOBALS.
Referenced by render().
ilMultipleNestedOrderingElementsInputGUI::getHTML | ( | ) |
Definition at line 509 of file class.ilMultipleNestedOrderingElementsInputGUI.php.
References render().
ilMultipleNestedOrderingElementsInputGUI::getHtmlListTag | ( | ) |
Definition at line 150 of file class.ilMultipleNestedOrderingElementsInputGUI.php.
References $htmlListTag.
Referenced by renderBeginSubList(), renderEndSubList(), and renderJsInit().
ilMultipleNestedOrderingElementsInputGUI::getInstanceId | ( | ) |
Definition at line 59 of file class.ilMultipleNestedOrderingElementsInputGUI.php.
References $instanceId.
Referenced by renderJsInit(), and renderListContainer().
|
abstractprotected |
$value | |
$identifier | |
$position | |
$itemSubFieldPostVar | |
$itemSubFieldId |
Referenced by renderListItem().
ilMultipleNestedOrderingElementsInputGUI::getListTpl | ( | ) |
Definition at line 174 of file class.ilMultipleNestedOrderingElementsInputGUI.php.
References $listTpl.
Referenced by fetchListHtml(), renderBeginListItem(), renderBeginSubList(), renderEndListItem(), renderEndSubList(), renderListContainer(), renderListItem(), and renderListSnippet().
|
abstractprotected |
array | $elementValues | |
integer | $elementCounter |
Referenced by renderEndSubList(), and renderMainList().
|
protected |
Definition at line 187 of file class.ilMultipleNestedOrderingElementsInputGUI.php.
References setListTpl().
Referenced by renderMainList().
ilMultipleNestedOrderingElementsInputGUI::isInteractionEnabled | ( | ) |
Definition at line 69 of file class.ilMultipleNestedOrderingElementsInputGUI.php.
References $interactionEnabled.
Referenced by render().
ilMultipleNestedOrderingElementsInputGUI::isNestingEnabled | ( | ) |
Definition at line 74 of file class.ilMultipleNestedOrderingElementsInputGUI.php.
References $nestingEnabled.
Referenced by renderJsInit(), and renderMainList().
ilMultipleNestedOrderingElementsInputGUI::isStylingDisabled | ( | ) |
Definition at line 84 of file class.ilMultipleNestedOrderingElementsInputGUI.php.
References $stylingDisabled.
Referenced by isStylingEnabled().
|
protected |
Definition at line 94 of file class.ilMultipleNestedOrderingElementsInputGUI.php.
References isStylingDisabled().
Referenced by render().
ilMultipleNestedOrderingElementsInputGUI::onCheckInput | ( | ) |
Definition at line 504 of file class.ilMultipleNestedOrderingElementsInputGUI.php.
ilMultipleNestedOrderingElementsInputGUI::render | ( | $a_mode = "" | ) |
Definition at line 482 of file class.ilMultipleNestedOrderingElementsInputGUI.php.
References getGlobalTpl(), iljQueryUtil\initjQuery(), iljQueryUtil\initjQueryUI(), isInteractionEnabled(), isStylingEnabled(), renderJsInit(), and renderMainList().
Referenced by getHTML().
|
protected |
Definition at line 240 of file class.ilMultipleNestedOrderingElementsInputGUI.php.
References getCssItemClass(), getListTpl(), and renderListSnippet().
Referenced by renderMainList().
|
protected |
Definition at line 257 of file class.ilMultipleNestedOrderingElementsInputGUI.php.
References getCssListClass(), getHtmlListTag(), getListTpl(), and renderListSnippet().
Referenced by renderMainList().
|
protected |
Definition at line 249 of file class.ilMultipleNestedOrderingElementsInputGUI.php.
References getListTpl(), and renderListSnippet().
Referenced by renderMainList().
|
protected |
Definition at line 266 of file class.ilMultipleNestedOrderingElementsInputGUI.php.
References getCurrentIndentation(), getHtmlListTag(), getListTpl(), getNextIndentation(), and renderListSnippet().
Referenced by renderMainList().
|
protected |
Definition at line 460 of file class.ilMultipleNestedOrderingElementsInputGUI.php.
References getCssItemClass(), getCssListClass(), getHtmlListTag(), getInstanceId(), ilIdentifiedMultiValuesInputGUI\getPostVarSubField(), and isNestingEnabled().
Referenced by render().
|
protected |
Definition at line 199 of file class.ilMultipleNestedOrderingElementsInputGUI.php.
References getInstanceId(), and getListTpl().
Referenced by renderMainList().
|
protected |
Definition at line 212 of file class.ilMultipleNestedOrderingElementsInputGUI.php.
References ilTextInputGUI\$value, getCssHandleClass(), getItemHtml(), getListTpl(), ilIdentifiedMultiValuesInputGUI\getMultiValuePostVarSubField(), ilIdentifiedMultiValuesInputGUI\getMultiValueSubFieldId(), and renderListSnippet().
Referenced by renderMainList().
|
protected |
Definition at line 206 of file class.ilMultipleNestedOrderingElementsInputGUI.php.
References getListTpl().
Referenced by renderBeginListItem(), renderBeginSubList(), renderEndListItem(), renderEndSubList(), and renderListItem().
|
protected |
Definition at line 288 of file class.ilMultipleNestedOrderingElementsInputGUI.php.
References $counter, ilTextInputGUI\$value, fetchListHtml(), getCurrentIndentation(), ilIdentifiedMultiValuesInputGUI\getIdentifiedMultiValues(), getNextIndentation(), initListTemplate(), isNestingEnabled(), renderBeginListItem(), renderBeginSubList(), renderEndListItem(), renderEndSubList(), renderListContainer(), and renderListItem().
Referenced by render().
ilMultipleNestedOrderingElementsInputGUI::setCssHandleClass | ( | $cssHandleClass | ) |
string | $cssHandleClass |
Definition at line 134 of file class.ilMultipleNestedOrderingElementsInputGUI.php.
References $cssHandleClass.
Referenced by ilAssNestedOrderingElementsInputGUI\__construct().
ilMultipleNestedOrderingElementsInputGUI::setCssItemClass | ( | $cssItemClass | ) |
string | $cssItemClass |
Definition at line 142 of file class.ilMultipleNestedOrderingElementsInputGUI.php.
References $cssItemClass.
Referenced by ilAssNestedOrderingElementsInputGUI\__construct().
ilMultipleNestedOrderingElementsInputGUI::setCssListClass | ( | $cssListClass | ) |
string | $cssListClass |
Definition at line 110 of file class.ilMultipleNestedOrderingElementsInputGUI.php.
References $cssListClass.
Referenced by ilAssNestedOrderingElementsInputGUI\__construct().
ilMultipleNestedOrderingElementsInputGUI::setHtmlListTag | ( | $htmlListTag | ) |
string | $htmlListTag |
Definition at line 158 of file class.ilMultipleNestedOrderingElementsInputGUI.php.
References $htmlListTag.
Referenced by ilAssNestedOrderingElementsInputGUI\__construct().
ilMultipleNestedOrderingElementsInputGUI::setInstanceId | ( | $instanceId | ) |
Definition at line 54 of file class.ilMultipleNestedOrderingElementsInputGUI.php.
References $instanceId.
ilMultipleNestedOrderingElementsInputGUI::setInteractionEnabled | ( | $interactionEnabled | ) |
Definition at line 64 of file class.ilMultipleNestedOrderingElementsInputGUI.php.
References $interactionEnabled.
ilMultipleNestedOrderingElementsInputGUI::setListTpl | ( | $listTpl | ) |
ilTemplate | $listTpl |
Definition at line 182 of file class.ilMultipleNestedOrderingElementsInputGUI.php.
References $listTpl.
Referenced by initListTemplate().
ilMultipleNestedOrderingElementsInputGUI::setNestingEnabled | ( | $nestingEnabled | ) |
Definition at line 79 of file class.ilMultipleNestedOrderingElementsInputGUI.php.
References $nestingEnabled.
ilMultipleNestedOrderingElementsInputGUI::setStylingDisabled | ( | $stylingDisabled | ) |
Definition at line 89 of file class.ilMultipleNestedOrderingElementsInputGUI.php.
References $stylingDisabled.
|
protected |
Definition at line 41 of file class.ilMultipleNestedOrderingElementsInputGUI.php.
Referenced by getCssHandleClass(), and setCssHandleClass().
|
protected |
Definition at line 39 of file class.ilMultipleNestedOrderingElementsInputGUI.php.
Referenced by getCssItemClass(), and setCssItemClass().
|
protected |
Definition at line 37 of file class.ilMultipleNestedOrderingElementsInputGUI.php.
Referenced by getCssListClass(), and setCssListClass().
|
protected |
Definition at line 43 of file class.ilMultipleNestedOrderingElementsInputGUI.php.
Referenced by getHtmlListTag(), and setHtmlListTag().
|
protected |
Definition at line 27 of file class.ilMultipleNestedOrderingElementsInputGUI.php.
Referenced by getInstanceId(), and setInstanceId().
|
protected |
Definition at line 29 of file class.ilMultipleNestedOrderingElementsInputGUI.php.
Referenced by isInteractionEnabled(), and setInteractionEnabled().
|
protected |
Definition at line 35 of file class.ilMultipleNestedOrderingElementsInputGUI.php.
Referenced by getListTpl(), and setListTpl().
|
protected |
Definition at line 31 of file class.ilMultipleNestedOrderingElementsInputGUI.php.
Referenced by isNestingEnabled(), and setNestingEnabled().
|
protected |
Definition at line 33 of file class.ilMultipleNestedOrderingElementsInputGUI.php.
Referenced by isStylingDisabled(), and setStylingDisabled().
const ilMultipleNestedOrderingElementsInputGUI::CSS_HANDLE_CLASS = 'dd-handle' |
Definition at line 20 of file class.ilMultipleNestedOrderingElementsInputGUI.php.
const ilMultipleNestedOrderingElementsInputGUI::CSS_ITEM_CLASS = 'dd-item' |
Definition at line 19 of file class.ilMultipleNestedOrderingElementsInputGUI.php.
const ilMultipleNestedOrderingElementsInputGUI::CSS_LIST_CLASS = 'dd-list' |
Definition at line 18 of file class.ilMultipleNestedOrderingElementsInputGUI.php.
const ilMultipleNestedOrderingElementsInputGUI::DEFAULT_INSTANCE_ID = 'default' |
Definition at line 25 of file class.ilMultipleNestedOrderingElementsInputGUI.php.
const ilMultipleNestedOrderingElementsInputGUI::HTML_LIST_TAG_OL = 'ol' |
Definition at line 16 of file class.ilMultipleNestedOrderingElementsInputGUI.php.
const ilMultipleNestedOrderingElementsInputGUI::HTML_LIST_TAG_UL = 'ul' |
Definition at line 15 of file class.ilMultipleNestedOrderingElementsInputGUI.php.
const ilMultipleNestedOrderingElementsInputGUI::POSTVAR_SUBFIELD_NEST_ELEM = 'content' |
Definition at line 22 of file class.ilMultipleNestedOrderingElementsInputGUI.php.
const ilMultipleNestedOrderingElementsInputGUI::POSTVAR_SUBFIELD_NEST_INDENT = 'indentation' |
Definition at line 23 of file class.ilMultipleNestedOrderingElementsInputGUI.php.