|
ILIAS
Release_3_10_x_branch Revision 61812
|
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 31 of file class.ilFramesetGUI.php.
| ilFramesetGUI::__construct | ( | ) |
Constructor public.
Definition at line 38 of file class.ilFramesetGUI.php.
References setMainWidth(), and setSideWidth().
Here is the call graph for this function:| ilFramesetGUI::getMainWidth | ( | ) |
Get Main Width.
Definition at line 115 of file class.ilFramesetGUI.php.
Referenced by show().
Here is the caller graph for this function:| ilFramesetGUI::getSideWidth | ( | ) |
Get Side Width.
Definition at line 135 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 47 of file class.ilFramesetGUI.php.
| ilFramesetGUI::setMainFrameName | ( | $a_main_name | ) |
name for main frame
Definition at line 71 of file class.ilFramesetGUI.php.
| ilFramesetGUI::setMainFrameSource | ( | $a_main_source | ) |
source url for main frame
Definition at line 55 of file class.ilFramesetGUI.php.
| ilFramesetGUI::setMainFrameTitle | ( | $a_main_title | ) |
title for main frame
Definition at line 63 of file class.ilFramesetGUI.php.
| ilFramesetGUI::setMainWidth | ( | $a_mainwidth | ) |
Set Main Width.
| string | $a_mainwidth | Main Width |
Definition at line 105 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 95 of file class.ilFramesetGUI.php.
| ilFramesetGUI::setSideFrameSource | ( | $a_side_source | ) |
source url for side frame
Definition at line 79 of file class.ilFramesetGUI.php.
| ilFramesetGUI::setSideFrameTitle | ( | $a_side_title | ) |
title for side frame
Definition at line 87 of file class.ilFramesetGUI.php.
| ilFramesetGUI::setSideWidth | ( | $a_sidewidth | ) |
Set Side Width.
| string | $a_sidewidth | Side Width |
Definition at line 125 of file class.ilFramesetGUI.php.
Referenced by __construct().
Here is the caller graph for this function:| ilFramesetGUI::show | ( | ) |
show frameset
Definition at line 143 of file class.ilFramesetGUI.php.
References $ilSetting, $tpl, getMainWidth(), getSideWidth(), and ilUtil\getStyleSheetLocation().
Here is the call graph for this function: