Riferimenti per il file typo3/sysext/cms/ext_tables.php

Vai al codice sorgente di questo file.

Variabili

 $PAGES_TYPES
 $TCA ['pages']['ctrl']['enablecolumns']
 $TCA ['pages']['ctrl']['useColumnsForDefaultValues'] = ',fe_group,hidden'
 $TCA ['pages']['columns']
 $TCA ['pages']['interface']['showRecordFieldList'] = ',alias,hidden,starttime,endtime,fe_group,url,target,no_cache,shortcut,keywords,description,abstract,newUntil,lastUpdated,cache_timeout'
 $TCA ['pages']['ctrl']['mainpalette'] = '1'
 $TCA ['pages']['types']
 $TCA ['pages']['palettes']
 $TCA ['tt_content']
 $TCA ['fe_users']
 $TCA ['fe_groups']
 $TCA ['sys_domain']
 $TCA ['pages_language_overlay']
 $TCA ['sys_template']
 $TCA ['static_template']


Documentazione delle variabili

$PAGES_TYPES
 

Valore iniziale:

 t3lib_div::array_merge(array(
                '3' => Array(
                        'icon' => 'pages_link.gif'
                ),
                '4' => Array(
                        'icon' => 'pages_shortcut.gif'
                ),
                '5' => Array(
                        'icon' => 'pages_notinmenu.gif'
                ),
                '7' => Array(
                        'icon' => 'pages_mountpoint.gif'
                ),
                '6' => Array(
                        'type' => 'web',
                        'icon' => 'be_users_section.gif',
                        'allowedTables' => '*'
                ),
                '199' => Array(         // TypoScript: Limit is 200. When the doktype is 200 or above, the page WILL NOT be regarded as a 'page' by TypoScript. Rather is it a system-type page
                        'type' => 'sys',
                        'icon' => 'spacer_icon.gif',
                )
        ),$PAGES_TYPES)

Definizione alla linea 36 del file ext_tables.php.

Referenziato da t3lib_extMgm::allowTableOnStandardPages(), tx_impexp::checkDokType(), t3lib_TCEmain::checkValue(), t3lib_TCEmain::doesPageHaveUnallowedTables(), SC_mod_tools_dbint_index::func_records(), tslib_fe::includeTCA(), SC_db_new::isTableAllowedForThisPage(), e t3lib_TCEmain::isTableAllowedForThisPage().

$TCA['static_template']
 

Valore iniziale:

 Array (
        'ctrl' => Array (
                'label' => 'title',
                'tstamp' => 'tstamp',
                'title' => 'LLL:EXT:cms/locallang_tca.php:static_template',
                'readOnly' => 1,        // This should always be true, as it prevents the static templates from being altered
                'adminOnly' => 1,       // Only admin, if any
                'rootLevel' => 1,
                'is_static' => 1,
                'default_sortby' => 'ORDER BY title',
                'crdate' => 'crdate',
                'iconfile' => 'template_standard.gif',
                'dynamicConfigFile' => t3lib_extMgm::extPath($_EXTKEY).'tbl_cms.php'
        )
)

Definizione alla linea 669 del file ext_tables.php.

$TCA['sys_template']
 

Valore iniziale:

 Array (
        'ctrl' => Array (
                'label' => 'title',
                'tstamp' => 'tstamp',
                'sortby' => 'sorting',
                'prependAtCopy' => 'LLL:EXT:lang/locallang_general.php:LGL.prependAtCopy',
                'title' => 'LLL:EXT:cms/locallang_tca.php:sys_template',
                'versioning' => TRUE,
                'crdate' => 'crdate',
                'cruser_id' => 'cruser_id',
                'delete' => 'deleted',
                'adminOnly' => 1,       // Only admin, if any
                'iconfile' => 'template.gif',
                'thumbnail' => 'resources',
                'enablecolumns' => Array (
                        'disabled' => 'hidden',
                        'starttime' => 'starttime',
                        'endtime' => 'endtime'
                ),
                'typeicon_column' => 'root',
                'typeicons' => Array (
                        '0' => 'template_add.gif'
                ),
                'mainpalette' => '1',
                'dynamicConfigFile' => t3lib_extMgm::extPath($_EXTKEY).'tbl_cms.php'
        )
)

Definizione alla linea 638 del file ext_tables.php.

$TCA['pages_language_overlay']
 

Valore iniziale:

 Array (
        'ctrl' => Array (
                'label' => 'title',
                'tstamp' => 'tstamp',
                'title' => 'LLL:EXT:cms/locallang_tca.php:pages_language_overlay',
                'versioning' => TRUE,
                'versioning_followPages' => TRUE,
                'crdate' => 'crdate',
                'cruser_id' => 'cruser_id',
                'enablecolumns' => Array (
                        'disabled' => 'hidden',
                        'starttime' => 'starttime',
                        'endtime' => 'endtime'
                ),
                'transOrigPointerField' => 'pid',
                'transOrigPointerTable' => 'pages',
                'transOrigDiffSourceField' => 'l18n_diffsource',
                'languageField' => 'sys_language_uid',
                'mainpalette' => 1,
                'dynamicConfigFile' => t3lib_extMgm::extPath($_EXTKEY).'tbl_cms.php'
        )
)

Definizione alla linea 611 del file ext_tables.php.

$TCA['sys_domain']
 

Valore iniziale:

 Array (
        'ctrl' => Array (
                'label' => 'domainName',
                'tstamp' => 'tstamp',
                'sortby' => 'sorting',
                'title' => 'LLL:EXT:cms/locallang_tca.php:sys_domain',
                'iconfile' => 'domain.gif',
                'enablecolumns' => Array (
                        'disabled' => 'hidden'
                ),
                'dynamicConfigFile' => t3lib_extMgm::extPath($_EXTKEY).'tbl_cms.php'
        )
)

Definizione alla linea 594 del file ext_tables.php.

$TCA['fe_groups']
 

Valore iniziale:

 Array (
        'ctrl' => Array (
                'label' => 'title',
                'tstamp' => 'tstamp',
                'delete' => 'deleted',
                'prependAtCopy' => 'LLL:EXT:lang/locallang_general.php:LGL.prependAtCopy',
                'enablecolumns' => Array (
                        'disabled' => 'hidden'
                ),
                'title' => 'LLL:EXT:cms/locallang_tca.php:fe_groups',
                'useColumnsForDefaultValues' => 'lockToDomain',
                'dynamicConfigFile' => t3lib_extMgm::extPath($_EXTKEY).'tbl_cms.php'
        )
)

Definizione alla linea 576 del file ext_tables.php.

$TCA['fe_users']
 

Valore iniziale:

 Array (
        'ctrl' => Array (
                'label' => 'username',
                'tstamp' => 'tstamp',
                'crdate' => 'crdate',
                'cruser_id' => 'cruser_id',
                'fe_cruser_id' => 'fe_cruser_id',
                'title' => 'LLL:EXT:cms/locallang_tca.php:fe_users',
                'delete' => 'deleted',
                'mainpalette' => '1',
                'enablecolumns' => Array (
                        'disabled' => 'disable',
                        'starttime' => 'starttime',
                        'endtime' => 'endtime'
                ),
                'useColumnsForDefaultValues' => 'usergroup,lockToDomain,disable,starttime,endtime',
                'dynamicConfigFile' => t3lib_extMgm::extPath($_EXTKEY).'tbl_cms.php'
        ),
        'feInterface' => Array (
                'fe_admin_fieldList' => 'username,password,usergroup,name,address,telephone,fax,email,title,zip,city,country,www,company',
        )
)

Definizione alla linea 550 del file ext_tables.php.

$TCA['tt_content']
 

Definizione alla linea 497 del file ext_tables.php.

$TCA['pages']['palettes']
 

Valore iniziale:

 t3lib_div::array_merge($TCA['pages']['palettes'],Array(
                '1' => Array('showitem' => 'starttime,endtime,fe_group,extendToSubpages'),
                '2' => Array('showitem' => 'layout, lastUpdated, newUntil, no_search'),
                '3' => Array('showitem' => 'alias, target, no_cache, cache_timeout'),
                '5' => Array('showitem' => 'author,author_email'),
        ))

Definizione alla linea 482 del file ext_tables.php.

$TCA['pages']['types']
 

Valore iniziale:

 Array (
                '1' => Array('showitem' => 'hidden;;;;1-1-1, doktype;;2;button, title;;3;;2-2-2, subtitle, nav_hide, TSconfig;;6;nowrap;5-5-5, storage_pid;;7, l18n_cfg'),
                '2' => Array('showitem' => 'hidden;;;;1-1-1, doktype;;2;button, title;;3;;2-2-2, subtitle, nav_hide, nav_title, --div--, abstract;;5;;3-3-3, keywords, description, media;;;;4-4-4, --div--, TSconfig;;6;nowrap;5-5-5, storage_pid;;7, l18n_cfg, fe_login_mode, module, content_from_pid'),
                '3' => Array('showitem' => 'hidden;;;;1-1-1, doktype, title;;3;;2-2-2, nav_hide, url;;;;3-3-3, urltype, TSconfig;;6;nowrap;5-5-5, storage_pid;;7, l18n_cfg'),
                '4' => Array('showitem' => 'hidden;;;;1-1-1, doktype, title;;3;;2-2-2, nav_hide, shortcut;;;;3-3-3, shortcut_mode, TSconfig;;6;nowrap;5-5-5, storage_pid;;7, l18n_cfg'),
                '5' => Array('showitem' => 'hidden;;;;1-1-1, doktype;;2;button, title;;3;;2-2-2, subtitle, nav_hide, nav_title, --div--, media;;;;4-4-4, --div--, TSconfig;;6;nowrap;5-5-5, storage_pid;;7, l18n_cfg, fe_login_mode, module, content_from_pid'),
                '7' => Array('showitem' => 'hidden;;;;1-1-1, doktype;;2;button, title;;3;;2-2-2, subtitle, nav_hide, nav_title, --div--, mount_pid;;;;3-3-3, mount_pid_ol, media;;;;4-4-4, --div--, TSconfig;;6;nowrap;5-5-5, storage_pid;;7, l18n_cfg, fe_login_mode, module, content_from_pid'),
                '199' => Array('showitem' => 'hidden;;;;1-1-1, doktype, title;;;;2-2-2, TSconfig;;6;nowrap;5-5-5, storage_pid;;7'),
                '254' => Array('showitem' => 'hidden;;;;1-1-1, doktype, title;LLL:EXT:lang/locallang_general.php:LGL.title;;;2-2-2, --div--, TSconfig;;6;nowrap;5-5-5, storage_pid;;7, module'),
                '255' => Array('showitem' => 'hidden;;;;1-1-1, doktype, title;;;;2-2-2')
        )

Definizione alla linea 469 del file ext_tables.php.

$TCA['pages']['ctrl']['mainpalette'] = '1'
 

Definizione alla linea 466 del file ext_tables.php.

$TCA['pages']['interface']['showRecordFieldList'] = ',alias,hidden,starttime,endtime,fe_group,url,target,no_cache,shortcut,keywords,description,abstract,newUntil,lastUpdated,cache_timeout'
 

Definizione alla linea 463 del file ext_tables.php.

$TCA['pages']['columns']
 

Definizione alla linea 92 del file ext_tables.php.

$TCA['pages']['ctrl']['useColumnsForDefaultValues'] = ',fe_group,hidden'
 

Definizione alla linea 89 del file ext_tables.php.

$TCA['pages']['ctrl']['enablecolumns']
 

Valore iniziale:

 Array (
                'disabled' => 'hidden',
                'starttime' => 'starttime',
                'endtime' => 'endtime',
                'fe_group' => 'fe_group',
        )

Definizione alla linea 81 del file ext_tables.php.


Generato il Thu Jan 19 15:18:54 2006 per TYPO3 versione 3.8.1 da  doxygen 1.4.6