|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Inheritance diagram for ilAssLacLegendGUI:
Collaboration diagram for ilAssLacLegendGUI:Public Member Functions | |
| __construct (ilLanguage $lng, ilTemplate $tpl) | |
| getQuestionOBJ () | |
| setQuestionOBJ (iQuestionCondition $questionOBJ) | |
| isInitialVisibilityEnabled () | |
| setInitialVisibilityEnabled ($initialVisibilityEnabled) | |
| getHTML () | |
| getTriggerElement () | |
| getExpressionTypeExamplesByQuestionType ($questionType) | |
Public Member Functions inherited from ilOverlayGUI | |
| __construct ($a_overlay_el_id) | |
| Constructor. More... | |
| setAnchor ($a_anchor_el_id, $a_ov_corner="tl", $a_anch_corner="bl") | |
| Set anchor element. More... | |
| setSize ($a_width="", $a_height="") | |
| Set size. More... | |
| setFixedCenter ($a_fixed_center=true) | |
| Set fixed center. More... | |
| setVisible ($a_visible=true) | |
| Set visible. More... | |
| setTrigger ($a_el_id, $a_event="click", $a_trigger_anchor_el_id=null) | |
| Set trigger element. More... | |
| setAutoHide ($a_val) | |
| Set auto hiding. More... | |
| getAutoHide () | |
| Get auto_hide. More... | |
| setCloseElementId ($a_val) | |
| Set close element id. More... | |
| getCloseElementId () | |
| Get close element id. More... | |
| getOnLoadCode () | |
| Makes an existing HTML element an overlay. More... | |
| add () | |
| Makes an existing HTML element an overlay. More... | |
| getTriggerOnLoadCode ( $a_tr_id, $a_tr_event, $a_anchor_el_id, $a_center=false, $a_ov_corner="tl", $a_anch_corner="bl") | |
| Get trigger onload code. More... | |
| addTrigger ( $a_tr_id, $a_tr_event, $a_anchor_el_id, $a_center=false, $a_ov_corner="tl", $a_anch_corner="bl") | |
| Add trigger. More... | |
Protected Member Functions | |
| renderCloseIcon ($tpl) | |
| initOverlay () | |
| getTemplate () | |
| renderCommonLegendPart (ilTemplate $tpl) | |
| renderQuestSpecificLegendPart (ilTemplate $tpl) | |
| renderQuestSpecificExamples (ilTemplate $tpl) | |
| buildLangVarsByExampleCode ($questionType, $exampleCode) | |
| renderExample (ilTemplate $tpl, $langVarE, $langVarD) | |
| populateVisibilityCss (ilTemplate $tpl) | |
| populateTriggerDepencies (ilTemplate $tpl) | |
| getQuestionTypeSpecificExpressions () | |
| getCommonElements () | |
| getAvailableExpressionTypes () | |
| renderExamples (ilTemplate $tpl, $examples, $questionType) | |
Protected Attributes | |
| $lng | |
| $tpl | |
Protected Attributes inherited from ilOverlayGUI | |
| $tpl | |
| $width = "" | |
| $height = "" | |
| $fixed_center = false | |
| $visible = false | |
| $anchor_el_id = "" | |
| $anchor_ov_corner = "" | |
| $anchor_anch_corner = "" | |
| $auto_hide = false | |
| $close_el = null | |
Private Attributes | |
| $initialVisibilityEnabled | |
| $questionOBJ | |
| $examplesByQuestionType | |
Additional Inherited Members | |
Static Public Member Functions inherited from ilOverlayGUI | |
| static | initJavascript () |
| Init javascript. More... | |
Definition at line 13 of file class.ilAssLacLegendGUI.php.
| ilAssLacLegendGUI::__construct | ( | ilLanguage | $lng, |
| ilTemplate | $tpl | ||
| ) |
Definition at line 45 of file class.ilAssLacLegendGUI.php.
|
protected |
Definition at line 177 of file class.ilAssLacLegendGUI.php.
Referenced by renderExamples().
Here is the caller graph for this function:
|
protected |
Definition at line 255 of file class.ilAssLacLegendGUI.php.
References iQuestionCondition\EmptyAnswerExpression, iQuestionCondition\ExclusiveResultExpression, iQuestionCondition\MatchingResultExpression, iQuestionCondition\NumberOfResultExpression, iQuestionCondition\NumericResultExpression, iQuestionCondition\OrderingResultExpression, iQuestionCondition\PercentageResultExpression, and iQuestionCondition\StringResultExpression.
Referenced by getQuestionTypeSpecificExpressions().
Here is the caller graph for this function:
|
protected |
Definition at line 241 of file class.ilAssLacLegendGUI.php.
Referenced by renderCommonLegendPart().
Here is the caller graph for this function:| ilAssLacLegendGUI::getExpressionTypeExamplesByQuestionType | ( | $questionType | ) |
Definition at line 269 of file class.ilAssLacLegendGUI.php.
Referenced by renderQuestSpecificExamples().
Here is the caller graph for this function:| ilAssLacLegendGUI::getHTML | ( | ) |
Definition at line 77 of file class.ilAssLacLegendGUI.php.
References $tpl, getTemplate(), initOverlay(), populateTriggerDepencies(), populateVisibilityCss(), renderCloseIcon(), renderCommonLegendPart(), renderQuestSpecificExamples(), and renderQuestSpecificLegendPart().
Here is the call graph for this function:| ilAssLacLegendGUI::getQuestionOBJ | ( | ) |
Definition at line 57 of file class.ilAssLacLegendGUI.php.
References $questionOBJ.
Referenced by getQuestionTypeSpecificExpressions(), renderQuestSpecificExamples(), and renderQuestSpecificLegendPart().
Here is the caller graph for this function:
|
protected |
Definition at line 228 of file class.ilAssLacLegendGUI.php.
References getAvailableExpressionTypes(), and getQuestionOBJ().
Referenced by renderQuestSpecificLegendPart().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 118 of file class.ilAssLacLegendGUI.php.
Referenced by getHTML().
Here is the caller graph for this function:| ilAssLacLegendGUI::getTriggerElement | ( | ) |
Definition at line 223 of file class.ilAssLacLegendGUI.php.
|
protected |
Definition at line 99 of file class.ilAssLacLegendGUI.php.
References ilOverlayGUI\add(), ilYuiUtil\initOverlay(), isInitialVisibilityEnabled(), ilOverlayGUI\setAutoHide(), and ilOverlayGUI\setVisible().
Referenced by getHTML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilAssLacLegendGUI::isInitialVisibilityEnabled | ( | ) |
Definition at line 67 of file class.ilAssLacLegendGUI.php.
References $initialVisibilityEnabled.
Referenced by initOverlay(), and populateVisibilityCss().
Here is the caller graph for this function:
|
protected |
Definition at line 198 of file class.ilAssLacLegendGUI.php.
References $tpl, ilAssQuestionSkillAssignment\EVAL_MODE_BY_QUESTION_RESULT, and ilAssQuestionSkillAssignment\EVAL_MODE_BY_QUESTION_SOLUTION.
Referenced by getHTML().
Here is the caller graph for this function:
|
protected |
Definition at line 191 of file class.ilAssLacLegendGUI.php.
References isInitialVisibilityEnabled(), and HTML_Template_IT\setVariable().
Referenced by getHTML().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 94 of file class.ilAssLacLegendGUI.php.
References $tpl, ilGlyphGUI\CLOSE, and ilGlyphGUI\get().
Referenced by getHTML().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 128 of file class.ilAssLacLegendGUI.php.
References $description, $tpl, and getCommonElements().
Referenced by getHTML().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 183 of file class.ilAssLacLegendGUI.php.
References $tpl.
Referenced by renderExamples().
Here is the caller graph for this function:
|
protected |
| ilTemplate | $tpl | |
| $examples | ||
| $questionType |
Definition at line 283 of file class.ilAssLacLegendGUI.php.
References buildLangVarsByExampleCode(), and renderExample().
Referenced by renderQuestSpecificExamples().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 160 of file class.ilAssLacLegendGUI.php.
References $tpl, getExpressionTypeExamplesByQuestionType(), getQuestionOBJ(), and renderExamples().
Referenced by getHTML().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 143 of file class.ilAssLacLegendGUI.php.
References $description, $tpl, getQuestionOBJ(), and getQuestionTypeSpecificExpressions().
Referenced by getHTML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilAssLacLegendGUI::setInitialVisibilityEnabled | ( | $initialVisibilityEnabled | ) |
Definition at line 72 of file class.ilAssLacLegendGUI.php.
References $initialVisibilityEnabled.
| ilAssLacLegendGUI::setQuestionOBJ | ( | iQuestionCondition | $questionOBJ | ) |
Definition at line 62 of file class.ilAssLacLegendGUI.php.
References $questionOBJ.
|
private |
Definition at line 26 of file class.ilAssLacLegendGUI.php.
|
private |
Definition at line 19 of file class.ilAssLacLegendGUI.php.
Referenced by isInitialVisibilityEnabled(), and setInitialVisibilityEnabled().
|
protected |
Definition at line 15 of file class.ilAssLacLegendGUI.php.
Referenced by __construct().
|
private |
Definition at line 24 of file class.ilAssLacLegendGUI.php.
Referenced by getQuestionOBJ(), and setQuestionOBJ().
|
protected |
Definition at line 17 of file class.ilAssLacLegendGUI.php.
Referenced by __construct(), getHTML(), populateTriggerDepencies(), renderCloseIcon(), renderCommonLegendPart(), renderExample(), renderQuestSpecificExamples(), and renderQuestSpecificLegendPart().