How to efficiently re-use the FAB controls across different applications? The answer is by using the Widget functionality of the tool. Widgets allow a set or group of controls and its functionalities to be bundled and reused in different applications. This promotes efficiency in the development by reducing the effort in building repetitive block of controls.
...
Creating Widgets
Tip | ||
---|---|---|
| ||
Use a Vertical Layout to group the controls that can be converted or added into the list of Widgets |
- Right click on the block of top level control that needs to be converted you would like to create into a Widget. Select Options--->Widgets-→Convert to Widget
Right click, select Widgets and then Convert to Widget. - The Create Widget dialog screen shows up
Provide a Widget name and description
Bound Fields are automatically assigned and made available
Enter some notes (e.g. Prerequisites and instructions on how to use the Widget) - Save the Widget by clicking
...
- Right-click on a node where the Add Widget option will be available (e.g. a Page)
. Select Widgets and then Add Widget - Select the relevant Widget to be added
- Click on to finally add the Widget
Exporting Widgets
- Right-click on a any node where the Add or Convert Widget option will be available (e.g. a Page)
in the Form Structure and select Widgets and then Maintain Widgets. - Select the Widget Name to be exported and save it as a file
you would like to export from the Widget Name search help, - Click the Export button and provide a file name.
Importing Widgets
- Right-click on a any node where the Add Widget option will be available (e.g. a Page)
in the Form Structure and select Widgets and then Maintain Widgets. - Click on and select the Widget file to be imported
- Click on to finally save the imported Widget
.
Deleting Widgets
- Right-click on the any node where the Widget was added in the form structure (e.g. Page) and select Options → Widgets → Add Widget from the Form structure tree.
Ensure that you select the correct Widget Name. Tip: Use the F4 input help to search for existing Widgets.
Form Structure and select Widgets and then Maintain Widgets. - Select the Widget you would like to export from the Widget Name search help,
- Click on the Delete button on the footer toolbar of the Widget maintenance screen to permanently delete the Widget
- Click on Yes to confirm the deletion of the Widget
...