FloatingActionButtonComponent
Represents the Kendo UI FloatingActionButton component for Angular. Use it to represent the primary or most common action in an application.
<kendo-floatingactionbutton
[icon]="'plus'"
[text]="'Add'"
[align]="{ horizontal: 'end', vertical: 'bottom' }">
</kendo-floatingactionbutton>
Selector
kendo-floatingactionbutton
Inputs
Name | Type | Default | Description |
---|---|---|---|
align |
|
|
Specifies the alignment of the FloatingActionButton (see example). |
buttonClass |
|
The CSS classes that will be rendered on the main button.
Supports the type of values that are supported by | |
dialClass |
|
The CSS classes that will be rendered on the dial items | |
dialItemAnimation |
|
|
Specifies the animation settings of the FloatingActionButton dial items. |
dialItems |
|
Specifies the collection of dial items rendered in the FloatingActionButton popup. | |
disabled |
|
|
Specifies whether the FloatingActionButton is disabled. |
icon |
|
Defines the name of an existing icon in a Kendo UI theme. | |
iconClass |
|
Defines a CSS class or multiple classes for custom icons. | |
offset |
|
|
Specifies the offset position of the FloatingActionButton (see example). |
positionMode |
|
|
Specifies the position mode of the FloatingActionButton (see example). |
rounded |
|
|
Specifies the border radius of the FloatingActionButton (see example). |
size |
|
|
Specifies the size of the FloatingActionButton (see example). |
svgIcon |
|
Defines an | |
tabIndex |
|
|
Specifies the |
text |
|
Specifies the text content of the FloatingActionButton. | |
themeColor |
|
|
Specifies the theme color of the FloatingActionButton (see example). |
Fields
Name | Type | Default | Description |
---|---|---|---|
isOpen |
|
Indicates whether the FloatingActionButton is currently open. |
Events
Name | Type | Description |
---|---|---|
close |
|
Fires when the popup is about to close. This event is preventable (more information and example). |
dialItemClick |
|
Fires when a dial item is clicked. |
blur |
|
Fires when the FloatingActionButton is blurred. |
focus |
|
Fires when the FloatingActionButton is focused. |
open |
|
Fires when the popup is about to open. This event is preventable (more information and example). |
Methods
blur |
---|
Blurs the FloatingActionButton. |
focus |
---|
Focuses the FloatingActionButton. |
toggleDial | ||||||
---|---|---|---|---|---|---|
Toggles the visibility of the FloatingActionButton dial items popup. If you use the | ||||||
|