ILIAS
Release_3_10_x_branch Revision 61812
|
Class ilPCListGUI. More...
Public Member Functions | |
ilPCListGUI (&$a_pg_obj, &$a_content_obj, $a_hier_id, $a_pc_id="") | |
Constructor public. | |
& | executeCommand () |
execute command | |
insert () | |
insert new list form | |
create () | |
create new table in dom and update page in db | |
edit () | |
edit properties form | |
saveProperties () | |
save table 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 ilPCListGUI.
User Interface for LM List Editing
Definition at line 37 of file class.ilPCListGUI.php.
ilPCListGUI::create | ( | ) |
create new table in dom and update page in db
Definition at line 118 of file class.ilPCListGUI.php.
References insert().
ilPCListGUI::edit | ( | ) |
edit properties form
Definition at line 138 of file class.ilPCListGUI.php.
References ilPageContentGUI\displayValidationError(), and formSelect().
Referenced by saveProperties().
& ilPCListGUI::executeCommand | ( | ) |
execute command
Definition at line 52 of file class.ilPCListGUI.php.
ilPCListGUI::ilPCListGUI | ( | & | $a_pg_obj, |
& | $a_content_obj, | ||
$a_hier_id, | |||
$a_pc_id = "" |
|||
) |
Constructor public.
Definition at line 44 of file class.ilPCListGUI.php.
References ilPageContentGUI\ilPageContentGUI().
ilPCListGUI::insert | ( | ) |
insert new list form
Definition at line 74 of file class.ilPCListGUI.php.
References ilPageContentGUI\displayValidationError(), and formSelect().
Referenced by create().
ilPCListGUI::saveProperties | ( | ) |
save table properties in db and return to page edit screen
Definition at line 177 of file class.ilPCListGUI.php.
References edit().