source:
trunk/workshop-routing-foss4g/web/GeoExt/docs/_static/builder-v0.6.js
@
81
Revision 76, 1.0 KB checked in by djay, 13 years ago (diff) | |
---|---|
|
Line | |
---|---|
1 | builder.modules = { |
2 | "GeoExt/widgets": { |
3 | title: "General", |
4 | description: "General widget components.", |
5 | prefix: "GeoExt" |
6 | }, |
7 | "GeoExt/widgets/form": { |
8 | title: "Form", |
9 | description: "Components for assembling forms.", |
10 | prefix: "GeoExt.form" |
11 | }, |
12 | "GeoExt/widgets/grid": { |
13 | title: "Grid", |
14 | description: "Components related to grid widgets.", |
15 | prefix: "GeoExt.grid" |
16 | }, |
17 | "GeoExt/widgets/tips": { |
18 | title: "Tips", |
19 | description: "Custom tool tips.", |
20 | prefix: "GeoExt" |
21 | }, |
22 | "GeoExt/widgets/tree": { |
23 | title: "Tree", |
24 | description: "Components related to tree nodes.", |
25 | prefix: "GeoExt.tree" |
26 | }, |
27 | "GeoExt/data": { |
28 | title: "Data", |
29 | description: "Utilities for working with records and stores.", |
30 | prefix: "GeoExt.data" |
31 | }, |
32 | "overrides": { |
33 | title: "Overrides", |
34 | description: "Independent overrides of Ext provided functionality.", |
35 | prefix: "" |
36 | } |
37 | }; |
Note: See TracBrowser
for help on using the repository browser.