UploadDeleteCheckboxViewHelper extends AbstractTagBasedViewHelper
This class is the implementation of a Fluid ViewHelper.
View this class in the TYPO3 ViewHelper reference: <f:form.uploaddeletecheckbox>
FinalYes
ViewHelper which creates a checkbox field, that is used for file upload deletion in Extbase.
Examples
Example::
<f:form.uploadDeleteCheckbox id="file" property="file" fileReference="{myModel.file}" />
Output::
Table of Contents
Properties
- $tagName : string
Methods
- initializeArguments() : void
- render() : string
Properties
$tagName
protected
string
$tagName
= 'input'
Methods
initializeArguments()
public
initializeArguments() : void
render()
public
render() : string