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
/
GridTemplate.js
21 lines
(15 loc)
•
327 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Ext.
define
(
'RapidGui.view.{{definePath}}'
,{
extend
:
'Ext.grid.Panel'
,
alias
:
'widget.{{xtype}}'
,
collapsible
:
true
,
store
:
'{{store}}'
,
height
:
'100%'
,
title
:
'{{title}}'
, {{optionalConfig}}
columns
: [ {{columns}} ],
plugins
: [ {{plugins}} ] });