SC_wizard_table Klassenreferenz
Aufstellung aller Elemente
Dokumentation der Elementfunktionen
| SC_wizard_table::cfgArray2CfgString |
( |
$ |
cfgArr |
) |
|
Converts the input array to a configuration code string
- Parameter:
-
| array | Array of table configuration (follows the input structure from the table wizard POST form) |
- Rückgabe:
- string The array converted into a string with line-based configuration.
- Siehe auch:
- cfgString2CfgArray()
| SC_wizard_table::cfgString2CfgArray |
( |
$ |
cfgStr, |
|
|
$ |
cols | |
|
) |
| | |
Converts the input configuration code string into an array
- Parameter:
-
| string | Configuration code |
| integer | Default number of columns |
- Rückgabe:
- array Configuration array
- Siehe auch:
- cfgArray2CfgString()
| SC_wizard_table::changeFunc |
( |
|
) |
|
Detects if a control button (up/down/around/delete) has been pressed for an item and accordingly it will manipulate the internal TABLECFG array
- Rückgabe:
- void private
| SC_wizard_table::getConfigCode |
( |
$ |
row |
) |
|
Will get and return the configuration code string Will also save (and possibly redirect/exit) the content if a save button has been pressed
- Parameter:
-
| array | Current parent record row |
- Rückgabe:
- array Table config code in an array private
| SC_wizard_table::getTableHTML |
( |
$ |
cfgArr, |
|
|
$ |
row | |
|
) |
| | |
Creates the HTML for the Table Wizard:
- Parameter:
-
| array | Table config array |
| array | Current parent record array |
- Rückgabe:
- string HTML for the table wizard private
| SC_wizard_table::init |
( |
|
) |
|
Initialization of the class
- Rückgabe:
- void
| SC_wizard_table::main |
( |
|
) |
|
Main function, rendering the table wizard
- Rückgabe:
- void
| SC_wizard_table::printContent |
( |
|
) |
|
Outputting the accumulated content to screen
- Rückgabe:
- void
| SC_wizard_table::tableWizard |
( |
|
) |
|
Draws the table wizard content
- Rückgabe:
- string HTML content for the form.
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei:
- /srv/www/vhosts/typo3.local/typo3_src-4.2.10/typo3/wizard_table.php