ILIAS
Release_3_10_x_branch Revision 61812
|
Class ilPCTabsGUI. More...
Public Member Functions | |
ilPCTabsGUI (&$a_pg_obj, &$a_content_obj, $a_hier_id, $a_pc_id="") | |
Constructor public. | |
& | executeCommand () |
execute command | |
insert () | |
Insert new tabs. | |
edit ($a_insert=false) | |
Insert tabs form. | |
create () | |
Create new tabs in dom and update page in db. | |
update () | |
Save tabs properties in db and return to page edit screen. | |
Public Member Functions inherited from ilPageContentGUI | |
ilPageContentGUI (&$a_pg_obj, &$a_content_obj, $a_hier_id=0, $a_pc_id="") | |
Constructor public. | |
getHierId () | |
get hierarchical id in dom object | |
setHierId ($a_hier_id) | |
get hierarchical id in dom object | |
getBBMenu () | |
Get the bb menu incl. | |
delete () | |
delete content element | |
moveAfter () | |
move content element after another element | |
moveBefore () | |
move content element before another element | |
splitPage () | |
split page to new page at specified position | |
splitPageNext () | |
split page to next page at specified position | |
displayValidationError () | |
display validation errors | |
cancelCreate () | |
cancel creating page content | |
cancelUpdate () | |
cancel update | |
deactivate () | |
gui function set enabled if is not enabled and vice versa |
Additional Inherited Members | |
Data Fields inherited from ilPageContentGUI | |
$content_obj | |
$ilias | |
$tpl | |
$lng | |
$ctrl | |
$pg_obj | |
$hier_id | |
$dom | |
$updated | |
$target_script | |
$return_location |
Class ilPCTabsGUI.
User Interface for Tabbed Content
Definition at line 37 of file class.ilPCTabsGUI.php.
ilPCTabsGUI::create | ( | ) |
Create new tabs in dom and update page in db.
Definition at line 157 of file class.ilPCTabsGUI.php.
References insert().
ilPCTabsGUI::edit | ( | $a_insert = false | ) |
Insert tabs form.
Definition at line 82 of file class.ilPCTabsGUI.php.
References $ilCtrl, ilPageContentGUI\$lng, $ret, ilPageContentGUI\$tpl, ilPageContentGUI\displayValidationError(), and ilSelectInputGUI\setValue().
Referenced by insert(), and update().
& ilPCTabsGUI::executeCommand | ( | ) |
execute command
Definition at line 52 of file class.ilPCTabsGUI.php.
ilPCTabsGUI::ilPCTabsGUI | ( | & | $a_pg_obj, |
& | $a_content_obj, | ||
$a_hier_id, | |||
$a_pc_id = "" |
|||
) |
Constructor public.
Definition at line 44 of file class.ilPCTabsGUI.php.
References ilPageContentGUI\ilPageContentGUI().
ilPCTabsGUI::insert | ( | ) |
Insert new tabs.
Definition at line 74 of file class.ilPCTabsGUI.php.
References edit().
Referenced by create().
ilPCTabsGUI::update | ( | ) |
Save tabs properties in db and return to page edit screen.
Definition at line 177 of file class.ilPCTabsGUI.php.
References edit(), and ilUtil\stripSlashes().