Releases: cdcharlebois/MendixFAB
Releases · cdcharlebois/MendixFAB
Initial Release
Floating Action Button (FAB)
Add an Android-style FAB to your app.
📱 works on mobile!
Installation
- 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:
Typical usage scenario
Useful to show multiple contextual actions without taking up a lot of space on the screen.
Known Limitations
none
Based on the Mendix Widget Boilerplate
See AppStoreWidgetBoilerplate for an example