Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

&<img src="../resources/images/opentocr.png" title="Open Contents list" border="0"&>
You are here:

...

There are several visualization types you can choose for a field. Which one is most appropriate depends on the type of field and the type of values it can have. The types available follow:

Edit Box

When you add a field to a component, by default it is visualized as an edit box:
Image Removed
Image Added

You can change the default length, width and other characteristics of the edit box. The same is true for all visualizations.

Edit Box with a Prompter

You can define a prompter component for a field. The prompter is a user-defined reusable part. When the field has a prompter, a button with ellipses is added to the edit box so the user can display the prompter:
Image Removed
Image Added

At run time when the prompter button is clicked, the prompter component is displayed to allow the user to choose a value.

Set of Radio Buttons

When the field can have one of a limited set of values, it can be displayed as radio buttons:
Image Removed
Image Added

Check Box

When a field's value can be True or False, it can be defined as a check box:
Image Removed
Image Added

List

When a field can have one of a set of values, it can be visualized as a list or a dropdown:
Image Removed
Image Added

Spin Edit Box

A numeric field can be visualized as a spin edit box:
Image Removed
Image Added

Track Bar

Numeric fields can be visualized as a track bar where appropriate:
Image Removed
Image Added

Progress Bar

In some instances you may want to visualize a numeric field as a progress bar:
Image Removed
Image Added

DateTime Picker and Calendar

Datetime fields can be visualized as a dropdown datetime picker or a calendar:
Image Removed
Image Added

Reusable Part

You can define a reusable part to for visualizing the field.  

When Embedded in Lists

Embedded in a list (Grid, ListView, TreeView) fields can be displayed as:

  • Check Box
  • Image
  • ImageAndText
  • Edit
  • ComboBox
  • MultiLineEdit

 
Embedded in a list (Grid, ListView, TreeView) fields can be edited as:

  • Check Box
  • Image
  • ImageAndText
  • Edit
  • ComboBox
  • MultiLineEdit
  • SpinEdit
  • ReusablePart

...