Bookmarks
A collection of bookmarks.
Instance
Read Only
Number length
The number of objects in the collection.
Methods
Bookmark add( Mixed destination, Object withProperties )
Creates a new bookmark.
Parameters
Number count()
Displays the number of elements in the Bookmark.
Bookmark item( Mixed index )
Returns the Bookmark with the specified index or name.
Parameters
Bookmark itemByName( String name )
Returns the Bookmark with the specified name.
Parameters
Bookmark itemByID( Number id )
Returns the Bookmark with the specified ID.
Parameters
Bookmark itemByRange( Mixed from, Mixed to )
Returns the Bookmarks within the specified range.
Parameters
Bookmark firstItem()
Returns the first Bookmark in the collection.
Bookmark lastItem()
Returns the last Bookmark in the collection.
Bookmark middleItem()
Returns the middle Bookmark in the collection.
Bookmark previousItem( Bookmark obj )
Returns the Bookmark with the index previous to the specified index.
Parameters
Bookmark nextItem( Bookmark obj )
Returns the Bookmark whose index follows the specified Bookmark in the collection.
Parameters
Bookmark anyItem()
Returns any Bookmark in the collection.
Bookmark everyItem()
Returns every Bookmark in the collection.
String toSource()
Generates a string which, if executed, will return the Bookmark.
Bookmark []( Number index )
Returns the Bookmark with the specified index.