Documentation TYPO3 par Ameos |
Public Member Functions | |
writeTop ($row) | |
getTable ($table, $id, $rowlist) | |
renderListRow ($table, $row, $cc, $titleCol, $thumbsCol, $indent=0) | |
renderListHeader ($table, $currentIdList) | |
makeControl ($table, $row) | |
makeClip ($table, $row) | |
makeLocalizationPanel ($table, $row) | |
fieldSelectBox ($table, $formFields=1) | |
linkClipboardHeaderIcon ($string, $table, $cmd, $warning='') | |
clipNumPane () | |
addSortLink ($code, $field, $table) | |
recPath ($pid) | |
showNewRecLink ($table) | |
makeReturnUrl () | |
initCSV () | |
addToCSV ($row) | |
setCsvRow ($csvRow) | |
outputCSV ($prefix) | |
Public Attributes | |
$alternateBgColors = FALSE | |
$allowedNewTables = array() | |
$newWizards = FALSE | |
$dontShowClipControlPanels = FALSE | |
$showClipboard = FALSE | |
$noControlPanels = FALSE | |
$clickMenuEnabled = TRUE | |
$pageRow = array() | |
$csvLines = array() | |
$csvOutput = FALSE | |
$clipObj | |
$CBnames = array() | |
$duplicateStack = array() |
Definition at line 90 of file class.db_list_extra.inc.
|
Creates a sort-by link on the input string ($code). It will automatically detect if sorting should be ascending or descending depending on $this->sortRev. Also some fields will not be possible to sort (including if single-table-view is disabled).
Definition at line 1166 of file class.db_list_extra.inc. |
|
Adds the content of input array $row to the CSV list:
Definition at line 1261 of file class.db_list_extra.inc. |
|
Returns true if a numeric clipboard pad is selected/active
Definition at line 1152 of file class.db_list_extra.inc. |
|
Create the selector box for selecting fields to display from a table:
Definition at line 1061 of file class.db_list_extra.inc. References t3lib_div::loadTCA(). |
|
Creates the listing of records from a single table
Definition at line 296 of file class.db_list_extra.inc. References recordList::$id, recordList::$table, t3lib_BEfunc::cshItem(), t3lib_div::inList(), t3lib_extMgm::isLoaded(), recordList::linkWrapTable(), t3lib_div::loadTCA(), recordList::makeFieldList(), recordList::makeQueryArray(), recordList::setTotalItems(), and t3lib_div::trimExplode(). |
|
Initializes internal csvLines array with the header of field names
Definition at line 1239 of file class.db_list_extra.inc. |
|
Creates a link around $string. The link contains an onclick action which submits the script with some clipboard action. Currently, this is used for setting elements / delete elements.
Definition at line 1141 of file class.db_list_extra.inc. |
|
Creates the clipboard panel for a single record in the listing.
Definition at line 937 of file class.db_list_extra.inc. |
|
Creates the control panel for a single record in the listing.
Definition at line 745 of file class.db_list_extra.inc. References t3lib_BEfunc::getRecord(), t3lib_extMgm::isLoaded(), t3lib_BEfunc::isRecordLocked(), t3lib_div::loadTCA(), and t3lib_BEfunc::selectVersionsOfRecord(). |
|
Creates the localization panel
Definition at line 1006 of file class.db_list_extra.inc. References t3lib_BEfunc::deleteClause(). |
|
Creates the "&returnUrl" parameter for links - this is used when the script links to other scripts and passes its own URL with the link so other scripts can return to the listing again. Uses REQUEST_URI as value.
Definition at line 1214 of file class.db_list_extra.inc. References t3lib_div::getIndpEnv(). |
|
Compiles the internal csvLines array to a csv-string and outputs it to the browser. This function exits!
Definition at line 1294 of file class.db_list_extra.inc. |
|
Returns the path for a certain pid The result is cached internally for the session, thus you can call this function as much as you like without performance problems.
Definition at line 1191 of file class.db_list_extra.inc. References t3lib_BEfunc::getRecordPath(). |
|
Rendering the header row for a table
Definition at line 603 of file class.db_list_extra.inc. References t3lib_extMgm::extRelPath(), t3lib_BEfunc::getItemLabel(), t3lib_BEfunc::getModTSconfig(), t3lib_extMgm::isLoaded(), and t3lib_iconWorks::skinImg(). |
|
Rendering a single row for the list
Definition at line 539 of file class.db_list_extra.inc. References t3lib_iconWorks::getIconImage(), t3lib_BEfunc::getProcessedValueExtra(), t3lib_BEfunc::getRecordIconAltText(), and t3lib_BEfunc::getRecordTitle(). |
|
Adds input row of values to the internal csvLines array as a CSV formatted line
Definition at line 1283 of file class.db_list_extra.inc. References t3lib_div::csvValues(). |
|
Returns true if a link for creating new records should be displayed for $table
Definition at line 1204 of file class.db_list_extra.inc. |
|
Writes the top of the full listing
Definition at line 122 of file class.db_list_extra.inc. References recordList::$table, t3lib_div::fixed_lgd_cs(), t3lib_iconWorks::getIconImage(), and t3lib_BEfunc::getRecordIconAltText(). |