FloatButton is a quick action button that appears in fixed corners of the screen in applications. It is used to direct the user to additional action panels or to quickly initiate an action.
Areas of Use:
Adding a new record
Opening a quick help/support panel
Calling up a feedback or comment form
Opening additional settings or actions
FloatButton is only supported in web applications.
Add New Customer Scenario
In a CRM application, users use FloatButton to add new customers.
The FloatButton is fixed in the lower right corner of the screen with a “+” icon.
When the user clicks the button, a FloatPanel opens.
The NewCustomerPage is located within the opened FloatPanel.
On this page, the user creates a new record by entering the customer name and email information.
Connecting the Data Source
Go to the Datasources module.
Click the + icon next to the Tables heading and name the table Customers.