Documentation TYPO3 par Ameos |
Public Member Functions | |
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) | |
Public Attributes | |
$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() |
Definition at line 80 of file class.t3lib_recordlist.php.
|
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)
-tags
-tags. Must carry a ' ' as first character
Definition at line 123 of file class.t3lib_recordlist.php. References t3lib_iconWorks::skinImg(). |
|
Returning JavaScript for ClipBoard functionality.
Definition at line 294 of file class.t3lib_recordlist.php. |
|
Creates the button with link to either forward or reverse
Definition at line 258 of file class.t3lib_recordlist.php. |
|
Creates a forward/reverse button based on the status of ->eCounter, ->firstElementNumber, ->iLimit
Definition at line 225 of file class.t3lib_recordlist.php. Referenced by fileList::formatDirList(), fileList::formatFileList(), tx_cms_layout::getTable_pages(), tx_cms_layout::getTable_sys_note(), tx_cms_layout::getTable_tt_board(), and tx_cms_layout::makeOrdinaryList(). |
|
Initializes page languages and icons
Definition at line 344 of file class.t3lib_recordlist.php. References t3lib_BEfunc::deleteClause(), t3lib_div::getFileAbsFileName(), t3lib_BEfunc::getModTSconfig(), t3lib_BEfunc::getRecord(), t3lib_div::loadTCA(), and t3lib_BEfunc::versioningPlaceholderClause(). Referenced by tx_cms_layout::getTable_tt_content(). |
|
Return the icon for the language
Definition at line 411 of file class.t3lib_recordlist.php. Referenced by tx_cms_layout::tt_content_drawHeader(). |
|
Creates the URL to this script, including all relevant GPvars
Definition at line 284 of file class.t3lib_recordlist.php. |
|
Finishes the list with the "stopper"-gif, adding the HTML code for that item to the internal ->HTMLcode string
Definition at line 206 of file class.t3lib_recordlist.php. |
|
Dummy function, used to write the top of a table listing.
Definition at line 198 of file class.t3lib_recordlist.php. |