/index.js, , , , , doClick().
$.index.open(); ,
config.adapter.idAttribute, "books"
:
var myBooks = Alloy.Collections.books;
var book = Alloy.createModel('books', {
title : 'Great Expectations',
author: 'Charles Dickens'
});
myBooks.add(book);
book.save();
$.index.open();
,