ButtonViewHelper extends AbstractTagBasedViewHelper
This class is the implementation of a Fluid ViewHelper.
View this class in the TYPO3 ViewHelper reference: <.typo3.cms.dashboard.s.widget.button>
FinalYes
Renders a dashboard button
Examples
::
<dashboard:widget.button button="{button}" class="widget-cta"> {f:translate(id: button.title, default: button.title)} </dashboard:widget.button>
Table of Contents
Properties
- $tagName : string
Methods
- initializeArguments() : void
- render() : string
Properties
$tagName
protected
string
$tagName
= 'a'
Methods
initializeArguments()
public
initializeArguments() : void
render()
public
render() : string