|
TYPO3 API
SVNRelease
|
Go to the source code of this file.
Variables | |
| $TCA ['static_template'] | |
| $tempField | |
| $TCA['static_template'] |
array(
'ctrl' => array(
'label' => 'title',
'tstamp' => 'tstamp',
'title' => 'LLL:EXT:statictemplates/locallang_tca.xml:static_template',
'readOnly' => 1,
'adminOnly' => 1,
'rootLevel' => 1,
'is_static' => 1,
'default_sortby' => 'ORDER BY title',
'crdate' => 'crdate',
'iconfile' => 'template_standard.gif',
'dynamicConfigFile' => t3lib_extMgm::extPath($_EXTKEY) . 'tca.php'
)
)
Definition at line 8 of file ext_tables.php.
| $tempField |
array(
'include_static' => array(
'label' => 'LLL:EXT:statictemplates/locallang_tca.xml:include_static',
'config' => array(
'type' => 'select',
'foreign_table' => 'static_template',
'foreign_table_where' => 'ORDER BY static_template.title DESC',
'size' => 10,
'maxitems' => 20,
'default' => '',
)
),
)
Definition at line 24 of file ext_tables.php.
1.7.5.1