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

Variables

global $camyks
 Admin_GenericContactFormManager Module, subject list parameters. More...
 
$this editSubjectLink = $camyks->get_adminLink($this->name, array('mode'=>'edit_subject', 'subject_id'=>'%s'))
 
$this viewSubjectLink = $camyks->get_adminLink($this->name, array('mode'=>'view_subject', 'subject_id'=>'%s'))
 
$this deleteSubjectLink = 'javascript:adminengine_confirmRedirect(deleteSubjectUrl+%s, deleteSubjectSubject);'
 
$this listSubjectLink = $camyks->get_adminLink($this->name, array('mode'=>'list_registration', 'subject_id'=>'%s'))
 
$this subjectListParams = array('name'=>'subjectList', 'useSession'=>true, 'object'=>&$this->subjectItem, 'listlinks'=>array())
 
$this subjectListParams ['headselectors']
 
$this subjectListParams ['sort'] = array('allowed'=>false, 'default'=>'edate', 'defaultway'=>'desc')
 
$this subjectListParams ['listcolumns']
 

Variable Documentation

◆ $camyks

global $camyks

Admin_GenericContactFormManager Module, subject 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: Nov 2010
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.

◆ editSubjectLink

$this editSubjectLink = $camyks->get_adminLink($this->name, array('mode'=>'edit_subject', 'subject_id'=>'%s'))

◆ viewSubjectLink

$this viewSubjectLink = $camyks->get_adminLink($this->name, array('mode'=>'view_subject', 'subject_id'=>'%s'))

◆ deleteSubjectLink

$this deleteSubjectLink = 'javascript:adminengine_confirmRedirect(deleteSubjectUrl+%s, deleteSubjectSubject);'

◆ listSubjectLink

$this listSubjectLink = $camyks->get_adminLink($this->name, array('mode'=>'list_registration', 'subject_id'=>'%s'))

◆ subjectListParams [1/4]

$this subjectListParams = array('name'=>'subjectList', 'useSession'=>true, 'object'=>&$this->subjectItem, 'listlinks'=>array())

◆ subjectListParams [2/4]

$this subjectListParams[ 'headselectors']
Initial value:
= array(
'page' => array('title'=>$this->get_translation('itempage'), 'itemtype'=>'page'),
'status' => array('title'=>$camyks->get_translation('formitem_status'), 'itemtype'=>'select', 'values'=>$this->get_subjectsStatusList(true), 'default'=>-1),
)
global $camyks
Admin_GenericContactFormManager Module, subject list parameters.
Definition: Admin_GenericContactFormManagerSubjectListParams.php.inc:13

◆ subjectListParams [3/4]

$this subjectListParams[ 'sort'] = array('allowed'=>false, 'default'=>'edate', 'defaultway'=>'desc')

◆ subjectListParams [4/4]

$this subjectListParams[ 'listcolumns']
Initial value:
= array(
'status' => array('title'=>'', 'columntype'=>'list', 'values'=>$this->get_subjectStatusIconList(), 'style'=>'width:20px;'),
'edate' => array('title'=>$this->get_translation('header_date'), 'columntype'=>'date', 'mode'=>'shortwithhours', 'style'=>'width:100px;'),
'author' => array('title'=>$this->get_translation('header_author'), 'columntype'=>'text'),
'view' => array('title'=>'', 'columntype'=>'button', 'icon'=>'view', 'url_value'=>$this->viewSubjectLink, 'url_title'=>$this->get_translation('viewsubject'), 'style'=>'width:12px;'),
)
$this viewSubjectLink
Definition: Admin_GenericContactFormManagerSubjectListParams.php.inc:17