CaMykS  1.0-20231201
Variables
Admin_SystemUniqueIDManagerKeyListParams.php.inc File Reference

Variables

global $camyks
 Admin_SystemUniqueIDManager Module key list parameters. More...
 
$this keysStatusList = $this->get_keysStatusList(true)
 
$this deleteKeyLink = 'javascript:adminengine_confirmRedirect(deleteKeyUrl+%s, deleteKeyMessage);'
 
$this keyListParams = array('name'=>'uniqueIDList', 'useSession'=>true, 'object'=>&$this->keyItem)
 
$this keyListParams ['headselectors']
 
$this keyListParams ['sort'] = array('allowed'=>true, 'default'=>'cdate', 'defaultway'=>'desc')
 
$this keyListParams ['listcolumns']
 

Variable Documentation

◆ $camyks

global $camyks

Admin_SystemUniqueIDManager Module key 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.1
Date
Creation: Jan 2015
Modification: Jan 2021
Note
This program is distributed as is - WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

◆ keysStatusList

$this keysStatusList = $this->get_keysStatusList(true)

◆ deleteKeyLink

$this deleteKeyLink = 'javascript:adminengine_confirmRedirect(deleteKeyUrl+%s, deleteKeyMessage);'

◆ keyListParams [1/4]

$this keyListParams = array('name'=>'uniqueIDList', 'useSession'=>true, 'object'=>&$this->keyItem)

◆ keyListParams [2/4]

$this keyListParams[ 'headselectors']
Initial value:
= array(
'page' => array('title'=>$camyks->get_translation('formitem_page'), 'itemtype'=>'page'),
'status' => array('title'=>$camyks->get_translation('formitem_status'), 'itemtype'=>'select', 'values'=>$this->keysStatusList, 'default'=>'-1'),
)
global $camyks
Admin_SystemUniqueIDManager Module key list parameters.
Definition: Admin_SystemUniqueIDManagerKeyListParams.php.inc:13

◆ keyListParams [3/4]

$this keyListParams[ 'sort'] = array('allowed'=>true, 'default'=>'cdate', 'defaultway'=>'desc')

◆ keyListParams [4/4]

$this keyListParams[ 'listcolumns']
Initial value:
= array(
'status' => array('title'=>' ', 'columntype'=>'boolean', 'mode'=>'pict', 'style'=>'width:12px;'),
'cdate' => array('title'=>$camyks->get_translation('date'), 'columntype'=>'date', 'mode'=>'numericwithhours'),
'uniqueID' => array('title'=>$this->get_translation('key'), 'columntype'=>'text', 'maxlength'=>'48'),
'plugin' => array('title'=>$this->get_translation('plugin'), 'columntype'=>'text'),
'object' => array('title'=>$this->get_translation('object'), 'columntype'=>'text', 'maxlength'=>96),
)