|
TYPO3 API
SVNRelease
|
Go to the source code of this file.
Classes | |
| class | SC_wizard_table |
Namespaces | |
| namespace | TYPO3 |
Variables | |
| $BACK_PATH = '' | |
| if(defined('TYPO3_MODE')&&isset($GLOBALS['TYPO3_CONF_VARS'][TYPO3_MODE]['XCLASS']['typo3/wizard_table.php'])) | $SOBE = t3lib_div::makeInstance('SC_wizard_table') |
| $BACK_PATH = '' |
Wizard to help make tables (eg. for tt_content elements) of type "table". Each line is a table row, each cell divided by a |
Revised for TYPO3 3.6 November/2003 by Kasper Skårhøj XHTML compliant
84: class SC_wizard_table 116: function init() 158: function main() 173: function printContent() 184: function tableWizard()
SECTION: Helper functions 223: function getConfigCode($row) 293: function getTableHTML($cfgArr,$row) 450: function changeFunc() 572: function cfgArray2CfgString($cfgArr) 603: function cfgString2CfgArray($cfgStr,$cols)
TOTAL FUNCTIONS: 9 (This index is automatically created/updated by the extension "extdeveval")
Definition at line 62 of file wizard_table.php.
| if (defined('TYPO3_MODE')&&isset($GLOBALS['TYPO3_CONF_VARS'][TYPO3_MODE]['XCLASS']['typo3/wizard_table.php'])) $SOBE = t3lib_div::makeInstance('SC_wizard_table') |
Definition at line 668 of file wizard_table.php.
1.7.5.1