Items
configurationSpecifies the speed-dial items that will be rendered in a popup container anchored to the FloatingActionButton.
**Note: when using the items configuration, clicking on the FloatingActionButton will open the popup containing the speed-dial list.
items
Arrayitems.click
FunctionSpecifies the click event handler of the speed-dial item.
Default: false
items.cssClass
StringSpecifies a set of CSS classes for the speed-dial item.
items.enabled
BooleanSpecifies whether the Item is enabled or not. By default all items are enabled.
Default: true
items.icon
StringSpecifies the name for an existing icon in a Kendo UI theme that is rendered in the speed-dial item.
See the Web Font Icons help article for more details on Kendo UI icons.
items.label
StringSpecifies the label for the speed-dial item.
items.template
String|FunctionSpecifies the template used to render the contents of the speed-dial item.
The fields which can be used inside the template are:
- text
String- the label of the item (if configured). - icon
String- the icon specified for this step (if configured).
items.title
StringSpecifies the label for the speed-dial item that will be read by assistive technologies.