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

Admin_GenericEmailingManager Module contact list parameters library. More...

Variables

global $camyks
 
$this contactsStatusList = $this->get_contactsStatusList(true)
 
$this contactStatusIconList = $this->get_contactStatusIconList()
 
$this contactGroupList = $this->get_contactGroupList(true)
 
$this editContactLink = $this->get_adminLink(array('mode'=>'edit_contact', 'contact_id'=>'%s'))
 
$this deleteContactLink = 'javascript:adminengine_confirmRedirect(deleteContactUrl+%s, deleteContactMessage);'
 
$this contactListParams = array('name'=>'contactList', 'useSession'=>true, 'object'=>&$this->contactItem)
 
$this contactListParams ['headselectors']
 
$this contactListParams ['headhiddens'] = array('openTab'=>'contacts')
 
$this contactListParams ['sort'] = array('allowed'=>false, 'default'=>'lastname', 'defaultway'=>'asc')
 
$this contactListParams ['listcolumns']
 

Detailed Description

Admin_GenericEmailingManager Module contact list parameters library.

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.2
Date
Creation: Dec 2012
Modification: Dec 2018
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

◆ contactsStatusList

$this contactsStatusList = $this->get_contactsStatusList(true)

◆ contactStatusIconList

$this contactStatusIconList = $this->get_contactStatusIconList()

◆ contactGroupList

$this contactGroupList = $this->get_contactGroupList(true)

◆ editContactLink

$this editContactLink = $this->get_adminLink(array('mode'=>'edit_contact', 'contact_id'=>'%s'))

◆ deleteContactLink

$this deleteContactLink = 'javascript:adminengine_confirmRedirect(deleteContactUrl+%s, deleteContactMessage);'

◆ contactListParams [1/5]

$this contactListParams = array('name'=>'contactList', 'useSession'=>true, 'object'=>&$this->contactItem)

◆ contactListParams [2/5]

$this contactListParams[ '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->contactsStatusList, 'default'=>'-1'),
'group' => array('title'=>$this->get_translation('formitem_group'), 'itemtype'=>'select', 'values'=>$this->contactGroupList, 'default'=>'_all_'),
'search' => array('title'=>$this->get_translation('formitem_search'), 'itemtype'=>'text', 'default'=>''),
)
$this contactGroupList
Definition: Admin_GenericEmailingManagerContactListParams.php.inc:20
global $camyks
Definition: Admin_GenericEmailingManagerContactListParams.php.inc:15

◆ contactListParams [3/5]

$this contactListParams[ 'headhiddens'] = array('openTab'=>'contacts')

◆ contactListParams [4/5]

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

◆ contactListParams [5/5]

$this contactListParams[ 'listcolumns']
Initial value:
= array(
'status' => array('title'=>' ', 'columntype'=>'list', 'values'=>$this->contactStatusIconList, 'class'=>'eTableIconCell'),
'name' => array('title'=>$camyks->get_translation('name'),'columntype'=>'specialtext', 'text'=>'%s %s', 'vars'=>array('firstname', 'lastname'), 'maxlength'=>'64'),
'email' => array('title'=>$camyks->get_translation('email'),'columntype'=>'text'),
)
$this contactStatusIconList
Definition: Admin_GenericEmailingManagerContactListParams.php.inc:19