![]() |
TYPO3
7.6
|
Public Member Functions | |
initialize_editor ($pageId, $template_uid=0) | |
displayExample ($theOutput) | |
main () | |
![]() | |
init (&$pObj, $conf) | |
handleExternalFunctionValue () | |
incLocalLang () | |
checkExtObj () | |
extObjContent () | |
modMenu () | |
Public Attributes | |
$pObj | |
![]() | |
$pObj | |
$extObj = null | |
$thisPath = '' | |
$localLangFile = 'locallang.xlf' | |
$extClassConf | |
$function_key = '' | |
Protected Member Functions | |
getExtendedTemplateService () | |
getTemplateRow () | |
getConstants () | |
![]() | |
getLanguageService () | |
getBackendUserAuthentication () | |
getDocumentTemplate () | |
getBackPath () | |
getDatabaseConnection () | |
getPageRenderer () | |
Additional Inherited Members | |
![]() | |
$pageRenderer = null | |
TypoScript Constant editor
Module Include-file
$GLOBALS['TYPO3_CONF_VARS']['MODS']['web_ts']['onlineResourceDir'] = 'fileadmin/fonts/'; // This is the path (must be in "fileadmin/" !!) where the web_ts/constant-editor submodule fetches online resources. Put fonts (ttf) and standard images here!
Definition at line 36 of file TypoScriptTemplateConstantEditorModuleFunctionController.php.
displayExample | ( | $theOutput | ) |
Display example
string | $theOutput |
Definition at line 91 of file TypoScriptTemplateConstantEditorModuleFunctionController.php.
References TypoScriptTemplateConstantEditorModuleFunctionController\getExtendedTemplateService().
Referenced by TypoScriptTemplateConstantEditorModuleFunctionController\main().
|
protected |
Definition at line 214 of file TypoScriptTemplateConstantEditorModuleFunctionController.php.
References $GLOBALS.
Referenced by TypoScriptTemplateConstantEditorModuleFunctionController\main().
|
protected |
Definition at line 198 of file TypoScriptTemplateConstantEditorModuleFunctionController.php.
References $GLOBALS.
Referenced by TypoScriptTemplateConstantEditorModuleFunctionController\displayExample(), and TypoScriptTemplateConstantEditorModuleFunctionController\main().
|
protected |
Definition at line 206 of file TypoScriptTemplateConstantEditorModuleFunctionController.php.
References $GLOBALS.
Referenced by TypoScriptTemplateConstantEditorModuleFunctionController\main().
initialize_editor | ( | $pageId, | |
$template_uid = 0 |
|||
) |
Initialize editor
Initializes the module. Done in this function because we may need to re-initialize if data is submitted!
int | $pageId | |
int | $template_uid |
Definition at line 53 of file TypoScriptTemplateConstantEditorModuleFunctionController.php.
References $GLOBALS, ExtensionManagementUtility\extPath(), ExtensionManagementUtility\extRelPath(), and GeneralUtility\makeInstance().
Referenced by TypoScriptTemplateConstantEditorModuleFunctionController\main().
main | ( | ) |
Main
Definition at line 110 of file TypoScriptTemplateConstantEditorModuleFunctionController.php.
References $lang, GeneralUtility\_GP(), GeneralUtility\_POST(), TypoScriptTemplateConstantEditorModuleFunctionController\displayExample(), TypoScriptTemplateConstantEditorModuleFunctionController\getConstants(), BackendUtility\getDropdownMenu(), TypoScriptTemplateConstantEditorModuleFunctionController\getExtendedTemplateService(), AbstractFunctionModule\getLanguageService(), BackendUtility\getModTSconfig(), BackendUtility\getModuleData(), AbstractFunctionModule\getPageRenderer(), TypoScriptTemplateConstantEditorModuleFunctionController\getTemplateRow(), TypoScriptTemplateConstantEditorModuleFunctionController\initialize_editor(), GeneralUtility\makeInstance(), and Icon\SIZE_SMALL.
$pObj |
Definition at line 41 of file TypoScriptTemplateConstantEditorModuleFunctionController.php.