You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2009/06/19 20:21:05 UTC

svn commit: r786609 - in /incubator/click/trunk/click: documentation/docs/developer-guide/contributing.html documentation/docs/faq.html documentation/docs/quick-start.html framework/src/org/apache/click/Control.java

Author: sabob
Date: Fri Jun 19 18:21:05 2009
New Revision: 786609

URL: http://svn.apache.org/viewvc?rev=786609&view=rev
Log:
updated documentation references

Modified:
    incubator/click/trunk/click/documentation/docs/developer-guide/contributing.html
    incubator/click/trunk/click/documentation/docs/faq.html
    incubator/click/trunk/click/documentation/docs/quick-start.html
    incubator/click/trunk/click/framework/src/org/apache/click/Control.java

Modified: incubator/click/trunk/click/documentation/docs/developer-guide/contributing.html
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/documentation/docs/developer-guide/contributing.html?rev=786609&r1=786608&r2=786609&view=diff
==============================================================================
--- incubator/click/trunk/click/documentation/docs/developer-guide/contributing.html (original)
+++ incubator/click/trunk/click/documentation/docs/developer-guide/contributing.html Fri Jun 19 18:21:05 2009
@@ -80,7 +80,7 @@
         <a href="../click-api/org/apache/click/Control.html#on-deploy">onDeploy()</a> method.
         Click extra controls which use the <tt>onDeploy</tt> method should be registered
         in Click Extras JAR <tt>extras-controls.xml</tt> file. See the section
-        <a href="../configuration.html#deploying-custom-resources">Deploying Custom Resources</a>
+        <a href="../user-guide/html/ch04s03.html#deploying-custom-resources">Deploying Custom Resources</a>
         for more information on resource deployment.
 
         <h3>Coding Style and Practices</h3>

Modified: incubator/click/trunk/click/documentation/docs/faq.html
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/documentation/docs/faq.html?rev=786609&r1=786608&r2=786609&view=diff
==============================================================================
--- incubator/click/trunk/click/documentation/docs/faq.html (original)
+++ incubator/click/trunk/click/documentation/docs/faq.html Fri Jun 19 18:21:05 2009
@@ -244,7 +244,7 @@
   <a name="customize-look-and-feel" class="heading"></a>
   <dt><b>5.&nbsp; How can I customize a control's look and feel (Stylesheet, JavaScript and other resources)?</b></dt>
   <dd>
-   See the section <a href="configuration.html#auto-deployed-files">aut deployed files</a>
+   See the section <a href="user-guide/html/ch04s03.html#deploying-custom-resources">auto deployed files</a>
    for details on how to customize and override a control's resources.
   </dd>
 

Modified: incubator/click/trunk/click/documentation/docs/quick-start.html
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/documentation/docs/quick-start.html?rev=786609&r1=786608&r2=786609&view=diff
==============================================================================
--- incubator/click/trunk/click/documentation/docs/quick-start.html (original)
+++ incubator/click/trunk/click/documentation/docs/quick-start.html Fri Jun 19 18:21:05 2009
@@ -69,10 +69,10 @@
   </td>
   <td>
 <ul>
- <li>WEB-INF/<a target='topic' href="configuration.html#application-configuration">click.xml</a>
+ <li>WEB-INF/<a target='topic' href="user-guide/html/ch04s02.html">click.xml</a>
  &nbsp; - &nbsp; Application Configuration
  </li>
- <li>WEB-INF/<a target='topic' href="configuration.html#servlet-configuration">web.xml</a>
+ <li>WEB-INF/<a target='topic' href="user-guide/html/ch04.html#servlet-configuration">web.xml</a>
  &nbsp; - &nbsp; Servlet Configuration
  </li>
 </ul>    

Modified: incubator/click/trunk/click/framework/src/org/apache/click/Control.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/org/apache/click/Control.java?rev=786609&r1=786608&r2=786609&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/org/apache/click/Control.java (original)
+++ incubator/click/trunk/click/framework/src/org/apache/click/Control.java Fri Jun 19 18:21:05 2009
@@ -114,7 +114,7 @@
  * Click also supports an alternative deployment strategy which relies on
  * packaging resource (stylesheets, JavaScript, images etc.) following a
  * specific convention. See the section
- * <a href="../../../../configuration.html#deploying-custom-resources">Deploying Custom Resources</a>
+ * <a href="../../../../user-guide/html/ch04s03.html#deploying-custom-resources">Deploying Custom Resources</a>
  * for further details.
  *
  * <p/>
@@ -373,7 +373,7 @@
      * Click also supports an alternative deployment strategy which relies on
      * packaging resource (stylesheets, JavaScript, images etc.) following a
      * specific convention. See the section
-     * <a href="../../../../configuration.html#deploying-custom-resources">Deploying Custom Resources</a>
+     * <a href="../../../../user-guide/html/ch04s03.html#deploying-custom-resources">Deploying Custom Resources</a>
      * for further details.
      *
      * @param servletContext the servlet context