ExtJS & Bootstrap
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');
댓글 없음:
댓글 쓰기
최근 게시물
이전 게시물
홈
피드 구독하기:
댓글 (Atom)
댓글 없음:
댓글 쓰기