[Commits] r2444 - in core/trunk/docsrc: _theme/geoext _theme/geoext/static builder
commits at geoext.org
commits at geoext.org
Mon Oct 11 19:52:51 CEST 2010
Author: tschaub
Date: 2010-10-11 19:52:51 +0200 (Mon, 11 Oct 2010)
New Revision: 2444
Added:
core/trunk/docsrc/_theme/geoext/static/builder-v1.0.js
core/trunk/docsrc/builder/v1.0.rst
Modified:
core/trunk/docsrc/_theme/geoext/layout.html
Log:
Adding resources for v1.0 build page.
Modified: core/trunk/docsrc/_theme/geoext/layout.html
===================================================================
--- core/trunk/docsrc/_theme/geoext/layout.html 2010-10-09 20:33:27 UTC (rev 2443)
+++ core/trunk/docsrc/_theme/geoext/layout.html 2010-10-11 17:52:51 UTC (rev 2444)
@@ -71,6 +71,17 @@
</script>
<script src="http://buildjs.opengeo.org/assets/geoext/0.7?callback=builder.setAssets"></script>
{% endif %}
+ {% if pagename == "builder/v1.0" %}
+ <script type="text/javascript" src="http://extjs.cachefly.net/ext-3.2.1/adapter/ext/ext-base.js"></script>
+ <script type="text/javascript" src="http://extjs.cachefly.net/ext-3.2.1/ext-all.js"></script>
+ <script src="{{ pathto('_static/builder.js', 1) }}"></script>
+ <script src="{{ pathto('_static/builder-v1.0.js', 1) }}"></script>
+ <script>
+ Ext.BLANK_IMAGE_URL = "{{ pathto('_static/img/blank.gif', 1) }}";
+ builder.url = "http://localhost:8080/builder/geoext/1.0";
+ </script>
+ <script src="http://localhost:8080/assets/geoext/1.0?callback=builder.setAssets"></script>
+ {% endif %}
{% endblock %}
{% block header %}
Added: core/trunk/docsrc/_theme/geoext/static/builder-v1.0.js
===================================================================
--- core/trunk/docsrc/_theme/geoext/static/builder-v1.0.js (rev 0)
+++ core/trunk/docsrc/_theme/geoext/static/builder-v1.0.js 2010-10-11 17:52:51 UTC (rev 2444)
@@ -0,0 +1,47 @@
+builder.modules = {
+ "GeoExt/widgets": {
+ title: "General",
+ description: "General widget components.",
+ prefix: "GeoExt"
+ },
+ "GeoExt/widgets/form": {
+ title: "Form",
+ description: "Components for assembling forms.",
+ prefix: "GeoExt.form"
+ },
+ "GeoExt/widgets/grid": {
+ title: "Grid",
+ description: "Components related to grid widgets.",
+ prefix: "GeoExt.grid"
+ },
+ "GeoExt/widgets/tips": {
+ title: "Tips",
+ description: "Custom tool tips.",
+ prefix: "GeoExt"
+ },
+ "GeoExt/widgets/tree": {
+ title: "Tree",
+ description: "Components related to tree nodes.",
+ prefix: "GeoExt.tree"
+ },
+ "GeoExt/data": {
+ title: "Data",
+ description: "Utilities for working with records and stores.",
+ prefix: "GeoExt.data"
+ },
+ "GeoExt/plugins": {
+ title: "Plugins",
+ description: "Plugins to enhance functionality of other components.",
+ prefix: "GeoExt.plugins"
+ },
+ "GeoExt/state": {
+ title: "State",
+ description: "Utilities for encoding and decoding state representations.",
+ prefix: "GeoExt.state"
+ },
+ "overrides": {
+ title: "Overrides",
+ description: "Independent overrides of Ext provided functionality.",
+ prefix: ""
+ }
+};
Added: core/trunk/docsrc/builder/v1.0.rst
===================================================================
--- core/trunk/docsrc/builder/v1.0.rst (rev 0)
+++ core/trunk/docsrc/builder/v1.0.rst 2010-10-11 17:52:51 UTC (rev 2444)
@@ -0,0 +1,21 @@
+GeoExt 1.0 Builder
+==================
+
+Customize Your Build
+--------------------
+
+.. cssclass:: builder-form-text
+
+Choose the components used by your application from the form below.
+
+Download
+--------
+
+.. cssclass:: download-button-text
+
+When you are finished, click the "download" link to build a customized version
+of the library for your application.
+
+.. cssclass:: credit
+
+Custom build tool hosted by `OpenGeo <http://opengeo.org>`__.
More information about the Commits
mailing list