Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages | Examples

ux_t3lib_TCEforms Class Reference

List of all members.

Public Member Functions

 getSingleField_typeNone ($table, $field, $row, &$PA)
 getSingleField_typeNone_render ($config, $itemValue)
 formatValue ($config, $itemValue)

Detailed Description

Extension for t3lib_tceforms for extending the none type. Should only be used in TYPO3 below 4.0 as feature was introduced in 4.0.0
Author:
Kasper Skaarhoj <kasperYYYY@typo3.com>

Ingo Schmitt <is@marketing-factory.de>

See also:
TYPO3 4.0.0 rc1, mostly copied from there
Id
class.ux_t3lib_tceforms.php 318 2006-08-03 16:09:34Z franz


Member Function Documentation

ux_t3lib_TCEforms::formatValue config,
itemValue
 

Format field content of various types if $config['format'] is set to date, filesize, ..., user This is primarily for the field type none but can be used for user field types for example

Parameters:
array Configuration for the display
string The value to display
Returns:
string Formatted Field content

ux_t3lib_TCEforms::getSingleField_typeNone table,
field,
row,
&$  PA
 

Generation of TCEform elements of the type "none" This will render a non-editable display of the content of the field.

Parameters:
string The table name of the record
string The field name which this element is supposed to edit
array The record data array where the value(s) for the field can be found
array An array with additional configuration options.
Returns:
string The HTML code for the TCEform field

ux_t3lib_TCEforms::getSingleField_typeNone_render config,
itemValue
 

HTML rendering of a value which is not editable.

Parameters:
array Configuration for the display
string The value to display
Returns:
string The HTML code for the display
See also:
getSingleField_typeNone();


The documentation for this class was generated from the following file:
Generated on Sun Jan 13 23:12:28 2008 for tx_commerce by  doxygen 1.4.4