You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by do...@apache.org on 2005/09/01 17:36:36 UTC

svn commit: r265746 - in /beehive/trunk/docs/forrest/release/src/documentation/content/xdocs: netui/tagsOverview.xml site.xml

Author: dolander
Date: Thu Sep  1 08:36:32 2005
New Revision: 265746

URL: http://svn.apache.org/viewcvs?rev=265746&view=rev
Log:
Convert an example "site:datagrid" to the real XPath expression "site:/NetUI/tags/datagrid".
Change the tags subcategory from "pageflow_tags" to "tags"


Modified:
    beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/netui/tagsOverview.xml
    beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/site.xml

Modified: beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/netui/tagsOverview.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/netui/tagsOverview.xml?rev=265746&r1=265745&r2=265746&view=diff
==============================================================================
--- beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/netui/tagsOverview.xml (original)
+++ beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/netui/tagsOverview.xml Thu Sep  1 08:36:32 2005
@@ -93,7 +93,7 @@
             <p>The NetUI data grid tag library provides tags to render grids of data in an HTML page.  The library
                 supports a range of features from simple tables to complex data features.  The complex features include
                 sortable columns, filtering, paging and updatable grids.  Styles can be applied to the grids to
-                customize their presentation.   For more information on the grid see the <a href="site:datagrid">
+                customize their presentation.   For more information on the grid see the <a href="site:pageflow/tags/datagrid">
                 NetUI Data Grids</a> topic.
             </p>
         </section>

Modified: beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/site.xml?rev=265746&r1=265745&r2=265746&view=diff
==============================================================================
--- beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/site.xml (original)
+++ beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/site.xml Thu Sep  1 08:36:32 2005
@@ -33,7 +33,7 @@
                 <pageflow_valid label="Validation" href="netui/validation.html"/>
                 <pageflow_jsf label="Java Server Faces" href="netui/jsf.html"/>
             </netuiBasic>
-            <pageflow_tags label="Tags">
+            <tags label="Tags">
                 <pageflow_tag_overview label="Overview" href="netui/tagsOverview.html" />
                 <pageflow_tag_htmlMapping label="HTML Mapping" href="netui/tagsHtmlMapping.html" />
                 <pageflow_tag_formControls label="Form Controls" href="netui/tagsFormControls.html">
@@ -71,7 +71,7 @@
                 <pageflow_tag_tree label="Trees" href="netui/tagsTree.html" />
                 <datagrid label="Data Grids" href="netui/datagrid.html"/>
                 <pageflow_template label="Templates" href="netui/tagsTemplate.html" />
-            </pageflow_tags>
+            </tags>
             <pageflow_advanced label="Advanced Topics">
                 <pageflow_inheritance label="Inheritance" href="netui/pageFlowInheritance.html"/>
                 <pageflow_sharedFlow label="Shared Flow" href="netui/sharedFlow.html"/>