Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into classifier
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Bertrand committed May 14, 2015
2 parents 8838982 + 32c5cd3 commit b30005a
Show file tree
Hide file tree
Showing 16 changed files with 930 additions and 28 deletions.
20 changes: 9 additions & 11 deletions src/doc/index.rst
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
.. _api-reference:

OpenGeo SDK Client API Reference
================================
Boundless SDK API reference - ``gxp`` template
==============================================

The gxp components and data utility classes extend map related functionality to
equivalent classes in Ext. The API reference here documents the properties,
methods, and events that are extensions or modifications to the Ext parent
classes. Documentation for each class contains links to the Ext parent class,
and for a full picture of the API, it is essential to have a copy of the
`Ext API Documentation`_ at hand.
This document describes the API for using the ``gxp`` template of the Boundless SDK. Other templates, such as ``ol3-view`` and ``ol3-edit``, do not use this API, instead relying on the standard OpenLayers 3 API.

gxp classes are typically configured with OpenLayers or GeoExt objects. For
detail on methods and properties provided by these objects, see the
`OpenLayers API Documentation`_ and `GeoExt API Documentation`_.
The ``gxp`` components and data utility classes extend map related functionality to equivalent classes in Ext. This API reference here documents the properties, methods, and events that are extensions or modifications to the Ext parent classes. Documentation for each class contains links to the Ext parent class, and for a full picture of the API, it is essential to have a copy of the `Ext API Documentation`_ at hand.

The ``gxp`` classes are typically configured with OpenLayers or GeoExt objects. For detail on methods and properties provided by these objects, see the `OpenLayers API Documentation`_ and `GeoExt API Documentation`_.

For more information about how to use the Boundless SDK, please see the :guilabel:`Building complete web applications` section of the OpenGeo Suite User Manual. This can be found in your local installation or at our `online documentation <http://suite.opengeo.org/docs/latest/webapps/>`_.

.. _`Ext API Documentation`: http://extjs.com/deploy/dev/docs/
.. _`OpenLayers API Documentation`: http://dev.openlayers.org/apidocs
Expand All @@ -27,6 +24,7 @@ detail on methods and properties provided by these objects, see the
.. toctree::
:maxdepth: 1

self
lib/util
lib/util/style
lib/util/color
Expand Down
Loading

0 comments on commit b30005a

Please sign in to comment.