UploadDeleteCheckboxViewHelper extends AbstractTagBasedViewHelper

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
Return values
string

        
On this page

Search results