Documentation TYPO3 par Ameos |
Public Member Functions | |
init () | |
main () | |
printContent () | |
formsWizard () | |
getConfigCode (&$row) | |
getFormHTML ($formCfgArray, $row) | |
changeFunc () | |
cfgArray2CfgString ($cfgArr) | |
cfgString2CfgArray ($cfgStr) | |
cleanT ($tArr) | |
formatCells ($fArr) | |
Public Attributes | |
$doc | |
$content | |
$include_once = array() | |
$attachmentCounter = 0 | |
$xmlStorage = 0 | |
$P | |
$FORMCFG | |
$special |
Definition at line 175 of file wizard_forms.php.
|
Converts the input array to a configuration code string
Definition at line 721 of file wizard_forms.php. |
|
Converts the input configuration code string into an array
Definition at line 803 of file wizard_forms.php. References t3lib_div::trimExplode(). |
|
Detects if a control button (up/down/around/delete) has been pressed for an item and accordingly it will manipulate the internal FORMCFG array
Definition at line 662 of file wizard_forms.php. References t3lib_div::testInt(). |
|
Removes any "trailing elements" in the array which consists of whitespace (little like trim() does for strings, so this does for arrays)
Definition at line 902 of file wizard_forms.php. |
|
Wraps items in $fArr in table cells/rows, displaying them vertically.
Definition at line 920 of file wizard_forms.php. |
|
Draws the form wizard content
Definition at line 268 of file wizard_forms.php. References t3lib_BEfunc::getRecord(), and t3lib_BEfunc::typo3PrintError(). |
|
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 311 of file wizard_forms.php. References t3lib_div::array2xml_cs(), t3lib_BEfunc::getRecord(), t3lib_div::locationHeaderUrl(), t3lib_div::makeInstance(), and t3lib_div::xml2array(). |
|
Creates the HTML for the Form Wizard:
Definition at line 382 of file wizard_forms.php. References t3lib_BEfunc::cshItem(), and t3lib_div::inList(). |
|
Initialization the class
Definition at line 203 of file wizard_forms.php. References t3lib_div::_GP(), and t3lib_div::makeInstance(). |
|
Main function for rendering the form wizard HTML
Definition at line 242 of file wizard_forms.php. |
|
Outputting the accumulated content to screen
Definition at line 257 of file wizard_forms.php. |