TYPO3 API  SVNRelease
Variables
ext_tables.php File Reference

Go to the source code of this file.

Variables

 $TCA ['tx_rtehtmlarea_acronym']
 $htmlAreaRteContextHelpFiles

Variable Documentation

$htmlAreaRteContextHelpFiles
Initial value:
 array(
        'General' => 'EXT:' . $_EXTKEY . '/locallang_csh.xml',
        'Acronym' => 'EXT:' . $_EXTKEY . '/extensions/Acronym/locallang_csh.xml',
        'EditElement' => 'EXT:' . $_EXTKEY . '/extensions/EditElement/locallang_csh.xml',
        'Language' => 'EXT:' . $_EXTKEY . '/extensions/Language/locallang_csh.xml',
        'PlainText' => 'EXT:' . $_EXTKEY . '/extensions/PlainText/locallang_csh.xml',
        'RemoveFormat' => 'EXT:' . $_EXTKEY . '/extensions/RemoveFormat/locallang_csh.xml',
    )

Definition at line 28 of file ext_tables.php.

Initial value:
 Array (
        'ctrl' => Array (
            'title' => 'LLL:EXT:rtehtmlarea/locallang_db.xml:tx_rtehtmlarea_acronym',
            'label' => 'term',
            'default_sortby' => 'ORDER BY term',
            'sortby' => 'sorting',
            'delete' => 'deleted',
            'enablecolumns' => Array (
                'disabled' => 'hidden',
                'starttime' => 'starttime',
                'endtime' => 'endtime',
            ),
            'dynamicConfigFile' => t3lib_extMgm::extPath($_EXTKEY).'tca.php',
            'iconfile' => t3lib_extMgm::extRelPath($_EXTKEY).'extensions/Acronym/skin/images/acronym.gif',
        ),
    )

Definition at line 8 of file ext_tables.php.