Indicates the number of cells drawn for a comb field. This
is not affected by the number of characters in the field’s value.
SyntaxReference_Syntax.numberOfCells = "0 | integer"
Values
Type
|
Values
|
Integer
|
A single cell is drawn
for the comb field, or if the maxChars property is set, the number
of cells corresponds to the value of maxChars.
A valid integer representing
the total number of cells drawn for the comb field.
|
JavaScriptTextField1.resolveNode("ui.#textEdit.comb").numberOfCells = "6";
FormCalcTextField1.ui.#textEdit.comb.numberOfCells = "6"
|
|
|