Fonctions membres publiques | |
| preinit () | |
| preprocess () | |
| init () | |
| main () | |
| editLoadedFunc () | |
| editPageIdFunc () | |
| printContent () | |
| workspaceSelector () | |
| mIconFilename ($Ifilename, $backPath) | |
| getIcon ($modName) | |
| itemLabel ($inlabel, $modName, $M_modName='') | |
| getLinkedPageId ($url) | |
| hasWorkspaceAccess () | |
Attributs publics | |
| $modName | |
| $M_modName | |
| $URL | |
| $editSC | |
| $deleteCategory | |
| $editName | |
| $editGroup | |
| $whichItem | |
| $loadModules | |
| $doc | |
| $content | |
| $lines | |
| $editLoaded | |
| $editError | |
| $editPath | |
| $editSC_rec | |
| $theEditRec | |
| $editPage | |
| $selOpt | |
| $searchFor | |
| $groupLabels = array() | |
| $alternativeTableUid = array() | |
| SC_alt_shortcut::preinit | ( | ) |
Pre-initialization - setting input variables for storing shortcuts etc.
| SC_alt_shortcut::preprocess | ( | ) |
Adding shortcuts, editing shortcuts etc.
| SC_alt_shortcut::init | ( | ) |
Initialize (page output)
| SC_alt_shortcut::main | ( | ) |
Main function, creating content in the frame
| SC_alt_shortcut::editLoadedFunc | ( | ) |
Creates lines for the editing form.
| SC_alt_shortcut::editPageIdFunc | ( | ) |
If "editPage" value is sent to script and it points to an accessible page, the internal var $this->theEditRec is set to the page record which should be loaded. Returns void
| SC_alt_shortcut::printContent | ( | ) |
Outputting the accumulated content to screen
| SC_alt_shortcut::workspaceSelector | ( | ) |
Create selector for workspaces and change workspace if command is given to do that.
| SC_alt_shortcut::mIconFilename | ( | $ | Ifilename, | |
| $ | backPath | |||
| ) |
Returns relative filename for icon.
| string | Absolute filename of the icon | |
| string | Backpath string to prepend the icon after made relative |
| SC_alt_shortcut::getIcon | ( | $ | modName | ) |
Returns icon for shortcut display
| string | Backend module name |
| SC_alt_shortcut::itemLabel | ( | $ | inlabel, | |
| $ | modName, | |||
| $ | M_modName = '' | |||
| ) |
Returns title-label for icon
| string | In-label | |
| string | Backend module name (key) | |
| string | Backend module label (user defined?) |
| SC_alt_shortcut::getLinkedPageId | ( | $ | url | ) |
Return the ID of the page in the URL if found.
| string | The URL of the current shortcut link |
| SC_alt_shortcut::hasWorkspaceAccess | ( | ) |
Checks if user has access to Workspace module.
| SC_alt_shortcut::$modName |
| SC_alt_shortcut::$M_modName |
| SC_alt_shortcut::$URL |
| SC_alt_shortcut::$editSC |
| SC_alt_shortcut::$deleteCategory |
| SC_alt_shortcut::$editName |
| SC_alt_shortcut::$editGroup |
| SC_alt_shortcut::$whichItem |
| SC_alt_shortcut::$loadModules |
| SC_alt_shortcut::$doc |
| SC_alt_shortcut::$content |
| SC_alt_shortcut::$lines |
| SC_alt_shortcut::$editLoaded |
| SC_alt_shortcut::$editError |
| SC_alt_shortcut::$editPath |
| SC_alt_shortcut::$editSC_rec |
| SC_alt_shortcut::$theEditRec |
| SC_alt_shortcut::$editPage |
| SC_alt_shortcut::$selOpt |
| SC_alt_shortcut::$searchFor |
| SC_alt_shortcut::$groupLabels = array() |
| SC_alt_shortcut::$alternativeTableUid = array() |
1.5.3