|
ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Inheritance diagram for ilNestedOrderingGUI:
Collaboration diagram for ilNestedOrderingGUI:Public Member Functions | |
| __construct ($a_title="", $a_postvar="", $graphical_output=false) | |
| Constructor. More... | |
| setInstanceId ($instanceId) | |
| getInstanceId () | |
| setOrderingType ($a_ordering_type) | |
| getOrderingType () | |
| setImagePath ($a_image_path) | |
| getImagePath () | |
| setImagePathWeb ($a_image_path_web) | |
| getImagePathWeb () | |
| setThumbPrefix ($a_thumb_prefix) | |
| getThumbPrefix () | |
| setGraphicalOutput ($graphical_output) | |
| getGraphicalOutput () | |
| setObjAnswersArray ($a_answers_array, $shuffle=false) | |
| renderBeginSortableContainer () | |
| renderEndSortableContainer () | |
| renderListItem ($cur_answer, $i) | |
| renderEndListItem () | |
| renderBeginSubList () | |
| renderEndSubList () | |
| renderAnswerOutput ($text_value, $i) | |
| checkInput () | |
| Check input, strip slashes etc. More... | |
| getHtml ($shuffle_depth=0) | |
| getSolutionHTML ($a_solution_array) | |
| setPerformJavascript ($a_bool) | |
| getPerformJavascript () | |
Public Member Functions inherited from ilNonEditableValueGUI | |
| __construct ($a_title="", $a_id="", $a_disable_escaping=false) | |
| Constructor. More... | |
| checkInput () | |
| Check input, strip slashes etc. More... | |
| setType ($a_type) | |
| Set Type. More... | |
| getType () | |
| Get Type. More... | |
| setTitle ($a_title) | |
| Set Title. More... | |
| getTitle () | |
| Get Title. More... | |
| setInfo ($a_info) | |
| Set Information Text. More... | |
| getInfo () | |
| Get Information Text. More... | |
| setValue ($a_value) | |
| Set Value. More... | |
| getValue () | |
| Get Value. More... | |
| render () | |
| render More... | |
| insert (&$a_tpl) | |
| Insert property html. More... | |
| setValueByArray ($a_values) | |
| Set value by array. More... | |
| getTableFilterHTML () | |
| Get HTML for table filter. More... | |
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... | |
| removeProhibitedCharacters ($a_text) | |
| Remove prohibited characters see #19159. More... | |
| getTableFilterHTML () | |
| Get input item HTML to be inserted into table filters. More... | |
Data Fields | |
| $answers = array() | |
| $ordering_type = NULL | |
| $image_path = null | |
| $image_path_web = null | |
| $thumb_prefix = 'thumb.' | |
Protected Attributes | |
| $instanceId = 'default' | |
Protected Attributes inherited from ilNonEditableValueGUI | |
| $type | |
| $value | |
| $title | |
| $info | |
| $section_icon | |
| $disable_escaping | |
Protected Attributes inherited from ilSubEnabledFormPropertyGUI | |
| $sub_items = array() | |
Protected Attributes inherited from ilFormPropertyGUI | |
| $type | |
| $title | |
| $postvar | |
| $info | |
| $alert | |
| $required = false | |
| $parentgui | |
| $parentform | |
| $hidden_title = "" | |
| $multi = false | |
| $multi_sortable = false | |
| $multi_addremove = true | |
| $multi_values | |
Private Attributes | |
| $perform_js = 1 | |
| $graphical_output = FALSE | |
Additional Inherited Members | |
Protected Member Functions inherited from ilFormPropertyGUI | |
| setType ($a_type) | |
| Set Type. More... | |
| getMultiIconsHTML () | |
| Get HTML for multiple value icons. More... | |
| ilNestedOrderingGUI::__construct | ( | $a_title = "", |
|
$a_id = "", |
|||
$a_disable_escaping = false |
|||
| ) |
Constructor.
Reimplemented from ilNonEditableValueGUI.
Definition at line 27 of file class.ilNestedOrderingGUI.php.
References $graphical_output.
| ilNestedOrderingGUI::checkInput | ( | ) |
Check input, strip slashes etc.
set alert, if input is not ok.
Reimplemented from ilNonEditableValueGUI.
Definition at line 247 of file class.ilNestedOrderingGUI.php.
| ilNestedOrderingGUI::getGraphicalOutput | ( | ) |
Definition at line 100 of file class.ilNestedOrderingGUI.php.
References $graphical_output.
Referenced by renderListItem().
Here is the caller graph for this function:| ilNestedOrderingGUI::getHtml | ( | $shuffle_depth = 0 | ) |
Definition at line 252 of file class.ilNestedOrderingGUI.php.
References $_GET, $answers, $tpl, getInstanceId(), getPerformJavascript(), iljQueryUtil\initjQuery(), iljQueryUtil\initjQueryUI(), renderBeginSortableContainer(), renderBeginSubList(), renderEndListItem(), renderEndSortableContainer(), renderEndSubList(), and renderListItem().
Here is the call graph for this function:| ilNestedOrderingGUI::getImagePath | ( | ) |
| ilNestedOrderingGUI::getImagePathWeb | ( | ) |
Definition at line 79 of file class.ilNestedOrderingGUI.php.
References $image_path_web.
Referenced by renderAnswerOutput().
Here is the caller graph for this function:| ilNestedOrderingGUI::getInstanceId | ( | ) |
Definition at line 38 of file class.ilNestedOrderingGUI.php.
References $instanceId.
Referenced by getHtml(), and renderBeginSortableContainer().
Here is the caller graph for this function:| ilNestedOrderingGUI::getOrderingType | ( | ) |
Definition at line 62 of file class.ilNestedOrderingGUI.php.
References $ordering_type.
Referenced by renderAnswerOutput().
Here is the caller graph for this function:| ilNestedOrderingGUI::getPerformJavascript | ( | ) |
Definition at line 628 of file class.ilNestedOrderingGUI.php.
References $perform_js.
Referenced by getHtml(), and getSolutionHTML().
Here is the caller graph for this function:| ilNestedOrderingGUI::getSolutionHTML | ( | $a_solution_array | ) |
Definition at line 443 of file class.ilNestedOrderingGUI.php.
References $_GET, $tpl, getPerformJavascript(), iljQueryUtil\initjQuery(), iljQueryUtil\initjQueryUI(), renderBeginSortableContainer(), renderBeginSubList(), renderEndListItem(), renderEndSortableContainer(), renderEndSubList(), and renderListItem().
Here is the call graph for this function:| ilNestedOrderingGUI::getThumbPrefix | ( | ) |
Definition at line 87 of file class.ilNestedOrderingGUI.php.
Referenced by renderAnswerOutput().
Here is the caller graph for this function:| ilNestedOrderingGUI::renderAnswerOutput | ( | $text_value, | |
| $i | |||
| ) |
| string | $text_value | |
| integer | $i |
Definition at line 209 of file class.ilNestedOrderingGUI.php.
References $lng, ilFormPropertyGUI\getFieldId(), getImagePathWeb(), getOrderingType(), ilFormPropertyGUI\getPostVar(), getThumbPrefix(), OQ_NESTED_PICTURES, OQ_NESTED_TERMS, and ilUtil\prepareFormOutput().
Referenced by renderListItem().
Here is the call graph for this function:
Here is the caller graph for this function:| ilNestedOrderingGUI::renderBeginSortableContainer | ( | ) |
Definition at line 130 of file class.ilNestedOrderingGUI.php.
References getInstanceId().
Referenced by getHtml(), and getSolutionHTML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilNestedOrderingGUI::renderBeginSubList | ( | ) |
Definition at line 188 of file class.ilNestedOrderingGUI.php.
Referenced by getHtml(), and getSolutionHTML().
Here is the caller graph for this function:| ilNestedOrderingGUI::renderEndListItem | ( | ) |
Definition at line 180 of file class.ilNestedOrderingGUI.php.
Referenced by getHtml(), and getSolutionHTML().
Here is the caller graph for this function:| ilNestedOrderingGUI::renderEndSortableContainer | ( | ) |
Definition at line 139 of file class.ilNestedOrderingGUI.php.
Referenced by getHtml(), and getSolutionHTML().
Here is the caller graph for this function:| ilNestedOrderingGUI::renderEndSubList | ( | ) |
Definition at line 196 of file class.ilNestedOrderingGUI.php.
Referenced by getHtml(), and getSolutionHTML().
Here is the caller graph for this function:| ilNestedOrderingGUI::renderListItem | ( | $cur_answer, | |
| $i | |||
| ) |
Definition at line 147 of file class.ilNestedOrderingGUI.php.
References $lng, getGraphicalOutput(), ilUtil\getImagePath(), and renderAnswerOutput().
Referenced by getHtml(), and getSolutionHTML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilNestedOrderingGUI::setGraphicalOutput | ( | $graphical_output | ) |
| bool | $graphical_output |
Definition at line 95 of file class.ilNestedOrderingGUI.php.
References $graphical_output.
| ilNestedOrderingGUI::setImagePath | ( | $a_image_path | ) |
Definition at line 67 of file class.ilNestedOrderingGUI.php.
| ilNestedOrderingGUI::setImagePathWeb | ( | $a_image_path_web | ) |
Definition at line 75 of file class.ilNestedOrderingGUI.php.
| ilNestedOrderingGUI::setInstanceId | ( | $instanceId | ) |
Definition at line 33 of file class.ilNestedOrderingGUI.php.
References $instanceId.
| ilNestedOrderingGUI::setObjAnswersArray | ( | $a_answers_array, | |
$shuffle = false |
|||
| ) |
Definition at line 111 of file class.ilNestedOrderingGUI.php.
| ilNestedOrderingGUI::setOrderingType | ( | $a_ordering_type | ) |
Definition at line 58 of file class.ilNestedOrderingGUI.php.
| ilNestedOrderingGUI::setPerformJavascript | ( | $a_bool | ) |
Definition at line 623 of file class.ilNestedOrderingGUI.php.
| ilNestedOrderingGUI::setThumbPrefix | ( | $a_thumb_prefix | ) |
Definition at line 83 of file class.ilNestedOrderingGUI.php.
| ilNestedOrderingGUI::$answers = array() |
Definition at line 17 of file class.ilNestedOrderingGUI.php.
Referenced by getHtml().
|
private |
Definition at line 25 of file class.ilNestedOrderingGUI.php.
Referenced by __construct(), getGraphicalOutput(), and setGraphicalOutput().
| ilNestedOrderingGUI::$image_path = null |
Definition at line 19 of file class.ilNestedOrderingGUI.php.
Referenced by getImagePath().
| ilNestedOrderingGUI::$image_path_web = null |
Definition at line 20 of file class.ilNestedOrderingGUI.php.
Referenced by getImagePathWeb().
|
protected |
Definition at line 15 of file class.ilNestedOrderingGUI.php.
Referenced by getInstanceId(), and setInstanceId().
| ilNestedOrderingGUI::$ordering_type = NULL |
Definition at line 18 of file class.ilNestedOrderingGUI.php.
Referenced by getOrderingType().
|
private |
Definition at line 23 of file class.ilNestedOrderingGUI.php.
Referenced by getPerformJavascript().
| ilNestedOrderingGUI::$thumb_prefix = 'thumb.' |
Definition at line 21 of file class.ilNestedOrderingGUI.php.