UNPKG
ucan-ext-js-kitchen-sink
Version:
latest (0.0.1)
0.0.1
my-ext-gen-app description for Ext JS app MyExtGenApp
www.sencha.com
ucan-ext-js-kitchen-sink
/
packages
/
local
/
common-ux
/
src
/
entity
/
detail
/
EntityDetailSectionPanelView.js
10 lines
(7 loc)
•
274 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
Ext.
define
(
'UCAN.common.entity.detail.EntityDetailSectionPanelView'
, {
extend
:
'Ext.Panel'
,
alias
:
'widget.EntityDetailSectionPanelView'
,
cls
:
'js-ucan-entity-detail-section-panel-view ucan-entity-detail-section-panel-view'
,
layout
:
'hbox'
,
scrollable
:
true
});