TableListViewHelper extends AbstractViewHelper

ViewHelper

This class is the implementation of a Fluid ViewHelper.

View this class in the TYPO3 ViewHelper reference: <f:be.tablelist>

FinalYes

ViewHelper which renders a record list as known from the TYPO3 records module.

  <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"
        enableControlPanels="true"
        clickTitleMode="info"
  />

Note: This feature is experimental!

Tags
see
https://docs.typo3.org/permalink/t3viewhelper:typo3-fluid-be-tablelist

Table of Contents

Properties

$escapeOutput  : bool
As this ViewHelper renders HTML, the output must not be escaped.

Methods

__construct()  : mixed
initializeArguments()  : void
render()  : string
Renders a record list as known from the TYPO3 records module Note: This feature is experimental!

Properties

$escapeOutput

As this ViewHelper renders HTML, the output must not be escaped.

protected bool $escapeOutput = false

Methods

initializeArguments()

public initializeArguments() : void

render()

Renders a record list as known from the TYPO3 records module Note: This feature is experimental!

public render() : string
Tags
see
DatabaseRecordList
Return values
string
On this page

Search results