일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- MFC
- 전자정부프레임워크
- 선택적조인
- GPS
- 가우스
- phonegap
- rowspan
- WebLogic
- node.js
- appspresso
- jQuery
- Spring
- MySQL
- jsr 296
- JSON
- PLSQL
- iBATIS
- Struts
- JDOM
- swingx
- Ajax
- Google Map
- sencha touch
- ibsheet
- tomcat
- Eclipse
- oracle
- Android
- dock
- PHP
- Today
- Total
목록sencha touch (2)
Where The Streets Have No Name
Ext.setup({ tabletStartupScreen: 'tablet_startup.png', phoneStartupScreen: 'phone_startup.png', icon: 'icon.png', glossOnIcon: false, onReady: function() { var panel = new Ext.TabPanel({ tabBar: { dock: 'bottom', ui: 'light', layout: { pack: 'center' } }, fullscreen: true, cardSwitchAnimation: 'slide',//'fade', 'slide', 'flip', 'cube', 'pop', 'wipe' items: [aboutPanel] }); Ext.Ajax.request({ url..

Ext.setup({ tabletStartupScreen: 'images/tabletStartupScreen.png', phoneStartupScreen: 'images/phoneStartupScreen.png', tabletIcon:"images/tabletIcon.png", phoneIcon:"images/phoneIcon.png", glossOnIcon: true, statusBarStyle:"black", fullscreen:true, preloadImages:[], scope:this, onReady: function () { // 날짜포멧 Ext.apply(Ext.util.Format, { defaultDateFormat: 'Y/m/d' }); var localMonthNames = ['1월'..