Adobe InDesign CS3 (5.0) Object Model JS: PercentCombobox

InDesign CS3

Class

PercentCombobox

 A percentage entry control featuring both a pop-up menu and an entry field. Base Class: Widget

QuickLinks

getElements, toSource, toSpecifier

Hierarchy

BorderPanel | DialogColumn | DialogRow | EnablingGroup
Widget
PercentCombobox

Properties

PropertyTypeAccessDescription
editContentsstring r/wThe 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.
editValuenumber r/wThe 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.
idnumber readonlyThe unique ID of the PercentCombobox.
indexnumber readonlyThe index of the PercentCombobox within its containing object.
largeNudgenumber r/wThe 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.
maximumValuenumber r/wThe 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.
minWidthnumber r/wThe width of the control. For an editbox or combobox, specifies the minimum width of the box.
minimumValuenumber r/wThe 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.
parentBorderPanelDialogColumn
DialogRow
EnablingGroup
readonlyThe parent of the PercentCombobox (a DialogColumn, DialogRow, EnablingGroup or BorderPanel).
propertiesObject r/wA property that allows setting of several properties at the same time.
smallNudgenumber r/wThe amount to increment/decrement the value when the user selects the control and presses an arrow key on the keyboard.
stringList Array of string r/wThe menu items on a dropdown or combobox control, as an array of strings.

Methods

Instances

Array of PercentCombobox getElements ()
Resolves the object specifier, creating an array of object references.

string toSource ()
Generates a string which, if executed, will return the PercentCombobox.

string toSpecifier ()
Retrieves the object specifier.

Used in:

array of PercentCombobox PercentComboboxes.itemByRange (from: any, to: any)

PercentCombobox PercentComboboxes.nextItem (obj: PercentCombobox)

PercentCombobox PercentComboboxes.previousItem (obj: PercentCombobox)

Return

Array of PercentCombobox PercentCombobox.getElements ()

PercentCombobox PercentComboboxes.add ([withProperties: Object])

PercentCombobox PercentComboboxes.anyItem ()

Array of PercentCombobox PercentComboboxes.everyItem ()

PercentCombobox PercentComboboxes.firstItem ()

PercentCombobox PercentComboboxes.item (index: any)

PercentCombobox PercentComboboxes.itemByID (id: number)

PercentCombobox PercentComboboxes.itemByName (name: string)

Array of PercentCombobox PercentComboboxes.itemByRange (from: any, to: any)

PercentCombobox PercentComboboxes.lastItem ()

PercentCombobox PercentComboboxes.middleItem ()

PercentCombobox PercentComboboxes.nextItem (obj: PercentCombobox)

PercentCombobox PercentComboboxes.previousItem (obj: PercentCombobox)

Jongware, 27-Jun-2010 v3.0.3dContents :: Index