|
|
const | NAME = 'picker' |
| |
|
const | PERMISSION = "permission" |
| |
|
const | REQUIRES_LOGIN = "requiresLogin" |
| |
|
const | ENABLE_MENU = "ENABLE_MENU" |
| |
|
const | LEVEL = "level" |
| |
|
const | DEPENDENCIES = "dependencies" |
| |
|
const | INIT_ORDER = "initOrder" |
| |
|
const | MENU_LIST = "menuList" |
| |
|
const | MENU_ORDER = "menuOrder" |
| |
|
const | MENU_TARGET = "menuTarget" |
| |
|
const | TITLE = "title" |
| |
|
| $fileLogger |
| |
|
|
| createFilePicker () |
| |
|
| createFilePickerMulti () |
| |
| | getUploadtreeTableName (int $uploadtreePk) |
| |
| | getFolderUploads (int $folder_pk) |
| |
| | historyPick (int $uploadtree_pk, int &$rtncount) |
| |
|
| applicationPick (string $SLName, string $selectedVal, string $label) |
| |
|
| uploadtree2PathStr (array $PathArray) |
| |
| | renderPicker (string $RtnMod, int $anchorPk, int $folder_pk, array $currentItems) |
| |
|
|
| $container |
| |
|
| $renderer |
| |
|
| $microMenu |
| |
Definition at line 22 of file PickerPlugin.php.
◆ getFolderUploads()
| PickerPlugin::getFolderUploads |
( |
int |
$folder_pk | ) |
|
|
private |
Return permission-filtered uploads for a folder, with timestamps formatted for the browser.
Definition at line 109 of file PickerPlugin.php.
◆ getUploadtreeTableName()
| PickerPlugin::getUploadtreeTableName |
( |
int |
$uploadtreePk | ) |
|
|
private |
Return the upload-specific uploadtree table name for a given uploadtree pk. Falls back to 'uploadtree' if the row is not found.
Definition at line 93 of file PickerPlugin.php.
◆ handle()
| PickerPlugin::handle |
( |
Request |
$request | ) |
|
|
protected |
◆ historyPick()
| PickerPlugin::historyPick |
( |
int |
$uploadtree_pk, |
|
|
int & |
$rtncount |
|
) |
| |
|
private |
Pick history select-box for classic 2-way mode. Returns HTML string or empty string.
Definition at line 149 of file PickerPlugin.php.
◆ renderPicker()
| PickerPlugin::renderPicker |
( |
string |
$RtnMod, |
|
|
int |
$anchorPk, |
|
|
int |
$folder_pk, |
|
|
array |
$currentItems |
|
) |
| |
|
private |
The documentation for this class was generated from the following file: