Author: jkuhnert Date: Thu Mar 23 06:49:11 2006 New Revision: 388184 URL: http://svn.apache.org/viewcvs?rev=388184&view=rev Log: Brian patches
Added: jakarta/tapestry/branches/4.0/contrib/src/documentation/content/xdocs/tapestry-contrib/ComponentReference/SimpleTableColumnFormComponent.xml Added: 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=388184&view=auto ============================================================================== --- jakarta/tapestry/branches/4.0/contrib/src/documentation/content/xdocs/tapestry-contrib/ComponentReference/SimpleTableColumnFormComponent.xml (added) +++ jakarta/tapestry/branches/4.0/contrib/src/documentation/content/xdocs/tapestry-contrib/ComponentReference/SimpleTableColumnFormComponent.xml Thu Mar 23 06:49:11 2006 @@ -0,0 +1,85 @@ +<?xml version="1.0"?> +<!-- + Copyright 2005 The Apache Software Foundation + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "./dtd/document-v12.dtd" +[ + <!ENTITY projectroot '../../'> + <!ENTITY % links.ent SYSTEM "../../links.ent"> + %links.ent; +]> +<document> + <header> + <title>SimpleTableColumnFormComponent</title> + </header> + + <body> + +<p> + A component that renders the default column header in a form. +</p> + +<p> + If the current column is sortable, it renders the header as a link. + Clicking on the link causes the table to be sorted on that column. + Clicking on the link again causes the sorting order to be reversed. +</p> + +<p> + This component renders links that cause the form to be submitted. + This ensures that the updated data in the other form fields is preserved. +</p> + + <info> + <p> + 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> + You may override these definitions with your own css rules. + </p> + </info> + +<p> + <strong>See also: &Table;, &TableView;, &TablePages;, &TableRows;, &TableValues;, &TableColumns;, &SimpleTableColumnComponent;</strong> +</p> + +<section> + <title>Parameters</title> + +<p> + <em>No parameters</em> +</p> + +<p> + Body: <strong>removed</strong> +</p> + +<p> + Informal parameters: <strong>allowed</strong> +</p> + +<p> + Reserved parameters: <em>none</em> +</p> + +</section> + +</body> +</document> \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]