TYPO3  7.6
Public Member Functions | Public Attributes | Protected Member Functions | List of all members
TypoScriptTemplateConstantEditorModuleFunctionController Class Reference
Inheritance diagram for TypoScriptTemplateConstantEditorModuleFunctionController:
AbstractFunctionModule

Public Member Functions

 initialize_editor ($pageId, $template_uid=0)
 
 displayExample ($theOutput)
 
 main ()
 
- Public Member Functions inherited from AbstractFunctionModule
 init (&$pObj, $conf)
 
 handleExternalFunctionValue ()
 
 incLocalLang ()
 
 checkExtObj ()
 
 extObjContent ()
 
 modMenu ()
 

Public Attributes

 $pObj
 
- Public Attributes inherited from AbstractFunctionModule
 $pObj
 
 $extObj = null
 
 $thisPath = ''
 
 $localLangFile = 'locallang.xlf'
 
 $extClassConf
 
 $function_key = ''
 

Protected Member Functions

 getExtendedTemplateService ()
 
 getTemplateRow ()
 
 getConstants ()
 
- Protected Member Functions inherited from AbstractFunctionModule
 getLanguageService ()
 
 getBackendUserAuthentication ()
 
 getDocumentTemplate ()
 
 getBackPath ()
 
 getDatabaseConnection ()
 
 getPageRenderer ()
 

Additional Inherited Members

- Protected Attributes inherited from AbstractFunctionModule
 $pageRenderer = null
 

Detailed Description

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.

Member Function Documentation

displayExample (   $theOutput)
getConstants ( )
protected
getExtendedTemplateService ( )
protected
getTemplateRow ( )
protected
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!

Parameters
int$pageId
int$template_uid
Returns
bool

Definition at line 53 of file TypoScriptTemplateConstantEditorModuleFunctionController.php.

References $GLOBALS, ExtensionManagementUtility\extPath(), ExtensionManagementUtility\extRelPath(), and GeneralUtility\makeInstance().

Referenced by TypoScriptTemplateConstantEditorModuleFunctionController\main().

main ( )

Member Data Documentation

$pObj