jQuery/JS Common - Object Structures - globalConfig - floatingActionButtonConfig
Configures a Floating Action Button (FAB) that emits a stack of related actions (speed dial).
If you change this object at runtime, call the DevExpress.ui.repaintFloatingActionButton() method afterwards to apply the changes.
icon
This property accepts one of the following:
- The icon's URL
- The icon's name if the icon is from the DevExtreme icon library
- The icon's CSS class if the icon is from an external icon library (see External Icon Libraries)
- The icon in the Base64 format
- The icon in the SVG format. Ensure that the source is reliable.
Use this property only if there are two or more SpeedDialAction components on a page. Otherwise, specify the icon property in the SpeedDialAction.
label
Use this property only if there are two or more SpeedDialAction components on a page. Otherwise, specify the label property in the SpeedDialAction.
position
This property accepts one of the following:
Position configuration object
An object that specifies the UI component's position.String
A shortcut listed in the accepted values. Positions the UI component relative to the window.Function
A function that returns one of the above. Use it to position the UI component based on a condition.
If you have technical questions, please create a support ticket in the DevExpress Support Center.