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 renders a checkbox field used for file upload deletion in Extbase forms.
<f:form.uploadDeleteCheckbox id="file" property="file" fileReference="{myModel.file}" />
Tags
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