Toolbox

AppBuilder's Toolbox contains all of the controls that you can use in your AppBuilder projects.

The controls that are available to you in the AppBuilder Toolbox palette are dependent upon which Designer you are using. The Form Designer and the SuperList Designer allow you to add additional controls to your form. The Form Designer features the full library of controls in the Toolbox palette, and the SuperList Designer includes a subset of those controls. You can configure each of the AppBuilder controls in the Properties panel as described in Configuring Controls in the Project.

Form Designer Only Controls

These controls are available in the Form Designer palette:

SuperList Designer Controls

These controls are available in the SuperList Designer palette:
  • Button – a simple push button used for initiating actions or events.
  • CheckBox – a decision control. When checked, the associated value is set. If unchecked, the associated value is not set.
  • GroupBox – a container control used to group other controls.
  • Image – a wrapper around the HTML tag for graphics. When using this control, you must set the src path to where the image file is stored.
  • Input – a control that can be used to prompt the user for information. You can configure the type property to indicate what information (for example, password, date and time, text, etc.) to associate the input with.
  • Label – a simple control that provides some short explanative text, usually next to a value holder such as a Text control.
  • Panel – a container control which consists of the main content area and a header.
  • Select – a decision control that presents a menu of options. Configure the items property to set what those options are.
  • TextArea – a simple control for multiple-row text entry. Like the text control, you can use this control with other container controls, and when used, you can configure the value property to set the text to display. This control uses scroll bars to accommodate text wrapping behavior.
Related tasks
Adding Controls to the Project
Creating a New SuperList
Creating a New Chart
Related reference
Configuring Controls in the Project