Admin_GenericEmailingManager Module contact list parameters library.
More...
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
- Copyright
- 2012 - 2018 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
◆ 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'=>''),
)
◆ 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'),
)