|
TYPO3 API
SVNRelease
|
Go to the source code of this file.
Classes | |
| class | SC_wizard_forms |
Namespaces | |
| namespace | TYPO3 |
Variables | |
| $BACK_PATH = '' | |
| if(defined('TYPO3_MODE')&&isset($GLOBALS['TYPO3_CONF_VARS'][TYPO3_MODE]['XCLASS']['typo3/wizard_forms.php'])) | $SOBE = t3lib_div::makeInstance('SC_wizard_forms') |
| $BACK_PATH = '' |
Wizard to help make forms (fx. for tt_content elements) of type 'form'.
Revised for TYPO3 3.6 November/2003 by Kasper Skårhøj XHTML compliant
175: class SC_wizard_forms 203: function init() 242: function main() 257: function printContent() 268: function formsWizard()
SECTION: Helper functions 311: function getConfigCode(&$row) 382: function getFormHTML($formCfgArray,$row) 662: function changeFunc() 721: function cfgArray2CfgString($cfgArr) 803: function cfgString2CfgArray($cfgStr) 902: function cleanT($tArr) 920: function formatCells($fArr)
TOTAL FUNCTIONS: 11 (This index is automatically created/updated by the extension "extdeveval")
Definition at line 63 of file wizard_forms.php.
| if (defined('TYPO3_MODE')&&isset($GLOBALS['TYPO3_CONF_VARS'][TYPO3_MODE]['XCLASS']['typo3/wizard_forms.php'])) $SOBE = t3lib_div::makeInstance('SC_wizard_forms') |
Definition at line 978 of file wizard_forms.php.
1.7.5.1