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

Admin_SystemNotifications Module website list parameters. More...

Variables

global $camyks
 
$this websitesStatusList = $this->get_websitesStatusList(true)
 
$this editWebsiteLink = $this->get_adminLink(array('mode'=>'edit_website', 'website_id'=>'%s'))
 
$this deleteWebsiteLink = 'javascript:adminengine_confirmRedirect(deleteWebsiteUrl+%s, deleteWebsiteMessage);'
 
$this websiteListParams = array('name'=>'websiteList', 'useSession'=>true, 'object'=>&$this->websiteItem)
 
$this websiteListParams ['headselectors']
 
$this websiteListParams ['headhiddens'] = array('openTab'=>'Websites')
 
$this websiteListParams ['sort'] = array('allowed'=>false, 'default'=>'name', 'defaultway'=>'asc')
 
$this websiteListParams ['listcolumns']
 

Detailed Description

Admin_SystemNotifications Module website 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: Jul 2017
Modification: May 2019
Note
This program is distributed as is - WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Variable Documentation

◆ $camyks

global $camyks

◆ websitesStatusList

$this websitesStatusList = $this->get_websitesStatusList(true)

◆ editWebsiteLink

$this editWebsiteLink = $this->get_adminLink(array('mode'=>'edit_website', 'website_id'=>'%s'))

◆ deleteWebsiteLink

$this deleteWebsiteLink = 'javascript:adminengine_confirmRedirect(deleteWebsiteUrl+%s, deleteWebsiteMessage);'

◆ websiteListParams [1/5]

$this websiteListParams = array('name'=>'websiteList', 'useSession'=>true, 'object'=>&$this->websiteItem)

◆ websiteListParams [2/5]

$this websiteListParams[ '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->websitesStatusList, 'default'=>'-1'),
)
global $camyks
Definition: Admin_SystemNotificationsWebsiteListParams.php.inc:14

◆ websiteListParams [3/5]

$this websiteListParams[ 'headhiddens'] = array('openTab'=>'Websites')

◆ websiteListParams [4/5]

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

◆ websiteListParams [5/5]

$this websiteListParams[ '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'),
'name' => array('title'=>$this->get_translation('website'), 'columntype'=>'text', 'maxlength'=>'48'),
)