ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
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().
|
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().
|
protected |
Definition at line 241 of file class.ilAssLacLegendGUI.php.
Referenced by renderCommonLegendPart().
ilAssLacLegendGUI::getExpressionTypeExamplesByQuestionType | ( | $questionType | ) |
Definition at line 269 of file class.ilAssLacLegendGUI.php.
Referenced by renderQuestSpecificExamples().
ilAssLacLegendGUI::getHTML | ( | ) |
Definition at line 77 of file class.ilAssLacLegendGUI.php.
References $tpl, getTemplate(), initOverlay(), populateTriggerDepencies(), populateVisibilityCss(), renderCloseIcon(), renderCommonLegendPart(), renderQuestSpecificExamples(), and renderQuestSpecificLegendPart().
ilAssLacLegendGUI::getQuestionOBJ | ( | ) |
Definition at line 57 of file class.ilAssLacLegendGUI.php.
References $questionOBJ.
Referenced by getQuestionTypeSpecificExpressions(), renderQuestSpecificExamples(), and renderQuestSpecificLegendPart().
|
protected |
Definition at line 228 of file class.ilAssLacLegendGUI.php.
References getAvailableExpressionTypes(), and getQuestionOBJ().
Referenced by renderQuestSpecificLegendPart().
|
protected |
Definition at line 118 of file class.ilAssLacLegendGUI.php.
Referenced by getHTML().
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().
ilAssLacLegendGUI::isInitialVisibilityEnabled | ( | ) |
Definition at line 67 of file class.ilAssLacLegendGUI.php.
References $initialVisibilityEnabled.
Referenced by initOverlay(), and populateVisibilityCss().
|
protected |
Definition at line 198 of file class.ilAssLacLegendGUI.php.
References ilAssQuestionSkillAssignment\EVAL_MODE_BY_QUESTION_RESULT, ilAssQuestionSkillAssignment\EVAL_MODE_BY_QUESTION_SOLUTION, and HTML_Template_IT\setVariable().
Referenced by getHTML().
|
protected |
Definition at line 191 of file class.ilAssLacLegendGUI.php.
References isInitialVisibilityEnabled(), and HTML_Template_IT\setVariable().
Referenced by getHTML().
|
protected |
Definition at line 94 of file class.ilAssLacLegendGUI.php.
References $tpl, ilGlyphGUI\CLOSE, and ilGlyphGUI\get().
Referenced by getHTML().
|
protected |
Definition at line 128 of file class.ilAssLacLegendGUI.php.
References $description, getCommonElements(), ilTemplate\parseCurrentBlock(), ilTemplate\setCurrentBlock(), and HTML_Template_IT\setVariable().
Referenced by getHTML().
|
protected |
Definition at line 183 of file class.ilAssLacLegendGUI.php.
References ilTemplate\parseCurrentBlock(), ilTemplate\setCurrentBlock(), and HTML_Template_IT\setVariable().
Referenced by renderExamples().
|
protected |
ilTemplate | $tpl | |
$examples | ||
$questionType |
Definition at line 283 of file class.ilAssLacLegendGUI.php.
References buildLangVarsByExampleCode(), and renderExample().
Referenced by renderQuestSpecificExamples().
|
protected |
Definition at line 160 of file class.ilAssLacLegendGUI.php.
References getExpressionTypeExamplesByQuestionType(), getQuestionOBJ(), renderExamples(), and HTML_Template_IT\setVariable().
Referenced by getHTML().
|
protected |
Definition at line 143 of file class.ilAssLacLegendGUI.php.
References $description, getQuestionOBJ(), getQuestionTypeSpecificExpressions(), ilTemplate\parseCurrentBlock(), ilTemplate\setCurrentBlock(), and HTML_Template_IT\setVariable().
Referenced by getHTML().
ilAssLacLegendGUI::setInitialVisibilityEnabled | ( | $initialVisibilityEnabled | ) |
Definition at line 72 of file class.ilAssLacLegendGUI.php.
References $initialVisibilityEnabled.
ilAssLacLegendGUI::setQuestionOBJ | ( | iQuestionCondition | $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(), and renderCloseIcon().