Adobe InDesign CS2 (4.0) Object Model JS: DialogRow

InDesign CS2

Class

DialogRow

 A borderless row for containing controls in a dialog.

QuickLinks

getElements, toSource, toSpecifier

Hierarchy

DialogColumn
DialogRow
AngleCombobox | AngleEditbox | BorderPanel | CheckboxControl | DialogColumn | Dropdown | EnablingGroup | IntegerCombobox | IntegerEditbox | MeasurementCombobox | MeasurementEditbox | PercentCombobox | PercentEditbox | RadiobuttonGroup | RealCombobox | RealEditbox | StaticText | TextEditbox | Widget

Properties

PropertyTypeAccessDescription
angleComboboxesAngleComboboxes readonlyA collection of angle comboboxes.
angleEditboxesAngleEditboxes readonlyA collection of angle editboxes.
borderPanelsBorderPanels readonlyA collection of border panels.
checkboxControlsCheckboxControls readonlyA collection of checkbox controls.
dialogColumnsDialogColumns readonlyA collection of dialog columns.
dropdownsDropdowns readonlyA collection of dropdowns.
enablingGroupsEnablingGroups readonlyA collection of enabling groups.
idnumber readonlyThe unique ID of the DialogRow.
indexnumber readonlyThe index of the DialogRow within its containing object.
integerComboboxesIntegerComboboxes readonlyA collection of integer comboboxes.
integerEditboxesIntegerEditboxes readonlyA collection of integer editboxes.
measurementComboboxesMeasurementComboboxes readonlyA collection of measurement comboboxes.
measurementEditboxesMeasurementEditboxes readonlyA collection of measurement editboxes.
parentDialogColumn readonlyThe parent of the DialogRow (a DialogColumn).
percentComboboxesPercentComboboxes readonlyA collection of percent comboboxes.
percentEditboxesPercentEditboxes readonlyA collection of percent editboxes.
propertiesObject r/wA property that allows setting of several properties at the same time.
radiobuttonGroupsRadiobuttonGroups readonlyA collection of radiobutton groups.
realComboboxesRealComboboxes readonlyA collection of real number comboboxes.
realEditboxesRealEditboxes readonlyA collection of real number editboxes.
staticTextsStaticTexts readonlyA collection of static text objects.
textEditboxesTextEditboxes readonlyA collection of text editboxes.
widgetsWidgets readonlyA collection of widgets.

Methods

Instances

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

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

string toSpecifier ()
Retrieves the object specifier.

Used in:

array of DialogRow DialogRows.itemByRange (from: any, to: any)

DialogRow DialogRows.nextItem (obj: DialogRow)

DialogRow DialogRows.previousItem (obj: DialogRow)

Return

DialogRow DialogRows.add ([withProperties: Object])

DialogRow DialogRows.anyItem ()

Array of DialogRow DialogRows.everyItem ()

DialogRow DialogRows.firstItem ()

DialogRow DialogRows.item (index: any)

DialogRow DialogRows.itemByID (id: number)

DialogRow DialogRows.itemByName (name: string)

Array of DialogRow DialogRows.itemByRange (from: any, to: any)

DialogRow DialogRows.lastItem ()

DialogRow DialogRows.middleItem ()

DialogRow DialogRows.nextItem (obj: DialogRow)

DialogRow DialogRows.previousItem (obj: DialogRow)

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