Solutions Open Source

Référence de la classe t3lib_recordList

Graphe d'héritage de t3lib_recordList:

Inheritance graph
[légende]

Liste de tous les membres

Fonctions membres publiques

 addElement ($h, $icon, $data, $tdParams='', $lMargin='', $altLine='')
 writeTop ()
 writeBottom ()
 fwd_rwd_nav ($table='')
 fwd_rwd_HTML ($type, $pointer, $table='')
 listURL ($altId='')
 CBfunctions ()
 initializeLanguages ()
 languageFlag ($sys_language_uid)

Attributs publics

 $iLimit = 10
 $leftMargin = 0
 $showIcon = 1
 $no_noWrap = 0
 $oddColumnsTDParams = ''
 $backPath = ''
 $fieldArray = Array()
 $addElement_tdParams = array()
 $fixedL = 50
 $script = ''
 $thumbScript = 'thumbs.php'
 $setLMargin = 1
 $counter = 0
 $totalItems = ''
 $firstElementNumber = 0
 $eCounter = 0
 $HTMLcode = ''
 $pageOverlays = array()
 $languageIconTitles = array()


Documentation des fonctions membres

t3lib_recordList::addElement ( h,
icon,
data,
tdParams = '',
lMargin = '',
altLine = '' 
)

Returns a table-row with the content from the fields in the input data array. OBS: $this->fieldArray MUST be set! (represents the list of fields to display)

Paramètres:
integer $h is an integer >=0 and denotes how tall a element is. Set to '0' makes a halv line, -1 = full line, set to 1 makes a 'join' and above makes 'line'
string $icon is the + of the record. If not supplied the first 'join'-icon will be a 'line' instead
array $data is the dataarray, record with the fields. Notice: These fields are (currently) NOT htmlspecialchar'ed before being wrapped in

-tags

Paramètres:
string $tdParams is insert in the

-tags. Must carry a ' ' as first character

Paramètres:
integer OBSOLETE - NOT USED ANYMORE. $lMargin is the leftMargin (integer)
string $altLine is the HTML -tag for an alternative 'gfx/ol/line.gif'-icon (used in the top)
Renvoie:
string HTML content for the table row

t3lib_recordList::writeTop (  ) 

Dummy function, used to write the top of a table listing.

Renvoie:
void

t3lib_recordList::writeBottom (  ) 

Finishes the list with the "stopper"-gif, adding the HTML code for that item to the internal ->HTMLcode string

Renvoie:
void

t3lib_recordList::fwd_rwd_nav ( table = ''  ) 

Creates a forward/reverse button based on the status of ->eCounter, ->firstElementNumber, ->iLimit

Paramètres:
string Table name
Renvoie:
array array([boolean], [HTML]) where [boolean] is 1 for reverse element, [HTML] is the table-row code for the element

t3lib_recordList::fwd_rwd_HTML ( type,
pointer,
table = '' 
)

Creates the button with link to either forward or reverse

Paramètres:
string Type: "fwd" or "rwd"
integer Pointer
string Table name
Renvoie:
string private

t3lib_recordList::listURL ( altId = ''  ) 

Creates the URL to this script, including all relevant GPvars

Paramètres:
string Alternative id value. Enter blank string for the current id ($this->id)
Renvoie:
string URL

t3lib_recordList::CBfunctions (  ) 

Returning JavaScript for ClipBoard functionality.

Renvoie:
string

t3lib_recordList::initializeLanguages (  ) 

Initializes page languages and icons

Renvoie:
void

t3lib_recordList::languageFlag ( sys_language_uid  ) 

Return the icon for the language

Paramètres:
integer Sys language uid
Renvoie:
string Language icon


Documentation des données membres

t3lib_recordList::$iLimit = 10

Réimplémentée dans recordList, et fileList.

t3lib_recordList::$leftMargin = 0

t3lib_recordList::$showIcon = 1

t3lib_recordList::$no_noWrap = 0

t3lib_recordList::$oddColumnsTDParams = ''

t3lib_recordList::$backPath = ''

t3lib_recordList::$fieldArray = Array()

t3lib_recordList::$addElement_tdParams = array()

t3lib_recordList::$fixedL = 50

Réimplémentée dans fileList.

t3lib_recordList::$script = ''

Réimplémentée dans recordList, et fileList.

t3lib_recordList::$thumbScript = 'thumbs.php'

t3lib_recordList::$setLMargin = 1

t3lib_recordList::$counter = 0

t3lib_recordList::$totalItems = ''

Réimplémentée dans recordList, et fileList.

t3lib_recordList::$firstElementNumber = 0

Réimplémentée dans recordList, et fileList.

t3lib_recordList::$eCounter = 0

Réimplémentée dans recordList, et fileList.

t3lib_recordList::$HTMLcode = ''

Réimplémentée dans recordList, et fileList.

t3lib_recordList::$pageOverlays = array()

t3lib_recordList::$languageIconTitles = array()


La documentation de cette classe a été générée à partir du fichier suivant :
Généré le Fri Aug 31 11:42:28 2007 pour OBLADY - Typo3 API v4.1.2 par  doxygen 1.5.3