2013년 10월 14일 월요일

Showing, Hiding, Updating the contents


var bookTitleEl = Ext.get('book-title');

bookTitleEl.hide();
setTimeout(function(){
bookTitleEl.show(true)
}, 3000); // execute after 3000 ms

bookTitleEl.update('How to Make AWESOME Web Apps');

댓글 없음:

댓글 쓰기