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

Variables

global $camyks
 Admin_GenericDownloadManager Module category list parameters. More...
 
$this documentStatusList = $this->get_documentStatusList(true)
 
$this categoryList = $this->get_categoryTitleList($this->language)
 
$this editDocumentLink = $this->get_adminLink(array('mode'=>'edit_document', 'document_id'=>'%s'))
 
$this deleteDocumentLink = 'javascript:adminengine_confirmRedirect(deleteDocumentUrl+%s, deleteDocumentMessage);'
 
$this documentListParams = array('name'=>'documentList', 'useSession'=>true, 'object'=>&$this->documentItem, 'language'=>$this->language)
 
$this documentListParams ['headselectors']
 
$this documentListParams ['sort'] = array('allowed'=>false, 'default'=>'title', 'defaultway'=>'')
 
$this documentListParams ['listcolumns']
 

Variable Documentation

◆ $camyks

global $camyks

Admin_GenericDownloadManager Module category 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: Apr 2009
Modification: Dec 2020
Note
This program is distributed as is - WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

◆ documentStatusList

$this documentStatusList = $this->get_documentStatusList(true)

◆ categoryList

$this categoryList = $this->get_categoryTitleList($this->language)

◆ editDocumentLink

$this editDocumentLink = $this->get_adminLink(array('mode'=>'edit_document', 'document_id'=>'%s'))

◆ deleteDocumentLink

$this deleteDocumentLink = 'javascript:adminengine_confirmRedirect(deleteDocumentUrl+%s, deleteDocumentMessage);'

◆ documentListParams [1/4]

$this documentListParams = array('name'=>'documentList', 'useSession'=>true, 'object'=>&$this->documentItem, 'language'=>$this->language)

◆ documentListParams [2/4]

$this documentListParams[ 'headselectors']
Initial value:
= array(
'page' => array('title'=>$camyks->get_translation('formitem_page'), 'itemtype'=>'page'),
'active' => array('title'=>$camyks->get_translation('formitem_status'), 'itemtype'=>'select', 'values'=>$this->documentStatusList, 'default'=>'-1'),
'category' => array('title'=>$this->get_translation('formitem_category'), 'itemtype'=>'select', 'values'=>$this->categoryList, 'default'=>'-1'),
)
global $camyks
Admin_GenericDownloadManager Module category list parameters.
Definition: Admin_GenericDownloadManagerDocumentListParams.php.inc:13
$this categoryList
Definition: Admin_GenericDownloadManagerDocumentListParams.php.inc:17

◆ documentListParams [3/4]

$this documentListParams[ 'sort'] = array('allowed'=>false, 'default'=>'title', 'defaultway'=>'')

◆ documentListParams [4/4]

$this documentListParams[ 'listcolumns']
Initial value:
= array(
'active' => array('title'=>' ', 'columntype'=>'boolean', 'mode'=>'pict', 'class'=>'eTableIconCell'),
'title' => array('title'=>$camyks->get_translation('title'),'columntype'=>'text'),
'releasedate' => array('title'=>$camyks->get_translation('date'), 'columntype'=>'date', 'mode'=>'numeric'),
'infos' => array('title'=>$this->get_translation('header_infos'), 'columntype'=>'method', 'method'=>'get_fileInfos'),
'category' => array('title'=>$this->get_translation('header_category'),'columntype'=>'list', 'values'=>$this->categoryList),
)