A measurement entry field.
Go to Property Listing | Method Listing
addEventListener, getElements, removeEventListener, toSource, toSpecifier
Boolean, EventListeners, Events, MeasurementUnits, Number, Object, String
Property |
Type |
Access |
Description |
---|---|---|---|
read/write |
The default value in an editbox control. Note: Do not specify both edit contents and edit value. If both are specified, the one that occurs later in the script is used. |
||
read/write |
The measurement units to display in the measurement control. |
||
read/write |
The real number default value of the editbox or combobox. Note: For measurement controls, the value is interpreted in points. The points value is converted to edit units when the dialog opens. Note: Do not specify both edit value and edit contents. If both are specified, the one that occurs later in the script is used. |
||
readonly |
A collection of event listeners. |
||
readonly |
A collection of events. |
||
readonly |
The unique ID of the MeasurementEditbox. |
||
readonly |
The index of the MeasurementEditbox within its containing object. |
||
readonly |
Returns true if the object specifier resolves to valid objects. |
||
read/write |
The amount to increment/decrement the value when a user selects the control and holds down the Shift key while pressing an arrow key on the keyboard. |
||
read/write |
The maximum value that a user is allowed to type in a numeric editbox or combobox. Note: The value for a measurement editbox or combobox is interpreted in points, regardless of the edit units specified for the control. The points value is converted automatically to the edit unit when the dialog is opened. |
||
read/write |
The width of the control. For an editbox or combobox, specifies the minimum width of the box. |
||
read/write |
The minumim value that a user is allowed to type in a numeric editbox or combobox. Note: The value for a measurement editbox or combobox is interpreted in points, regardless of the edit units specified for the control. The points value is converted automatically to the edit unit when the dialog is opened. |
||
readonly |
The parent of the MeasurementEditbox (a DialogColumn, DialogRow, EnablingGroup or BorderPanel). |
||
read/write |
A property that allows setting of several properties at the same time. |
||
read/write |
The amount to increment/decrement the value when the user selects the control and presses an arrow key on the keyboard. |
EventListener addEventListener (eventType:String, handler:Varies File JavaScriptFunction, [captures:Boolean=Boolean])
Adds an event listener.
Parameter |
Type |
Description |
---|---|---|
eventType |
The event type. |
|
handler |
JavaScriptFunction |
The event handler. Can accept: File or JavaScript Function. |
captures |
This parameter is obsolete. (Optional) (default: false) |
MeasurementEditbox getElements ()
Resolves the object specifier, creating an array of object references.
Boolean removeEventListener (eventType:String, handler:Varies File JavaScriptFunction, [captures:Boolean=Boolean])
Removes the event listener.
Parameter |
Type |
Description |
---|---|---|
eventType |
The registered event type. |
|
handler |
JavaScriptFunction |
The registered event handler. Can accept: File or JavaScript Function. |
captures |
This parameter is obsolete. (Optional) (default: false) |
String toSource ()
Generates a string which, if executed, will return the MeasurementEditbox.
String toSpecifier ()
Retrieves the object specifier.
MeasurementEditbox.getElements()
MeasurementEditboxes.anyItem()
MeasurementEditboxes.everyItem()
MeasurementEditboxes.nextItem()
MeasurementEditboxes.previousItem()
MeasurementEditboxes.itemByID()
MeasurementEditboxes.itemByRange()
MeasurementEditboxes.firstItem()