Copyright © 2021 by K4.org
  (v.0.48.124)

A column definition for a UITable.

Index

Rules

choiceList

choiceList: Array

An array of choices for the entries in the column.

Flags : Cached, Parameter, Spec (Note this is uncached)

Expression : [ "" ]

choiceListRuleName

choiceListRuleName: String

The name of the row rule which contains the choices.

Flags : Cached, Parameter, Spec (Note this is uncached)

Expression : ""

columnType

columnType: String

Internal Use Only.

Flags : Cached, Spec (Note this is uncached)

Expression : "editableCombined"

controlType

controlType: String

Internal Use Only.

Flags : Cached (Note this is uncached)

Expression : "GridColumn"

editorType

editorType: String

May be one of the following:

  • "choices": The editor is a choice list, using values from choiceList.
  • "checkbox": The editor is a checkBox.
  • "date": The editor is a date-picker.
  • "multiselect": The editor is a multi-selection list.
  • "text" or any other string: The editor is a simple text input box.

Flags : Cached, Parameter, Spec (Note this is uncached)

Expression : "text"

includeTimeRuleName

includeTimeRuleName: String

The name of the Boolean rule in the row object that controls whether the date should include a time of day.

Flags : Cached, Parameter, Spec (Note this is uncached)

Expression : ""

max

max: Number

no doc

Flags : Cached, Parameter, Spec (Note this is uncached)

Expression : Number.MAX_VALUE

maxDate

maxDate: Date

The latest date which can be entered by the user. The default is no restriction.

Flags : Cached, Parameter, Spec (Note this is uncached)

Expression : undefined

min

min: Number

no doc

Flags : Cached, Parameter, Spec (Note this is uncached)

Expression : -Number.MAX_VALUE

minDate

minDate: Date

The earliest date which can be entered by the user. The default is no restriction.

Flags : Cached, Parameter, Spec (Note this is uncached)

Expression : undefined