Go to the source code of this file.
Namespaces | |
namespace | pragyan |
Widget Framework for Pragyan CMS (c) 2010 Pragyan Team http://www.gnu.org/licenses/ GNU Public License For more details, see README Add support for File Upload/Download via the widget's configurations Reload Widgets ,Get Widget Instances. see bottom. | |
Functions | |
handleIconManagement () | |
getTreeView ($pageId, $depth, $rootUri, $userId, $curdepth) | |
getIconList () | |
getListOfFiles ($dir, $isTopLevel=false) | |
Variables | |
$fakeid = $userId | |
$imageUploadField = getMultipleFileUploadField('iconUpload','iconman',512*1024) | |
$uploadForm | |
$iconForm = "<table class=\"myIconForm\"><tr><td id=\"iconTreeMenu\">" | |
$selectionList = getIconList() | |
</style > | STYLES |
$iconList = "<div class='myIconList'>" | |
$id = 0 |
getIconList | ( | ) |
Definition at line 198 of file iconmanagement.lib.php.
getListOfFiles | ( | $ | dir, | |
$ | isTopLevel = false | |||
) |
Definition at line 270 of file iconmanagement.lib.php.
getTreeView | ( | $ | pageId, | |
$ | depth, | |||
$ | rootUri, | |||
$ | userId, | |||
$ | curdepth | |||
) |
Definition at line 169 of file iconmanagement.lib.php.
handleIconManagement | ( | ) |
If user is setting an icon to a page, then generate an ajax response
Definition at line 18 of file iconmanagement.lib.php.
$fakeid = $userId |
Definition at line 123 of file iconmanagement.lib.php.
return $iconForm = "<table class=\"myIconForm\"><tr><td id=\"iconTreeMenu\">" |
Definition at line 136 of file iconmanagement.lib.php.
return $iconList = "<div class='myIconList'>" |
Definition at line 231 of file iconmanagement.lib.php.
$id = 0 |
Definition at line 233 of file iconmanagement.lib.php.
$imageUploadField = getMultipleFileUploadField('iconUpload','iconman',512*1024) |
Definition at line 125 of file iconmanagement.lib.php.
$selectionList = getIconList() |
Definition at line 140 of file iconmanagement.lib.php.
$uploadForm |
"submit" /> </form> FORM
Definition at line 128 of file iconmanagement.lib.php.
</style> STYLES |
Definition at line 230 of file iconmanagement.lib.php.