mirror of
https://github.com/php/web-doc-editor.git
synced 2026-03-25 17:52:18 +01:00
7 lines
194 B
JavaScript
7 lines
194 B
JavaScript
Ext.define('phpdoe.view.main.tabs', {
|
|
extend : 'Ext.tab.Panel',
|
|
activeTab: 0, // First tab active by default
|
|
items: [
|
|
Ext.create('phpdoe.view.main.tabs.home')
|
|
]
|
|
}); |