Description

The toolbars are created in Build.One using the SwatToolbarobject. A SwatToolbar is a graphical control element in the form of a toolbar that can be added to a Screens.

Untitled

Styles available

Two styles are available for the toolbars, once with separated buttons that is recommended for a set of actions that are not related. And another one where all the buttons are grouped in a container that is meant to be used with set of actions that are closely related.

These two styles can be set with the Attribute AttributeStyle . Using the values default and grouped

 toolbar

default toolbar

 toolbar

grouped toolbar

How to use it

1. Create a menu function

To create a toolbar, you need to create a corresponding menu function. How to do this is explained on the following page. Actions.

Below is an example of a menu function for a save operation.

Untitled

2. Create a menu structure

To create a toolbar, you need to create a corresponding menu structure. How to do this is explained on the following page. Menu structure

Below is an example of a menu structure for a new toolbar in the menu structure

Untitled

  1. Start of the menu structure for an application.