|
ILIAS
eassessment Revision 61809
|
Class ilFramesetGUI. More...
Collaboration diagram for ilFramesetGUI:Public Member Functions | |
| __construct () | |
| Constructor public. | |
| setFramesetTitle ($a_fs_title) | |
| set title for frameset (is normally shown by browser) | |
| setMainFrameSource ($a_main_source) | |
| source url for main frame | |
| setMainFrameTitle ($a_main_title) | |
| title for main frame | |
| setMainFrameName ($a_main_name) | |
| name for main frame | |
| setSideFrameSource ($a_side_source) | |
| source url for side frame | |
| setSideFrameTitle ($a_side_title) | |
| title for side frame | |
| setSideFrameName ($a_side_name) | |
| name for main frame | |
| setMainWidth ($a_mainwidth) | |
| Set Main Width. | |
| getMainWidth () | |
| Get Main Width. | |
| setSideWidth ($a_sidewidth) | |
| Set Side Width. | |
| getSideWidth () | |
| Get Side Width. | |
| show () | |
| show frameset | |
Class ilFramesetGUI.
Definition at line 11 of file class.ilFramesetGUI.php.
| ilFramesetGUI::__construct | ( | ) |
Constructor public.
Definition at line 18 of file class.ilFramesetGUI.php.
References $lng, setMainFrameTitle(), setMainWidth(), setSideFrameTitle(), and setSideWidth().
Here is the call graph for this function:| ilFramesetGUI::getMainWidth | ( | ) |
Get Main Width.
Definition at line 102 of file class.ilFramesetGUI.php.
Referenced by show().
Here is the caller graph for this function:| ilFramesetGUI::getSideWidth | ( | ) |
Get Side Width.
Definition at line 122 of file class.ilFramesetGUI.php.
Referenced by show().
Here is the caller graph for this function:| ilFramesetGUI::setFramesetTitle | ( | $a_fs_title | ) |
set title for frameset (is normally shown by browser)
Definition at line 34 of file class.ilFramesetGUI.php.
| ilFramesetGUI::setMainFrameName | ( | $a_main_name | ) |
name for main frame
Definition at line 58 of file class.ilFramesetGUI.php.
| ilFramesetGUI::setMainFrameSource | ( | $a_main_source | ) |
source url for main frame
Definition at line 42 of file class.ilFramesetGUI.php.
| ilFramesetGUI::setMainFrameTitle | ( | $a_main_title | ) |
title for main frame
Definition at line 50 of file class.ilFramesetGUI.php.
Referenced by __construct().
Here is the caller graph for this function:| ilFramesetGUI::setMainWidth | ( | $a_mainwidth | ) |
Set Main Width.
| string | $a_mainwidth | Main Width |
Definition at line 92 of file class.ilFramesetGUI.php.
Referenced by __construct().
Here is the caller graph for this function:| ilFramesetGUI::setSideFrameName | ( | $a_side_name | ) |
name for main frame
Definition at line 82 of file class.ilFramesetGUI.php.
| ilFramesetGUI::setSideFrameSource | ( | $a_side_source | ) |
source url for side frame
Definition at line 66 of file class.ilFramesetGUI.php.
| ilFramesetGUI::setSideFrameTitle | ( | $a_side_title | ) |
title for side frame
Definition at line 74 of file class.ilFramesetGUI.php.
Referenced by __construct().
Here is the caller graph for this function:| ilFramesetGUI::setSideWidth | ( | $a_sidewidth | ) |
Set Side Width.
| string | $a_sidewidth | Side Width |
Definition at line 112 of file class.ilFramesetGUI.php.
Referenced by __construct().
Here is the caller graph for this function:| ilFramesetGUI::show | ( | ) |
show frameset
Definition at line 130 of file class.ilFramesetGUI.php.
References $ilSetting, $tpl, getMainWidth(), getSideWidth(), ilUtil\getStyleSheetLocation(), and ilUtil\stripScriptHTML().
Here is the call graph for this function: