Open Patterns Scrollable Table
Tag body
Custom tag to generate all HTML code necessary to display body of scrollable table. The body of the table contains the the rows and cells of the table and will be created from the content of the body of this tag. This tag has to be placed inside of table tag.
Example:
<scrolltbl:body> <tr><td>data 1,1</td><td>data 1,2</td></tr>... </scrolltbl:body>
| Tag Information |
| Tag Class | org.opensubsystems.patterns.scrollabletable.www.ScrollableTableBodyTag |
| TagExtraInfo Class | None |
| Body Content | JSP |
| Display Name | None |
| Attributes |
| Name | Required | Request-time | Type | Description |
| cssclass | false | true | java.lang.String | CSS class for the table body generated by this tag. |
| summary | false | true | java.lang.String | Summary describing content of the table. |
| Variables |
No Variables Defined. |
Output Generated by
Tag Library Documentation Generator.
Java, JSP, and JavaServer Pages are trademarks or
registered trademarks of Sun Microsystems, Inc. in the US and other
countries. Copyright 2002-4 Sun Microsystems, Inc.
4150 Network Circle
Santa Clara, CA 95054, U.S.A.
All Rights Reserved.