EditRecordViewHelper extends AbstractViewHelper
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
Table of Contents
Methods
- initializeArguments() : void
- render() : string
Methods
initializeArguments()
public
initializeArguments() : void
render()
public
render() : string