Documentation TYPO3 par Ameos |
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 | |
$colsFieldName = 'cols' | |
$P | |
$TABLECFG |
Definition at line 84 of file wizard_table.php.
|
Converts the input array to a configuration code string
Definition at line 554 of file wizard_table.php. |
|
Converts the input configuration code string into an array
Definition at line 585 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 438 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 217 of file wizard_table.php. References t3lib_div::array2xml(), t3lib_div::locationHeaderUrl(), t3lib_div::makeInstance(), and t3lib_div::xml2array(). |
|
Creates the HTML for the Table Wizard:
Definition at line 282 of file wizard_table.php. References t3lib_BEfunc::cshItem(). |
|
Initialization of the class
Definition at line 112 of file wizard_table.php. References t3lib_div::_GP(), and t3lib_div::makeInstance(). |
|
Main function, rendering the table wizard
Definition at line 153 of file wizard_table.php. |
|
Outputting the accumulated content to screen
Definition at line 169 of file wizard_table.php. |
|
Draws the table wizard content
Definition at line 178 of file wizard_table.php. References t3lib_BEfunc::getRecord(), and t3lib_BEfunc::typo3PrintError(). |