Deprecated - Custom Field Type: Select One – Multi-Level Combo

From SmartWiki
Jump to: navigation, search

Field Display

Edit Mode

Cf59.png

View Mode

Cf60.png

General Description

Displays up to three combo boxes linked by the selected value. When the user selects a value for the first combo box only the related values are displayed in the second combo box.

Field Options

  • Allow Empty: No
  • Default Text: N/A
  • Options: Values
  • Track Changes: Yes
  • Store To Value: Yes

Special Options for Field

The values for the combo are setup as the primary value separated by the related secondary value by a “\”. Each value set is separated by a semi-colon. Canada\Ontario;Canada\British Columbia; United States\California; United States\Texas;United Kingdom\South East; United Kingdom\North East

Field Validation

  • Type: N/A
  • JavaScript Validation: N/A
  • Message: N/A
  • HTML Tag: N/A

Field Formatting Options

  • Height: Yes Measure: Pixels Default:
  • Width: Yes Measure: Pixels Default: N/A
  • Number Format: N/A
  • Style: Yes
  • Tool Tip: Yes

The height and width defines the size of the IFRAME that holds the combo boxes. The width of the combo boxes are 100% of the IFRAME dimensions or content in the combo box, whichever is greater.

Notes

In the example shown above two combo boxes are shown – one displaying countries and the other displaying states or regions. Depending on the value selected in the first combo box, a different set of values will be displayed in the second combo box.