StoryWindows
A collection of story windows.
Instance
Read Only
Number length
The number of objects in the collection.
Methods
Number count()
Displays the number of elements in the StoryWindow.
StoryWindow item( Mixed index )
Returns the StoryWindow with the specified index or name.
Parameters
StoryWindow itemByName( String name )
Returns the StoryWindow with the specified name.
Parameters
StoryWindow itemByRange( Mixed from, Mixed to )
Returns the StoryWindows within the specified range.
Parameters
StoryWindow firstItem()
Returns the first StoryWindow in the collection.
StoryWindow lastItem()
Returns the last StoryWindow in the collection.
StoryWindow middleItem()
Returns the middle StoryWindow in the collection.
StoryWindow previousItem( StoryWindow obj )
Returns the StoryWindow with the index previous to the specified index.
Parameters
StoryWindow nextItem( StoryWindow obj )
Returns the StoryWindow whose index follows the specified StoryWindow in the collection.
Parameters
StoryWindow anyItem()
Returns any StoryWindow in the collection.
StoryWindow everyItem()
Returns every StoryWindow in the collection.
String toSource()
Generates a string which, if executed, will return the StoryWindow.
StoryWindow []( Number index )
Returns the StoryWindow with the specified index.