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
/
WindowTemplate.js
19 lines
(12 loc)
•
278 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Ext.
define
(
'RapidGui.view.{{definePath}}'
, {
extend
:
'Ext.window.Window'
,
xtype
:
'{{xtype}}'
,
height
: {{height}},
width
: {{width}},
title
:
'{{title}}'
,
autoScroll
:
true
,
items
: [ {{items}} ],
bodyPadding
:
10
});