|
TYPO3 API
SVNRelease
|


Public Member Functions | |
| TBE_browser_recordList () | |
| listURL ($altId='', $table=-1, $exclList='') | |
| ext_addP () | |
| linkWrapItems ($table, $uid, $code, $row) | |
| generateList () | |
Public Attributes | |
| $thisScript = 'browse_links.php' | |
Definition at line 133 of file class.browse_links.php.
| TBE_browser_recordList::ext_addP | ( | ) |
Returns additional, local GET parameters to include in the links of the record list.
Definition at line 173 of file class.browse_links.php.
References $GLOBALS.
Referenced by listURL().
| TBE_browser_recordList::generateList | ( | ) |
Local version that sets allFields to true to support userFieldSelect
Reimplemented from recordList.
Definition at line 220 of file class.browse_links.php.
| TBE_browser_recordList::linkWrapItems | ( | $ | table, |
| $ | uid, | ||
| $ | code, | ||
| $ | row | ||
| ) |
Returns the title (based on $code) of a record (from table $table) with the proper link around (that is for "pages"-records a link to the level of that record...)
| string | Table name |
| integer | UID (not used here) |
| string | Title string |
| array | Records array (from table name) |
Reimplemented from recordList.
Definition at line 190 of file class.browse_links.php.
References $BACK_PATH, $GLOBALS, $row, recordList\$table, $TCA, t3lib_iconWorks\getIcon(), t3lib_BEfunc\getRecordTitle(), t3lib_BEfunc\getRecordTitlePrep(), and t3lib_div\quoteJSvalue().
| TBE_browser_recordList::listURL | ( | $ | altId = '', |
| $ | table = -1, |
||
| $ | exclList = '' |
||
| ) |
Creates the URL for links
| mixed | If not blank string, this is used instead of $this->id as the id value. |
| string | If this is "-1" then $this->table is used, otherwise the value of the input variable. |
| string | Commalist of fields NOT to pass as parameters (currently "sortField" and "sortRev") |
Reimplemented from recordList.
Definition at line 154 of file class.browse_links.php.
References recordList\$table, ext_addP(), and t3lib_div\inList().
| TBE_browser_recordList::TBE_browser_recordList | ( | ) |
Initializes the script path
Definition at line 141 of file class.browse_links.php.
References localRecordList\__construct(), and t3lib_div\getIndpEnv().
| TBE_browser_recordList::$thisScript = 'browse_links.php' |
Definition at line 134 of file class.browse_links.php.
1.7.5.1