Tab 패널

작업
진행 상태
진행일시
이메일
조사자
작업 완료 시간
0

1. [Tab Panel ]

Sample Code
Ext.onReady(function() { Ext.create('Ext.tab.Panel', { width : 500, height : 500, renderTo : Ext.getBody(), items : [{ title : 'Tab1', html : 'Tab Tab', }, { title : 'Tab2', html : 'Tab Tab Tab Tab' }] }) })
JavaScript
복사