Riferimenti per la classe SC_wizard_forms

Lista di tutti i membri.

Membri pubblici

 init ()
 main ()
 printContent ()
 formsWizard ()
 getConfigCode (&$row)
 getFormHTML ($formCfgArray, $row)
 changeFunc ()
 cfgArray2CfgString ($cfgArr)
 cfgString2CfgArray ($cfgStr)
 cleanT ($tArr)
 formatCells ($fArr)
 init ()
 main ()
 printContent ()
 formsWizard ()
 getConfigCode (&$row)
 getFormHTML ($formCfgArray, $row)
 changeFunc ()
 cfgArray2CfgString ($cfgArr)
 cfgString2CfgArray ($cfgStr)
 cleanT ($tArr)
 formatCells ($fArr)
 init ()
 main ()
 printContent ()
 formsWizard ()
 getConfigCode (&$row)
 getFormHTML ($formCfgArray, $row)
 changeFunc ()
 cfgArray2CfgString ($cfgArr)
 cfgString2CfgArray ($cfgStr)
 cleanT ($tArr)
 formatCells ($fArr)

Attributi pubblici

 $doc
 $content
 $include_once = array()
 $attachmentCounter = 0
 $xmlStorage = 0
 $P
 $FORMCFG
 $special

Descrizione Dettagliata

Definizione alla linea 175 del file wizard_forms.php.


Documentazione delle funzioni membro

SC_wizard_forms::cfgArray2CfgString cfgArr  ) 
 

Converts the input array to a configuration code string

Parametri:
array Array of form configuration (follows the input structure from the form wizard POST form)
Restituisce:
string The array converted into a string with line-based configuration.
Vedi anche:
cfgString2CfgArray()

Definizione alla linea 719 del file wizard_forms.php.

Riferimenti input, multiple, select, size, e textarea.

SC_wizard_forms::cfgArray2CfgString cfgArr  ) 
 

Converts the input array to a configuration code string

Parametri:
array Array of form configuration (follows the input structure from the form wizard POST form)
Restituisce:
string The array converted into a string with line-based configuration.
Vedi anche:
cfgString2CfgArray()

Definizione alla linea 719 del file wizard_forms.php.

Riferimenti input, multiple, select, size, e textarea.

SC_wizard_forms::cfgArray2CfgString cfgArr  ) 
 

Converts the input array to a configuration code string

Parametri:
array Array of form configuration (follows the input structure from the form wizard POST form)
Restituisce:
string The array converted into a string with line-based configuration.
Vedi anche:
cfgString2CfgArray()

Definizione alla linea 719 del file wizard_forms.php.

Riferimenti input, multiple, select, size, e textarea.

SC_wizard_forms::cfgString2CfgArray cfgStr  ) 
 

Converts the input configuration code string into an array

Parametri:
string Configuration code
Restituisce:
array Configuration array
Vedi anche:
cfgArray2CfgString()

Definizione alla linea 801 del file wizard_forms.php.

Riferimenti $k, $parts, $val, a, input, multiple, select, size, textarea, e t3lib_div::trimExplode().

Questo è il grafo delle chiamate per questa funzione:

SC_wizard_forms::cfgString2CfgArray cfgStr  ) 
 

Converts the input configuration code string into an array

Parametri:
string Configuration code
Restituisce:
array Configuration array
Vedi anche:
cfgArray2CfgString()

Definizione alla linea 801 del file wizard_forms.php.

Riferimenti $k, $parts, $val, a, input, multiple, select, size, textarea, e t3lib_div::trimExplode().

Questo è il grafo delle chiamate per questa funzione:

SC_wizard_forms::cfgString2CfgArray cfgStr  ) 
 

Converts the input configuration code string into an array

Parametri:
string Configuration code
Restituisce:
array Configuration array
Vedi anche:
cfgArray2CfgString()

Definizione alla linea 801 del file wizard_forms.php.

Riferimenti $k, $parts, $val, a, input, multiple, select, size, textarea, e t3lib_div::trimExplode().

Questo è il grafo delle chiamate per questa funzione:

SC_wizard_forms::changeFunc  ) 
 

Detects if a control button (up/down/around/delete) has been pressed for an item and accordingly it will manipulate the internal FORMCFG array

Restituisce:
void private

Definizione alla linea 660 del file wizard_forms.php.

Riferimenti t3lib_div::testInt().

Questo è il grafo delle chiamate per questa funzione:

SC_wizard_forms::changeFunc  ) 
 

Detects if a control button (up/down/around/delete) has been pressed for an item and accordingly it will manipulate the internal FORMCFG array

Restituisce:
void private

Definizione alla linea 660 del file wizard_forms.php.

Riferimenti t3lib_div::testInt().

Questo è il grafo delle chiamate per questa funzione:

SC_wizard_forms::changeFunc  ) 
 

Detects if a control button (up/down/around/delete) has been pressed for an item and accordingly it will manipulate the internal FORMCFG array

Restituisce:
void private

Definizione alla linea 660 del file wizard_forms.php.

Riferimenti t3lib_div::testInt().

Questo è il grafo delle chiamate per questa funzione:

SC_wizard_forms::cleanT tArr  ) 
 

Removes any "trailing elements" in the array which consists of whitespace (little like trim() does for strings, so this does for arrays)

Parametri:
array Single dim array
Restituisce:
array Processed array private

Definizione alla linea 900 del file wizard_forms.php.

SC_wizard_forms::cleanT tArr  ) 
 

Removes any "trailing elements" in the array which consists of whitespace (little like trim() does for strings, so this does for arrays)

Parametri:
array Single dim array
Restituisce:
array Processed array private

Definizione alla linea 900 del file wizard_forms.php.

SC_wizard_forms::cleanT tArr  ) 
 

Removes any "trailing elements" in the array which consists of whitespace (little like trim() does for strings, so this does for arrays)

Parametri:
array Single dim array
Restituisce:
array Processed array private

Definizione alla linea 900 del file wizard_forms.php.

SC_wizard_forms::formatCells fArr  ) 
 

Wraps items in $fArr in table cells/rows, displaying them vertically.

Parametri:
array Array of label/HTML pairs.
Restituisce:
string HTML table private

Definizione alla linea 918 del file wizard_forms.php.

Riferimenti $lines, height, nbsp, nowrap, table, e td.

SC_wizard_forms::formatCells fArr  ) 
 

Wraps items in $fArr in table cells/rows, displaying them vertically.

Parametri:
array Array of label/HTML pairs.
Restituisce:
string HTML table private

Definizione alla linea 918 del file wizard_forms.php.

Riferimenti $lines, height, nbsp, nowrap, table, e td.

SC_wizard_forms::formatCells fArr  ) 
 

Wraps items in $fArr in table cells/rows, displaying them vertically.

Parametri:
array Array of label/HTML pairs.
Restituisce:
string HTML table private

Definizione alla linea 918 del file wizard_forms.php.

Riferimenti $lines, height, nbsp, nowrap, table, e td.

SC_wizard_forms::formsWizard  ) 
 

Draws the form wizard content

Restituisce:
string HTML content for the form.

Definizione alla linea 267 del file wizard_forms.php.

Riferimenti $content, $row, exit, t3lib_BEfunc::getRecord(), table, e t3lib_BEfunc::typo3PrintError().

Questo è il grafo delle chiamate per questa funzione:

SC_wizard_forms::formsWizard  ) 
 

Draws the form wizard content

Restituisce:
string HTML content for the form.

Definizione alla linea 267 del file wizard_forms.php.

Riferimenti $content, $row, exit, t3lib_BEfunc::getRecord(), table, e t3lib_BEfunc::typo3PrintError().

Questo è il grafo delle chiamate per questa funzione:

SC_wizard_forms::formsWizard  ) 
 

Draws the form wizard content

Restituisce:
string HTML content for the form.

Definizione alla linea 267 del file wizard_forms.php.

Riferimenti $content, $row, exit, t3lib_BEfunc::getRecord(), table, e t3lib_BEfunc::typo3PrintError().

Questo è il grafo delle chiamate per questa funzione:

SC_wizard_forms::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

Parametri:
array Current parent record row (passed by value!)
Restituisce:
array Configuration Array private

Definizione alla linea 310 del file wizard_forms.php.

Riferimenti $_POST, $data, $row, t3lib_div::array2xml(), exit, field, t3lib_BEfunc::getRecord(), t3lib_div::locationHeaderUrl(), t3lib_div::makeInstance(), table, e t3lib_div::xml2array().

Questo è il grafo delle chiamate per questa funzione:

SC_wizard_forms::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

Parametri:
array Current parent record row (passed by value!)
Restituisce:
array Configuration Array private

Definizione alla linea 310 del file wizard_forms.php.

Riferimenti $_POST, $data, $row, t3lib_div::array2xml(), exit, field, t3lib_BEfunc::getRecord(), t3lib_div::locationHeaderUrl(), t3lib_div::makeInstance(), table, e t3lib_div::xml2array().

Questo è il grafo delle chiamate per questa funzione:

SC_wizard_forms::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

Parametri:
array Current parent record row (passed by value!)
Restituisce:
array Configuration Array private

Definizione alla linea 310 del file wizard_forms.php.

Riferimenti $_POST, $data, $row, t3lib_div::array2xml(), exit, field, t3lib_BEfunc::getRecord(), t3lib_div::locationHeaderUrl(), t3lib_div::makeInstance(), table, e t3lib_div::xml2array().

Questo è il grafo delle chiamate per questa funzione:

SC_wizard_forms::getFormHTML formCfgArray,
row
 

Creates the HTML for the Form Wizard:

Parametri:
string Form config array
array Current parent record array
Restituisce:
string HTML for the form wizard private

Definizione alla linea 381 del file wizard_forms.php.

Riferimenti $content, $GLOBALS, $k, $LANG, $types, a, colspan, t3lib_BEfunc::cshItem(), height, t3lib_div::inList(), input, multiple, nbsp, onclick, select, selected, table, td, textarea, e value.

Questo è il grafo delle chiamate per questa funzione:

SC_wizard_forms::getFormHTML formCfgArray,
row
 

Creates the HTML for the Form Wizard:

Parametri:
string Form config array
array Current parent record array
Restituisce:
string HTML for the form wizard private

Definizione alla linea 381 del file wizard_forms.php.

Riferimenti $content, $GLOBALS, $k, $LANG, $types, a, colspan, t3lib_BEfunc::cshItem(), height, t3lib_div::inList(), input, multiple, nbsp, onclick, select, selected, table, td, textarea, e value.

Questo è il grafo delle chiamate per questa funzione:

SC_wizard_forms::getFormHTML formCfgArray,
row
 

Creates the HTML for the Form Wizard:

Parametri:
string Form config array
array Current parent record array
Restituisce:
string HTML for the form wizard private

Definizione alla linea 381 del file wizard_forms.php.

Riferimenti $content, $GLOBALS, $k, $LANG, $types, a, colspan, t3lib_BEfunc::cshItem(), height, t3lib_div::inList(), input, multiple, nbsp, onclick, select, selected, table, td, textarea, e value.

Questo è il grafo delle chiamate per questa funzione:

SC_wizard_forms::init  ) 
 

Initialization the class

Restituisce:
void

Definizione alla linea 203 del file wizard_forms.php.

Riferimenti $BACK_PATH, t3lib_div::_GP(), e t3lib_div::makeInstance().

Questo è il grafo delle chiamate per questa funzione:

SC_wizard_forms::init  ) 
 

Initialization the class

Restituisce:
void

Definizione alla linea 203 del file wizard_forms.php.

Riferimenti $BACK_PATH, t3lib_div::_GP(), e t3lib_div::makeInstance().

Questo è il grafo delle chiamate per questa funzione:

SC_wizard_forms::init  ) 
 

Initialization the class

Restituisce:
void

Definizione alla linea 203 del file wizard_forms.php.

Riferimenti $BACK_PATH, t3lib_div::_GP(), e t3lib_div::makeInstance().

Questo è il grafo delle chiamate per questa funzione:

SC_wizard_forms::main  ) 
 

Main function for rendering the form wizard HTML

Restituisce:
void

Definizione alla linea 242 del file wizard_forms.php.

Riferimenti $LANG, field, e table.

SC_wizard_forms::main  ) 
 

Main function for rendering the form wizard HTML

Restituisce:
void

Definizione alla linea 242 del file wizard_forms.php.

Riferimenti $LANG, field, e table.

SC_wizard_forms::main  ) 
 

Main function for rendering the form wizard HTML

Restituisce:
void

Definizione alla linea 242 del file wizard_forms.php.

Riferimenti $LANG, field, e table.

SC_wizard_forms::printContent  ) 
 

Outputting the accumulated content to screen

Restituisce:
void

Definizione alla linea 258 del file wizard_forms.php.

SC_wizard_forms::printContent  ) 
 

Outputting the accumulated content to screen

Restituisce:
void

Definizione alla linea 258 del file wizard_forms.php.

SC_wizard_forms::printContent  ) 
 

Outputting the accumulated content to screen

Restituisce:
void

Definizione alla linea 258 del file wizard_forms.php.


Documentazione dei dati membri

SC_wizard_forms::$attachmentCounter = 0
 

Definizione alla linea 181 del file wizard_forms.php.

SC_wizard_forms::$content
 

Definizione alla linea 179 del file wizard_forms.php.

SC_wizard_forms::$doc
 

Definizione alla linea 178 del file wizard_forms.php.

SC_wizard_forms::$FORMCFG
 

Definizione alla linea 190 del file wizard_forms.php.

SC_wizard_forms::$include_once = array()
 

Definizione alla linea 180 del file wizard_forms.php.

SC_wizard_forms::$P
 

Definizione alla linea 189 del file wizard_forms.php.

SC_wizard_forms::$special
 

Definizione alla linea 191 del file wizard_forms.php.

SC_wizard_forms::$xmlStorage = 0
 

Definizione alla linea 185 del file wizard_forms.php.


La documentazione per questa classe è stata generata a partire dai seguenti file:
Generato il Thu Jan 19 15:32:04 2006 per TYPO3 versione 3.8.1 da  doxygen 1.4.6