본문 바로가기
728x90

extjs6

gsjava extjs 가로 정렬시 버튼 한칸 띄우기 가로 정렬 버튼 한카 띄우기 Add a spacer component (flex 1) that will fill up any remaining space: { xtype: 'panel', layout: 'hbox', border: false, items: [{ xtype: 'displayfield', value: 'Type:', margin: '0 10 0 0' }, { xtype: 'radio', boxLabel: 'Type A', tag: null, margin: '0 10 0 0' }, { xtype: 'radio', boxLabel: 'Type B', tag: null, }, { xtype: 'component', flex: 1 }, { xtype: 'button', iconCls: 'myclsI.. 2023. 8. 11.
gsjava extjs grid header disable test version 7.4.0 // sortable:false, // menu shows but no sort options // hideable:false // menu shows but column name not shown in columns menu // menuDisabled:true // no menu API 문서에 보이지는 않지만 아직 동작을 하고 있음 2023. 6. 22.
gsjava extjs 개발 관련(빌드) 내용을 더 찾아서 추가 할것.. 임시 저장 2. build명령어 SenchaCmd의 빌드 명령어는 크게 3가지가 있습니다. - sencha app build production sencha app build -c -c 옵션을 clean (모두삭제)한다는 의미입니다. clean옵션을 넣지 않을경우 간혹 제대로 되지 않을경우가 있습니다. build production은 최종적으로 배포할때 쓰는 명령어입니다. - sencha app build testing - sencha app build development build development는 Sass 파일을 수정하거나 Sencha 클래스를 추가/삭제를 할때 사용되어야 합니다. 개발 도중 Sass반영 또는 클래스가 반영이 안되었을때 사용하면 됩니다. 참조 블.. 2022. 8. 11.
gsjava extjs datefield 형식 지정 xtype: 'datefield', name: 'record_dt', id : 'record_dt', emptyText: '등록일자', labelAlign : 'right', align : 'center', width : 130, format: 'Y-m-d', submitFormat:'Y-m-d', value: new Date("1980-01-01"), //디폴트 날짜 셋팅. 안하면 빈 값이다. renderer : Ext.util.Format.date(new Date(value), "Y-m-d") //표시되는 날짜 형식 2021. 2. 14.
728x90