Documentation TYPO3 par Ameos |
Public Member Functions | |
ext_initTSstyleConfig ($configTemplate, $pathRel, $pathAbs, $backPath) | |
ext_setValueArray ($theConstants, $valueArray) | |
ext_getCategoriesForModMenu () | |
ext_makeHelpInformationForCategory ($cat) | |
ext_getForm ($cat, $theConstants, $script="", $addFields="") | |
ext_displayExample () | |
ext_mergeIncomingWithExisting ($arr) | |
ext_getKeyImage ($key) | |
ext_getTSCE_config_image ($imgConf) | |
ext_fNandV ($params) | |
ext_loadResources ($absPath) | |
ext_putValueInConf ($key, $var) | |
ext_removeValueInConf ($key) | |
Public Attributes | |
$categories = array() | |
$ext_dontCheckIssetValues = 1 | |
$ext_CEformName = "tsStyleConfigForm" | |
$ext_noCEUploadAndCopying = 1 | |
$ext_printAll = 1 | |
$ext_defaultOnlineResourceFlag = 1 | |
$ext_incomingValues = array() |
Definition at line 79 of file class.t3lib_tsstyleconfig.php.
t3lib_tsStyleConfig::ext_initTSstyleConfig | ( | $ | configTemplate, | |
$ | pathRel, | |||
$ | pathAbs, | |||
$ | backPath | |||
) |
string | pathRel is the path relative to the typo3/ directory | |
string | pathAbs is the absolute path from root | |
string | backPath is the backReference from current position to typo3/ dir | |
[type] | $backPath: ... |
Definition at line 98 of file class.t3lib_tsstyleconfig.php.
References t3lib_tsparser_ext::generateConfig_constants().
t3lib_tsStyleConfig::ext_setValueArray | ( | $ | theConstants, | |
$ | valueArray | |||
) |
[Describe function...]
[type] | $theConstants: ... | |
[type] | $valueArray: ... |
Definition at line 118 of file class.t3lib_tsstyleconfig.php.
References t3lib_tsparser_ext::ext_categorizeEditableConstants(), and t3lib_tsparser_ext::flattenSetup().
t3lib_tsStyleConfig::ext_getCategoriesForModMenu | ( | ) |
[Describe function...]
Definition at line 145 of file class.t3lib_tsstyleconfig.php.
References t3lib_tsparser_ext::ext_getCategoryLabelArray().
t3lib_tsStyleConfig::ext_makeHelpInformationForCategory | ( | $ | cat | ) |
[Describe function...]
[type] | $cat: ... |
Definition at line 155 of file class.t3lib_tsstyleconfig.php.
References t3lib_tsparser_ext::ext_getTSCE_config().
Referenced by ext_getForm().
t3lib_tsStyleConfig::ext_getForm | ( | $ | cat, | |
$ | theConstants, | |||
$ | script = "" , |
|||
$ | addFields = "" | |||
) |
[Describe function...]
[type] | $cat: ... | |
[type] | $theConstants: ... | |
[type] | $script: ... | |
[type] | $addFields: ... |
Definition at line 168 of file class.t3lib_tsstyleconfig.php.
References ext_displayExample(), ext_makeHelpInformationForCategory(), and t3lib_tsparser_ext::ext_printFields().
t3lib_tsStyleConfig::ext_displayExample | ( | ) |
[Describe function...]
Definition at line 197 of file class.t3lib_tsstyleconfig.php.
Referenced by ext_getForm().
t3lib_tsStyleConfig::ext_mergeIncomingWithExisting | ( | $ | arr | ) |
[Describe function...]
[type] | $arr: ... |
Definition at line 213 of file class.t3lib_tsstyleconfig.php.
References t3lib_div::array_merge_recursive_overrule(), and t3lib_div::makeInstance().
t3lib_tsStyleConfig::ext_getKeyImage | ( | $ | key | ) |
[Describe function...]
[type] | $key: ... |
Reimplemented from t3lib_tsparser_ext.
Definition at line 221 of file class.t3lib_tsstyleconfig.php.
t3lib_tsStyleConfig::ext_getTSCE_config_image | ( | $ | imgConf | ) |
[Describe function...]
[type] | $imgConf: ... |
Reimplemented from t3lib_tsparser_ext.
Definition at line 231 of file class.t3lib_tsstyleconfig.php.
t3lib_tsStyleConfig::ext_fNandV | ( | $ | params | ) |
[Describe function...]
[type] | $params: ... |
Reimplemented from t3lib_tsparser_ext.
Definition at line 244 of file class.t3lib_tsstyleconfig.php.
t3lib_tsStyleConfig::ext_loadResources | ( | $ | absPath | ) |
[Describe function...]
[type] | $absPath: ... |
Definition at line 262 of file class.t3lib_tsstyleconfig.php.
References t3lib_tsparser_ext::ext_readDirResources(), t3lib_tsparser_ext::ext_resourceDims(), and t3lib_tsparser_ext::readDirectory().
t3lib_tsStyleConfig::ext_putValueInConf | ( | $ | key, | |
$ | var | |||
) |
[Describe function...]
[type] | $key: ... | |
[type] | $var: ... |
Reimplemented from t3lib_tsparser_ext.
Definition at line 278 of file class.t3lib_tsstyleconfig.php.
t3lib_tsStyleConfig::ext_removeValueInConf | ( | $ | key | ) |
[Describe function...]
[type] | $key: ... |
Reimplemented from t3lib_tsparser_ext.
Definition at line 288 of file class.t3lib_tsstyleconfig.php.