Add an Android-style FAB to your app. 📱 works on mobile!
- Install the widget in your project
- Include the widget in a context wrapper (i.e. Data Grid) on a page
- Configure the widget's settings:
- On the General tab, Configure:
Base Button Color
: set to the CSS color for the base buttonBase Button Class
: set to the class for the icon on the base button.- use
glyphicon glyphicon-{something}
for glyphicons - use
fa fa-{something}
for fontawesome (must be included in project)
- use
Actions
: For each action, configure:ClassName
: set to the class for the icon on the action buttonColor
: set to the color for the action buttonMF Action
: select the microflow for the action buttonLabel
: set to the floating label for the action button
- On the General tab, Configure:
Useful to show multiple contextual actions without taking up a lot of space on the screen.
none
See AppStoreWidgetBoilerplate for an example