ILIAS
Release_3_10_x_branch Revision 61812
|
Yahoo YUI Library Utility functions. More...
Public Member Functions | |
initPanel () | |
Init yui panel. |
Static Public Member Functions | |
static | initConnection () |
Init YUI Connection module. | |
static | initDragDrop () |
Init YUI Drag and Drop. | |
static | initDomEvent () |
Init YUI DomEvent. | |
static | initConnectionWithAnimation () |
Init YUI Connection module. | |
static | initMenu () |
Init YUI Menu module. | |
static | initOverlay () |
Init YUI Overlay module. | |
static | initSimpleDialog () |
Init YUI Simple Dialog. | |
static | initDragDropList () |
init drag & drop list | |
static | getDragDropList ($id_source, $title_source, $source, $id_dest, $title_dest, $dest) |
get a drag & drop list | |
static | addYesNoDialog ($dialogname, $headertext, $message, $yesaction, $noaction, $defaultyes, $icon="help") |
static | initCalendar () |
init calendar | |
static | initButtonControl () |
init button control In the moment used for calendar color picker button | |
static | initColorPicker () |
init color picker button | |
static | initTabView () |
Init YUI TabView component. |
|
static |
Definition at line 196 of file class.ilYuiUtil.php.
References $lng, $tpl, and initSimpleDialog().
Referenced by ilObjTestGUI\participantsObject().
|
static |
get a drag & drop list
Definition at line 164 of file class.ilYuiUtil.php.
References initDragDropList().
|
static |
init button control In the moment used for calendar color picker button
public
Definition at line 273 of file class.ilYuiUtil.php.
References $tpl.
Referenced by ilCalendarCategoryGUI\edit(), and initColorPicker().
|
static |
init calendar
public
Definition at line 252 of file class.ilYuiUtil.php.
References $tpl.
|
static |
init color picker button
public
Definition at line 296 of file class.ilYuiUtil.php.
References $tpl, and initButtonControl().
Referenced by ilColorPickerInputGUI\insert().
|
static |
Init YUI Connection module.
Definition at line 36 of file class.ilYuiUtil.php.
References $tpl.
Referenced by ilExplorer\getOutput(), ilBlockGUI\ilBlockGUI(), and ilPageObjectGUI\showPage().
|
static |
Init YUI Connection module.
Definition at line 94 of file class.ilYuiUtil.php.
References $tpl.
Referenced by ilTestOutputGUI\executeCommand(), and ilFlashFileInputGUI\insert().
|
static |
Init YUI DomEvent.
Definition at line 59 of file class.ilYuiUtil.php.
References $tpl.
Referenced by assTextQuestionGUI\getTestOutput(), ilCalendarAppointmentGUI\initForm(), and ilObjSessionGUI\initForm().
|
static |
Init YUI Drag and Drop.
Definition at line 48 of file class.ilYuiUtil.php.
References $tpl.
Referenced by ilHierarchyFormGUI\__construct(), assMatchingQuestionGUI\getTestOutput(), ilCalendarDayGUI\show(), ilCalendarWeekGUI\show(), ilCalendarMonthGUI\show(), and ilPageObjectGUI\showPage().
|
static |
init drag & drop list
Definition at line 151 of file class.ilYuiUtil.php.
References $tpl.
Referenced by getDragDropList().
|
static |
Init YUI Menu module.
Definition at line 107 of file class.ilYuiUtil.php.
References $tpl.
Referenced by ilObjTestGUI\questionBrowser().
|
static |
Init YUI Overlay module.
Definition at line 122 of file class.ilYuiUtil.php.
References $tpl.
ilYuiUtil::initPanel | ( | ) |
Init yui panel.
public
void |
Definition at line 74 of file class.ilYuiUtil.php.
References $tpl.
Referenced by ilCalendarDayGUI\show(), ilCalendarWeekGUI\show(), and ilCalendarMonthGUI\show().
|
static |
Init YUI Simple Dialog.
Definition at line 135 of file class.ilYuiUtil.php.
References $tpl.
Referenced by addYesNoDialog().
|
static |
Init YUI TabView component.
Definition at line 313 of file class.ilYuiUtil.php.
References $tpl.
Referenced by ilPageObjectGUI\showPage().