Adobe InDesign CS (3.0) Object Model JS: TextEditbox

InDesign CS

Class

TextEditbox

 A text entry field. Base Class: Widget

Hierarchy

BorderPanel | DialogColumn | DialogRow | EnablingGroup
Widget
TextEditbox

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.
idnumber readonlyThe unique ID of the TextEditbox.
indexnumber readonlyThe index of the TextEditbox 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 TextEditbox (a DialogColumn, DialogRow, EnablingGroup or BorderPanel).
propertiesObject r/wA property that allows setting of several properties at the same time.

Return

TextEditbox TextEditboxes.add ([withProperties: Object])

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