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

Variables

global $camyks
 Admin_GooglePoIMapManager Module point list parameters. More...
 
$this pointStatusList = $this->get_pointsStatusList(true)
 
$this editPointLink = $this->get_adminLink(array('mode'=>'edit_point', 'point_id'=>'%s'))
 
$this deletePointLink = 'javascript:adminengine_confirmRedirect(deletePointUrl+%s, deletePointMessage);'
 
$this pointListParams = array('name'=>'pointList', 'useSession'=>true, 'object'=>&$this->pointItem, 'language'=>$this->language)
 
$this pointListParams ['headselectors']
 
$this pointListParams ['sort'] = array('allowed'=>false, 'default'=>'id', 'defaultway'=>'asc')
 
$this pointListParams ['listcolumns']
 

Variable Documentation

◆ $camyks

global $camyks

Admin_GooglePoIMapManager Module point 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: Jun 2010
Modification: Feb 2021
Note
This program is distributed as is - WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

◆ pointStatusList

$this pointStatusList = $this->get_pointsStatusList(true)

◆ editPointLink

$this editPointLink = $this->get_adminLink(array('mode'=>'edit_point', 'point_id'=>'%s'))

◆ deletePointLink

$this deletePointLink = 'javascript:adminengine_confirmRedirect(deletePointUrl+%s, deletePointMessage);'

◆ pointListParams [1/4]

$this pointListParams = array('name'=>'pointList', 'useSession'=>true, 'object'=>&$this->pointItem, 'language'=>$this->language)

◆ pointListParams [2/4]

$this pointListParams[ '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->pointStatusList, 'default'=>'-1'),
)
global $camyks
Admin_GooglePoIMapManager Module point list parameters.
Definition: Admin_GooglePoIMapManagerPointListParams.php.inc:13

◆ pointListParams [3/4]

$this pointListParams[ 'sort'] = array('allowed'=>false, 'default'=>'id', 'defaultway'=>'asc')

◆ pointListParams [4/4]

$this pointListParams[ 'listcolumns']
Initial value:
= array(
'status' => array('title'=>' ', 'columntype'=>'boolean', 'mode'=>'pict', 'style'=>'width:12px;'),
'title' => array('title'=>$camyks->get_translation('title'), 'columntype'=>'text', 'maxlength'=>48),
)