Admin_MyShortcuts Module shortcut list parameters.
More...
Admin_MyShortcuts Module shortcut list parameters.
Plugin, Module Library
- Author
- CaMykS Team camyk.nosp@m.s.co.nosp@m.ntact.nosp@m.@gma.nosp@m.il.co.nosp@m.m
- Version
- 1.0
- Date
- Creation: Jan 2019
-
Modification: Jan 2019
- Copyright
- 2019 CaMykS Team
- Note
- This program is distributed as is - WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
◆ $camyks
◆ openShortcutLink
$this openShortcutLink = $this->get_adminLink(array('mode'=>'open_shortcut', 'shortcut_id'=>'%s')) |
◆ editShortcutLink
$this editShortcutLink = $this->get_adminLink(array('mode'=>'edit_shortcut', 'shortcut_id'=>'%s')) |
◆ deleteShortcutLink
$this deleteShortcutLink = 'javascript:adminengine_confirmRedirect(deleteShortcutUrl+%s, deleteShortcutMessage);' |
◆ shortcutListParams [1/4]
$this shortcutListParams = array('name'=>'shortcutList', 'useSession'=>true, 'object'=>&$this->shortcutItem) |
◆ shortcutListParams [2/4]
$this shortcutListParams[ 'headselectors'] |
Initial value:= array(
'page' => array(
'title'=>
$camyks->get_translation(
'formitem_page'),
'itemtype'=>
'page'),
)
global $camyks
Definition: Admin_UserShortcutListParams.php.inc:14
◆ shortcutListParams [3/4]
$this shortcutListParams[ 'sort'] = array('allowed'=>false, 'default'=>'id', 'defaultway'=>'asc') |
◆ shortcutListParams [4/4]
$this shortcutListParams[ 'listcolumns'] |
Initial value:= array(
'empty' => array('title'=>'', 'columntype'=>'specialtext', 'text'=>' ', 'class'=>'eTableIconCell'),
'name' => array(
'title'=>
$camyks->get_translation(
'title'),
'columntype'=>
'text'),
'_date' => array('title'=>$this->get_translation('adddate'), 'columntype'=>'date', 'mode'=>'numeric',),
'view' => array(
'title'=>
'',
'columntype'=>
'button',
'icon'=>
'view',
'url_value'=>$this->
openShortcutLink,
'url_title'=>$this->get_translation(
'openshortcut')),
'edit' => array(
'title'=>
'',
'columntype'=>
'button',
'icon'=>
'edit',
'url_value'=>$this->
editShortcutLink,
'url_title'=>$this->get_translation(
'editshortcut')),
'delete' => array(
'title'=>
'',
'columntype'=>
'button',
'icon'=>
'cross',
'url_value'=>$this->
deleteShortcutLink,
'url_title'=>$this->get_translation(
'deleteshortcut')),
)
$this editShortcutLink
Definition: Admin_UserShortcutListParams.php.inc:18
$this openShortcutLink
Definition: Admin_UserShortcutListParams.php.inc:17
$this deleteShortcutLink
Definition: Admin_UserShortcutListParams.php.inc:19