| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
Go to the source code of this file.
| Data Structures | |
| class | ilPageObject | 
| Class ilPageObject.  More... | |
| Variables | |
| const | IL_INSERT_BEFORE = 0 | 
| const | IL_INSERT_AFTER = 1 | 
| const | IL_INSERT_CHILD = 2 | 
| const | IL_CHAPTER_TITLE = "st_title" | 
| const | IL_PAGE_TITLE = "pg_title" | 
| const | IL_NO_HEADER = "none" | 
| const IL_CHAPTER_TITLE = "st_title" | 
Definition at line 8 of file class.ilPageObject.php.
| const IL_INSERT_AFTER = 1 | 
Definition at line 5 of file class.ilPageObject.php.
Referenced by ilPCTable\create(), ilPCList\create(), ilPCContentInclude\create(), ilPCResources\create(), ilPCFileList\create(), ilPCDataTable\create(), ilPCTabs\create(), ilPCSection\create(), ilPCMap\create(), ilPCPlugged\create(), ilPCPlaceHolder\create(), ilPCQuestion\create(), ilPCParagraph\create(), ilPCMediaObject\createAlias(), ilPageObject\insertContent(), ilPageObject\insertContentNode(), ilPageObject\moveContentAfter(), and ilPageObject\pasteContents().
| const IL_INSERT_BEFORE = 0 | 
Definition at line 4 of file class.ilPageObject.php.
Referenced by ilPageObject\insertContent(), ilPageObject\insertContentNode(), and ilPageObject\moveContentBefore().
| const IL_INSERT_CHILD = 2 | 
Definition at line 6 of file class.ilPageObject.php.
Referenced by ilPageObject\insertContent(), and ilPageObject\insertContentNode().
| const IL_NO_HEADER = "none" | 
Definition at line 10 of file class.ilPageObject.php.
| const IL_PAGE_TITLE = "pg_title" | 
Definition at line 9 of file class.ilPageObject.php.