nextItem()

書式

bookObject = booksObject.nextItem(bookObject)

説明

nextItem()はパラメーターで指定された次のbookオブジェクトを返します。
var b=app.books;
alert(b.nextItem(b[1]).name);

目次に戻る