Adobe InDesign CS (3.0) Object Model JS: Dropdown

InDesign CS

Class

Dropdown

 A dropdown control. Base Class: Widget

Hierarchy

BorderPanel | DialogColumn | DialogRow | EnablingGroup
Widget
Dropdown

Properties

PropertyTypeAccessDescription
idnumber readonlyThe unique ID of the Dropdown.
indexnumber readonlyThe index of the Dropdown within its containing object.
minWidthnumber r/wThe width of the control. For an editbox or combobox, specifies the minimum width of the box.
parentBorderPanelDialogColumn
DialogRow
EnablingGroup
readonlyThe parent of the Dropdown (a DialogColumn, DialogRow, EnablingGroup or BorderPanel).
propertiesObject r/wA property that allows setting of several properties at the same time.
selectedIndexnumber r/wThe index of the selection in a dropdown or combobox control.
stringList Array of string r/wThe menu items on a dropdown or combobox control, as an array of strings.

Return

Dropdown Dropdowns.add ([withProperties: Object])

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