TYPO3 API  SVNRelease
Classes | Namespaces | Variables
wizard_table.php File Reference

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')

Variable Documentation

$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 |

Id:
wizard_table.php 10121 2011-01-18 20:15:30Z ohader

Revised for TYPO3 3.6 November/2003 by Kasper Skårhøj XHTML compliant

Author:
Kasper Skårhøj <kasperYYYY@typo3.com> [CLASS/FUNCTION INDEX of SCRIPT]

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.