Form

From SweepMe! Wiki
Revision as of 22:08, 7 September 2019 by Afischer (talk | contribs) (Created page with "A module to create forms to enter important parameters. == Handling == * Compose your form by adding different kinds of input fields. * These fields can be configured by dou...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A module to create forms to enter important parameters.

Handling

  • Compose your form by adding different kinds of input fields.
  • These fields can be configured by double click.
  • Use the right-click menu to move fields up and down.
  • Toggle your generated form into the DockingStation to use it in your application and to fix your configuration

Input fields

String

A field to enter a string.

Integer

A field to enter an integer.

Integer spin

A spin field to enter an integer.

Float

A field to enter a float value.

Float spin

A spin field to enter a float value.

Combo/Selection

A field to select from a list of options. Enter your options seperated by a | sign

CheckBox

A field to select True or False.