UNPKG
gui-tool
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.0
0.9.21
0.9.20
0.9.19
0.9.18
0.9.17
0.9.16
0.9.15
0.9.14
0.9.13
0.9.12
0.9.11
0.9.10
0.9.9
0.9.8
0.9.7
0.9.6
0.9.5
0.9.0
0.0.4
0.0.3
0.0.2
0.0.1
A tool to generate an ExtJS prototype with Siesta tests.
gui-tool
/
templates
/
view
/
Viewport.js
20 lines
(15 loc)
•
309 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Ext.
define
(
'RapidGui.view.Viewport'
, {
id
:
'viewport'
,
requires
:[
'Ext.layout.container.Border'
, {{viewportRequires}} ],
extend
:
'Ext.container.Viewport'
,
layout
: {
type
:
'vbox'
,
align
:
'stretch'
},
items
: [ {{items}} ] });