![]() |
TYPO3
7.6
|
Protected Attributes | |
$configurationManager | |
View helper which renders a record list as known from the TYPO3 list module Note: This feature is experimental!
= Examples =
<f:be.tableList tableName="fe_users" />
<output> List of all "Website user" records stored in the configured storage PID. Records will be editable, if the current BE user has got edit rights for the table "fe_users". Only the title column (username) will be shown. Context menu is active. </output>
<f:be.tableList tableName="fe_users" fieldList="{0: 'name', 1: 'email'}" storagePid="1" levels="2" filter='foo' recordsPerPage="10" sortField="name" sortDescending="true" readOnly="true" enableClickMenu="false" clickTitleMode="info" />
<output> List of "Website user" records with a text property of "foo" stored on PID 1 and two levels down. Clicking on a username will open the TYPO3 info popup for the respective record </output>
Definition at line 47 of file TableListViewHelper.php.
|
protected |
Definition at line 53 of file TableListViewHelper.php.