TYPO3 API  SVNRelease
Variables
ext_tables.php File Reference

Go to the source code of this file.

Variables

 $TCA ['static_template']
 $tempField

Variable Documentation

$TCA['static_template']
Initial value:
 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
Initial value:
 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.