Author: jkuhnert Date: Thu Mar 30 21:29:10 2006 New Revision: 390331 URL: http://svn.apache.org/viewcvs?rev=390331&view=rev Log: documentation fixes...................
Modified: jakarta/tapestry/branches/4.0/contrib/src/documentation/content/xdocs/tapestry-contrib/ComponentReference/SimpleTableColumnComponent.xml jakarta/tapestry/branches/4.0/contrib/src/documentation/content/xdocs/tapestry-contrib/ComponentReference/SimpleTableColumnFormComponent.xml jakarta/tapestry/branches/4.0/contrib/src/documentation/content/xdocs/tapestry-contrib/ComponentReference/TableColumns.xml jakarta/tapestry/branches/4.0/contrib/src/documentation/content/xdocs/tapestry-contrib/ComponentReference/TreeNodeView.xml jakarta/tapestry/branches/4.0/framework/src/documentation/content/xdocs/tapestry/ComponentReference/Upload.xml jakarta/tapestry/branches/4.0/src/documentation/content/xdocs/dev.xml Modified: jakarta/tapestry/branches/4.0/contrib/src/documentation/content/xdocs/tapestry-contrib/ComponentReference/SimpleTableColumnComponent.xml URL: http://svn.apache.org/viewcvs/jakarta/tapestry/branches/4.0/contrib/src/documentation/content/xdocs/tapestry-contrib/ComponentReference/SimpleTableColumnComponent.xml?rev=390331&r1=390330&r2=390331&view=diff ============================================================================== --- jakarta/tapestry/branches/4.0/contrib/src/documentation/content/xdocs/tapestry-contrib/ComponentReference/SimpleTableColumnComponent.xml (original) +++ jakarta/tapestry/branches/4.0/contrib/src/documentation/content/xdocs/tapestry-contrib/ComponentReference/SimpleTableColumnComponent.xml Thu Mar 30 21:29:10 2006 @@ -37,21 +37,18 @@ Clicking on the link again causes the sorting order to be reversed. </p> - <info> - <p> + <note> The column header rendered by this component has two main css class definitions. The embedded table html markup within each <code>td</code> element for a sorted column has the class <code>tableHeaderImage</code>. The image used to sort table columns has an embedded style class definition for <code>tableHeaderImage</code> that defines <code>align:center</code>. - </p> + <br/> - <p> You may override these definitions with your own css rules. - </p> - </info> + </note> <p> - <strong>See also: &Table;, &TableView;, &TablePages;, &TableRows;, &TableValues;, &TableColumns;, &SimpleTableColumnFormComponent;</strong> + <strong>See also: &Table;, &TableView;, &TablePages;, &TableRows;, &TableValues;, &TableColumns;</strong> </p> <section> Modified: jakarta/tapestry/branches/4.0/contrib/src/documentation/content/xdocs/tapestry-contrib/ComponentReference/SimpleTableColumnFormComponent.xml URL: http://svn.apache.org/viewcvs/jakarta/tapestry/branches/4.0/contrib/src/documentation/content/xdocs/tapestry-contrib/ComponentReference/SimpleTableColumnFormComponent.xml?rev=390331&r1=390330&r2=390331&view=diff ============================================================================== --- jakarta/tapestry/branches/4.0/contrib/src/documentation/content/xdocs/tapestry-contrib/ComponentReference/SimpleTableColumnFormComponent.xml (original) +++ jakarta/tapestry/branches/4.0/contrib/src/documentation/content/xdocs/tapestry-contrib/ComponentReference/SimpleTableColumnFormComponent.xml Thu Mar 30 21:29:10 2006 @@ -43,21 +43,18 @@ This ensures that the updated data in the other form fields is preserved. </p> - <info> - <p> + <note> The column header rendered by this component has two main css class definitions. The embedded table html markup within each <code>td</code> element for a sorted column has the class <code>tableHeaderImage</code>. The image used to sort table columns has an embedded style class definition for <code>tableHeaderImage</code> that defines <code>align:center</code>. - </p> - <p> + <br/> You may override these definitions with your own css rules. - </p> - </info> + </note> <p> - <strong>See also: &Table;, &TableView;, &TablePages;, &TableRows;, &TableValues;, &TableColumns;, &SimpleTableColumnComponent;</strong> + <strong>See also: &Table;, &TableView;, &TablePages;, &TableRows;, &TableValues;, &TableColumns;</strong> </p> <section> Modified: jakarta/tapestry/branches/4.0/contrib/src/documentation/content/xdocs/tapestry-contrib/ComponentReference/TableColumns.xml URL: http://svn.apache.org/viewcvs/jakarta/tapestry/branches/4.0/contrib/src/documentation/content/xdocs/tapestry-contrib/ComponentReference/TableColumns.xml?rev=390331&r1=390330&r2=390331&view=diff ============================================================================== --- jakarta/tapestry/branches/4.0/contrib/src/documentation/content/xdocs/tapestry-contrib/ComponentReference/TableColumns.xml (original) +++ jakarta/tapestry/branches/4.0/contrib/src/documentation/content/xdocs/tapestry-contrib/ComponentReference/TableColumns.xml Thu Mar 30 21:29:10 2006 @@ -41,18 +41,15 @@ The headers are wrapped in 'th' tags by default. </p> - <info> - <p> + <note> The table header rendered by this component has two main css class definitions. The embedded table html markup within each <code>th</code> element has the class <code>tableHeaderImage</code>. The image used to sort table columns has an embedded style class definition for <code>tableHeaderImage</code> that defines <code>align:center</code>. - </p> - - <p> - You may override these definitions with your own css rules. - </p> - </info> + <br/> + + You may override these definitions with your own css rules. + </note> <p> <strong>See also: &Table;, &TableView;, &TablePages;, &TableRows;, &TableValues;</strong> Modified: jakarta/tapestry/branches/4.0/contrib/src/documentation/content/xdocs/tapestry-contrib/ComponentReference/TreeNodeView.xml URL: http://svn.apache.org/viewcvs/jakarta/tapestry/branches/4.0/contrib/src/documentation/content/xdocs/tapestry-contrib/ComponentReference/TreeNodeView.xml?rev=390331&r1=390330&r2=390331&view=diff ============================================================================== --- jakarta/tapestry/branches/4.0/contrib/src/documentation/content/xdocs/tapestry-contrib/ComponentReference/TreeNodeView.xml (original) +++ jakarta/tapestry/branches/4.0/contrib/src/documentation/content/xdocs/tapestry-contrib/ComponentReference/TreeNodeView.xml Thu Mar 30 21:29:10 2006 @@ -68,8 +68,7 @@ <td> Desc... </td> - </tr> - </table> + </tr> <tr> <td>nodeRenderFactory</td> @@ -101,7 +100,7 @@ <section> <title>Examples</title> - </section> + </body> </document> Modified: jakarta/tapestry/branches/4.0/framework/src/documentation/content/xdocs/tapestry/ComponentReference/Upload.xml URL: http://svn.apache.org/viewcvs/jakarta/tapestry/branches/4.0/framework/src/documentation/content/xdocs/tapestry/ComponentReference/Upload.xml?rev=390331&r1=390330&r2=390331&view=diff ============================================================================== --- jakarta/tapestry/branches/4.0/framework/src/documentation/content/xdocs/tapestry/ComponentReference/Upload.xml (original) +++ jakarta/tapestry/branches/4.0/framework/src/documentation/content/xdocs/tapestry/ComponentReference/Upload.xml Thu Mar 30 21:29:10 2006 @@ -34,8 +34,8 @@ service in hivemind. The default is 10000000(10kb).</p> <section> +<title>Example override of default maximum file upload size.</title> <source><![CDATA[ -Example of how to set the default maximum file upload size. <implementation service-id="tapestry.multipart.MultipartDecoder"> <create-instance class="org.apache.tapestry.multipart.MultipartDecoderImpl,maxSize=-1" model="threaded" /> </implementation> Modified: jakarta/tapestry/branches/4.0/src/documentation/content/xdocs/dev.xml URL: http://svn.apache.org/viewcvs/jakarta/tapestry/branches/4.0/src/documentation/content/xdocs/dev.xml?rev=390331&r1=390330&r2=390331&view=diff ============================================================================== --- jakarta/tapestry/branches/4.0/src/documentation/content/xdocs/dev.xml (original) +++ jakarta/tapestry/branches/4.0/src/documentation/content/xdocs/dev.xml Thu Mar 30 21:29:10 2006 @@ -97,7 +97,7 @@ <title>Jesse Kuhnert</title> <p> Jesse initially cut his teeth working on a component project for tapestry called - <link href="http://tacos.sourceforge.net"/>Tacos</link>. He is currently working + <link href="http://tacos.sourceforge.net">Tacos</link>. He is currently working on ajax specfic features in tapestry, as well as wherever else he can. </p> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]