StoryWindow
A story window.
StoryWindow Properties
| Property |
Type |
Access |
Description |
| bounds |
Array of 4 Longs |
r/w |
The bounds of the object (top, left, bottom, right) in pixels. |
| index |
Long |
read |
Index of the object within its parent object. |
| name |
String |
read |
The name of the object. |
| parent |
Object |
read |
The parent of the object. |
| properties |
An array of property names and values |
r/w |
Property that allows setting of several properties at the same time. |
| selection |
Object, Array of Objects, NothingEnum enumeration |
r/w |
The selection of the front-most window. |
StoryWindow Methods
| Method |
Returns |
Description |
| bringToFront |
Nothing |
Brings object to the front. |
| close |
Nothing |
Close the object. |
| getElements |
Array of Objects |
Resolve the object specifier. |
| maximize |
Nothing |
Maximize the window. |
| minimize |
Nothing |
Minimize the window. |
| restore |
Nothing |
Restore the window. |
| select |
Nothing |
Selects the object. |
| toSource |
String |
Generate JavaScript source that, if executed, will return the specified objects. |
| toSpecifier |
String |
Retrieve the object specifier. |
Previous post: StoryWindows
Next post: StoryPreference