Constructor
new mxui/widget/_Button()
Constructs a new _Button
.
Members
caption :string
Caption of the button.
This is a dijit attribute and should be accessed using dijit._WidgetBase
's get
and
set
methods.
Type:
- string
iconClass :string
The CSS class specifying the button's icon.
The class should specify an appropriately set background.
This is a dijit attribute and should be accessed using dijit._WidgetBase
's get
and
set
methods.
Type:
- string
iconUrl :string
The URL of the button's icon.
This is a dijit attribute and should be accessed using dijit._WidgetBase
's get
and
set
methods.
Type:
- string
iconVisible :boolean
The visibility of the button's icon.
This is a dijit attribute and should be accessed using dijit._WidgetBase
's get
and
set
methods.
Type:
- boolean