Public Member Functions | |
getHtml ($userId, $moduleComponentId, $action) | |
actionView () | |
generatePagelist ($pageId, $userId, $permId, $action= '', $depth) | |
getNodeHtmlforPagelist ($pageId, $userId, $module, $action, $parentPath, $depth) | |
actionEdit () | |
createModule (&$moduleComponentId) | |
deleteModule ($moduleComponentId) | |
copyModule ($moduleComponentId) |
Definition at line 27 of file pagelist.lib.php.
actionEdit | ( | ) |
Definition at line 144 of file pagelist.lib.php.
actionView | ( | ) |
Reimplemented from module.
Definition at line 40 of file pagelist.lib.php.
copyModule | ( | $ | moduleComponentId | ) |
Reimplemented from module.
Definition at line 202 of file pagelist.lib.php.
createModule | ( | &$ | moduleComponentId | ) |
Reimplemented from module.
Definition at line 175 of file pagelist.lib.php.
deleteModule | ( | $ | moduleComponentId | ) |
Reimplemented from module.
Definition at line 192 of file pagelist.lib.php.
generatePagelist | ( | $ | pageId, | |
$ | userId, | |||
$ | permId, | |||
$ | action = '' , |
|||
$ | depth | |||
) |
Definition at line 52 of file pagelist.lib.php.
getHtml | ( | $ | userId, | |
$ | moduleComponentId, | |||
$ | action | |||
) |
Reimplemented from module.
Definition at line 29 of file pagelist.lib.php.
getNodeHtmlforPagelist | ( | $ | pageId, | |
$ | userId, | |||
$ | module, | |||
$ | action, | |||
$ | parentPath, | |||
$ | depth | |||
) |
************************************************************************************************************************************************************** The following lines are for thumb images of each page listed in the page of type pagelist : By Default: the home icon is set as default thumb image for each page. This can be changed by doing following actions: a) Create a folder called 'pagethumbs' in folder '/cms/templates/common' b) put all the images (size preferably 32x32 ) with the name same as the name of the page. e.g. for a page whose name is 'hello' in table _pages the name of the image in the above said folder should be 'hello.png' c) Add comment symbol i.e. // in front of line saying : $thumbname="$imagesFolder/actions/go-home.png"; (currently it is line 159 if not changed) THAT'S IT
Definition at line 72 of file pagelist.lib.php.