EditRecordViewHelper extends AbstractViewHelper

ViewHelper

This class is the implementation of a Fluid ViewHelper.

View this class in the TYPO3 ViewHelper reference: <backend:uri.editrecord>

FinalYes

ViewHelper to provide edit links (only the URI) to records. The ViewHelper will pass the uid and table to FormEngine.

The uid must be given as a positive integer. For new records, use <be:uri.newRecord>.

   <be:uri.editRecord uid="42" table="pages" fields="title,subtitle" returnUrl="foo/bar" />
Tags
see
https://docs.typo3.org/permalink/t3viewhelper:typo3-backend-uri-editrecord
see
https://docs.typo3.org/permalink/t3viewhelper:typo3-backend-uri-newrecord

Table of Contents

Methods

__construct()  : mixed
initializeArguments()  : void
render()  : string

Methods

initializeArguments()

public initializeArguments() : void

        
On this page

Search results