반응형
Sencha Touch 에서 이미지 버튼 구현하기.
Image buttons in Sencha Touch?
Application JavaScript:Code:
Ext.setup({ onReady: function() { var rootPanel = new Ext.Panel({ fullscreen: true, dockedItems:[{ xtype: 'toolbar', dock: 'top', items: [{ xtype: 'button', cls: 'btnAction' }] }] }); } });
CSS:
Code:
.btnAction { background: url(../action.png); width: 40px; height: 40px; }
반응형
'프로그래밍 > Script' 카테고리의 다른 글
[Web] amChart - amcharts.com , Blog About JavaScript amCharts – Win an iPad (0) | 2011.04.27 |
---|---|
[javascript] HTML5 Sencha App vs. native iPhone App side by side (HD) (0) | 2011.04.21 |
[javascript] Build mobile web applications with Sencha Touch (0) | 2011.04.18 |
[javascript] sencha 와 관련된 Ext JS 라이브러리 (0) | 2011.04.18 |
[javascript] JSON의 개요 (0) | 2011.04.14 |