EXTJS textfield 내 글자수 제한 및 영어/한글 사용제한
2012. 7. 20. 20:08ㆍ프로그래밍/ExtJS
글자수 8자에 / 영어만 가능
autoCreate: {tag: 'input', type: 'text', size: '20', style :'IME-MODE:DISABLED' ,autocomplete: 'off', maxlength: '8'}
글자수 8자에 / 한글만 가능
autoCreate: {tag: 'input', type: 'text', size: '20', style :'IME-MODE:ACTIVE' ,autocomplete: 'off', maxlength: '8'}
'프로그래밍 > ExtJS' 카테고리의 다른 글
EXTJS 키 이벤트 처리시 ctrl , alt , shift 처리 (0) | 2012.07.25 |
---|---|
EXT_JS explore 버전마다 tab 이동시 focus 이동 하는 방법 (0) | 2012.07.24 |
Grid Row numberer paging 마다 증가 및 background Image 제거 (0) | 2012.07.18 |
Grid Paging Tool bar 임의로 글자 넣기 (0) | 2012.07.18 |
EXTJS EXPLORE 9에서 createContextualFragment ERROR (0) | 2012.06.23 |