
Floating Action Button (FAB)
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 button
- Base 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)
- Actions: For each action, configure:
- ClassName: set to the class for the icon on the action button
- Color: set to the color for the action button
- MF Action: select the microflow for the action button
- Label: set to the floating label for the action button
Useful to show multiple contextual actions without taking up a lot of space on the screen.
none
Based on the Mendix Widget Boilerplate
See AppStoreWidgetBoilerplate for an example