Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
macgyer
yii2materializecss
widgets
form
SubmitButton
PHP Class macgyer\yii2materializecss\widgets\form\SubmitButton
For details on how buttons are being created, see [[Button]].
See also:
http://materializecss.com/buttons.html#submit
Since:
1.0.8
Author:
Christoph Erdmann (
[email protected]
)
Inheritance:
extends
macgyer\yii2materializecss\widgets\Button
Show file
Open project: macgyer/yii2-materializecss
Public Properties
Property
Type
Description
$label
the label on the button. If you do not want a label text to be rendered, set this options to "false".
Public Methods
Method
Description
init
( )
Initializes the widget.
run
( ) :
string
Executes the widget.
Method Details
init()
public
method
Initializes the widget.
public
init
( )
run()
public
method
Executes the widget.
public
run
( ) :
string
return
string
the rendered markup.
Property Details
$label
public property
the label on the button. If you do not want a label text to be rendered, set this options to "false".
public
$label