Why is the Bloc widget useful ?
The bloc widget is used to create a section in which the tasks are displayed after this one, without having to click on it, unlike the Section widget.
How to insert a Bloc widget ?
To use the Bloc widget, simply drag and drop it in the middle, then configure it on the right. In order to improve readability on the app, it is possible to name the widget header and bottom:
Then just drag and drop the tasks of the bloc section inside the section.
To go further
- For performance and readability issues for the operator, the number of tasks that can be inserted in a bloc task is limited to 10.
- It is not possible to insert a bloc in a bloc (this would be of no interest from a functional point of view ...)
- The number of blocks in a form is limited to 5.
If a Bloc widget is hidden, all the widgets inside will be hidden.
What is the difference with the Section widget?
The display is different on the application. By using the Section widget, the operator will have to click on the section on the mobile application. This click will allow him to display the bricks contained in the section.
The Block brick avoids this click in order to save time for the operator.
Comments
0 comments
Please sign in to leave a comment.