store.on('load', function(_store, _records, _options){
var title = _records[0].get('n_ttitle');
var content = _records[0].get('n_content');
p.setTitle(title);
p.html = content;
p.doLayout();
});
posted on 2008-10-03 02:20
Loy Fu 閱讀(328)
評論(0) 編輯 收藏 所屬分類:
ext