Class BaseButtonEvent.
getAttributes() : string
string
getHtml() : string
string
getKey() : string
string
getLabel() : string
string
getTitle() : string
string
setAttributes(string $attributes) : \ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\BaseButtonEvent
fluent | This method is part of a fluent interface and will return the same instance |
---|
string
The attributes to be used.
\ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\BaseButtonEvent
setHtml(string $html) : \ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\BaseButtonEvent
fluent | This method is part of a fluent interface and will return the same instance |
---|
string
The HTML code.
\ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\BaseButtonEvent
setKey(string $key) : \ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\BaseButtonEvent
fluent | This method is part of a fluent interface and will return the same instance |
---|
string
The key/name to use.
\ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\BaseButtonEvent
setLabel(string $label) : \ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\BaseButtonEvent
fluent | This method is part of a fluent interface and will return the same instance |
---|
string
The label text to use.
\ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\BaseButtonEvent
setTitle(string $title) : \ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\BaseButtonEvent
fluent | This method is part of a fluent interface and will return the same instance |
---|
string
The title text.
\ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\BaseButtonEvent
$attributes : string
$html : string
$key : string
$label : string
$title : string
NAME