"TYPO3 4.0.1: SC_wizard_table Class Reference", "datetime" => "Sat Dec 2 19:25:37 2006", "date" => "2 Dec 2006", "doxygenversion" => "1.4.6", "projectname" => "TYPO3 4.0.1", "projectnumber" => "4.0.1" ); get_header($doxygen_vars); ?>
Public Member Functions | |
| init () | |
| main () | |
| printContent () | |
| tableWizard () | |
| getConfigCode ($row) | |
| getTableHTML ($cfgArr, $row) | |
| changeFunc () | |
| cfgArray2CfgString ($cfgArr) | |
| cfgString2CfgArray ($cfgStr, $cols) | |
Public Attributes | |
| $doc | |
| $content | |
| $include_once = array() | |
| $inputStyle = 0 | |
| $xmlStorage = 0 | |
| $numNewRows = 1 | |
| $colsFieldName = 'cols' | |
| $P | |
| $TABLECFG | |
| $tableParsing_quote | |
| $tableParsing_delimiter | |
Definition at line 84 of file wizard_table.php.
|
|
Converts the input array to a configuration code string
Definition at line 578 of file wizard_table.php. |
|
||||||||||||
|
Converts the input configuration code string into an array
Definition at line 609 of file wizard_table.php. |
|
|
Detects if a control button (up/down/around/delete) has been pressed for an item and accordingly it will manipulate the internal TABLECFG array
Definition at line 456 of file wizard_table.php. References t3lib_div::testInt(). |
|
|
Will get and return the configuration code string Will also save (and possibly redirect/exit) the content if a save button has been pressed
Definition at line 226 of file wizard_table.php. References t3lib_div::array2xml_cs(), t3lib_div::locationHeaderUrl(), t3lib_div::makeInstance(), and t3lib_div::xml2array(). |
|
||||||||||||
|
Creates the HTML for the Table Wizard:
Definition at line 299 of file wizard_table.php. References t3lib_BEfunc::cshItem(). |
|
|
Initialization of the class
Definition at line 116 of file wizard_table.php. References t3lib_div::_GP(), t3lib_div::intInRange(), and t3lib_div::makeInstance(). |
|
|
Main function, rendering the table wizard
Definition at line 161 of file wizard_table.php. |
|
|
Outputting the accumulated content to screen
Definition at line 176 of file wizard_table.php. |
|
|
Draws the table wizard content
Definition at line 187 of file wizard_table.php. References t3lib_BEfunc::getRecord(), and t3lib_BEfunc::typo3PrintError(). |