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 阅读(322)
评论(0) 编辑 收藏 所属分类:
ext