www/WEB-INF/table.tld

Code
Comments
Other
Rev Date Author Line
6154 04 Oct 12 nicklas 1 <?xml version="1.0" encoding="UTF-8" ?>
6154 04 Oct 12 nicklas 2 <taglib xmlns="http://java.sun.com/xml/ns/javaee"
6154 04 Oct 12 nicklas 3     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
6154 04 Oct 12 nicklas 4     xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-jsptaglibrary_2_1.xsd"
6154 04 Oct 12 nicklas 5     version="2.1">
375 07 Apr 05 nicklas 6 <!--
2306 22 May 06 jari 7   $Id$
375 07 Apr 05 nicklas 8
3675 16 Aug 07 jari 9   Copyright (C) 2005 Nicklas Nordborg
6154 04 Oct 12 nicklas 10   Copyright (C) 2006 Jari Häkkinen, Nicklas Nordborg
3675 16 Aug 07 jari 11   Copyright (C) 2007 Johan Enell
375 07 Apr 05 nicklas 12
2304 22 May 06 jari 13   This file is part of BASE - BioArray Software Environment.
2304 22 May 06 jari 14   Available at http://base.thep.lu.se/
375 07 Apr 05 nicklas 15
375 07 Apr 05 nicklas 16   BASE is free software; you can redistribute it and/or
375 07 Apr 05 nicklas 17   modify it under the terms of the GNU General Public License
4476 05 Sep 08 jari 18   as published by the Free Software Foundation; either version 3
375 07 Apr 05 nicklas 19   of the License, or (at your option) any later version.
375 07 Apr 05 nicklas 20
375 07 Apr 05 nicklas 21   BASE is distributed in the hope that it will be useful,
375 07 Apr 05 nicklas 22   but WITHOUT ANY WARRANTY; without even the implied warranty of
375 07 Apr 05 nicklas 23   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
375 07 Apr 05 nicklas 24   GNU General Public License for more details.
375 07 Apr 05 nicklas 25
375 07 Apr 05 nicklas 26   You should have received a copy of the GNU General Public License
4510 11 Sep 08 jari 27   along with BASE. If not, see <http://www.gnu.org/licenses/>.
375 07 Apr 05 nicklas 28 -->
6154 04 Oct 12 nicklas 29   <description>
6154 04 Oct 12 nicklas 30     For building data tables.
6154 04 Oct 12 nicklas 31   </description>
6154 04 Oct 12 nicklas 32   <display-name>table</display-name>
6154 04 Oct 12 nicklas 33   <tlib-version>3.0</tlib-version>
6154 04 Oct 12 nicklas 34   <short-name>table</short-name>
375 07 Apr 05 nicklas 35
375 07 Apr 05 nicklas 36   <tag>
375 07 Apr 05 nicklas 37     <name>table</name>
6154 04 Oct 12 nicklas 38     <tag-class>net.sf.basedb.clients.web.taglib.table.Table</tag-class>
6154 04 Oct 12 nicklas 39     <body-content>JSP</body-content>
375 07 Apr 05 nicklas 40     <attribute>
375 07 Apr 05 nicklas 41       <name>id</name>
375 07 Apr 05 nicklas 42       <required>true</required>
375 07 Apr 05 nicklas 43       <rtexprvalue>true</rtexprvalue>
375 07 Apr 05 nicklas 44     </attribute>
375 07 Apr 05 nicklas 45     <attribute>
375 07 Apr 05 nicklas 46       <name>clazz</name>
375 07 Apr 05 nicklas 47       <rtexprvalue>true</rtexprvalue>
375 07 Apr 05 nicklas 48     </attribute>
375 07 Apr 05 nicklas 49     <attribute>
5929 18 Jan 12 nicklas 50       <name>subclass</name>
5929 18 Jan 12 nicklas 51       <rtexprvalue>true</rtexprvalue>
5929 18 Jan 12 nicklas 52     </attribute>
5929 18 Jan 12 nicklas 53     <attribute>
375 07 Apr 05 nicklas 54       <name>style</name>
375 07 Apr 05 nicklas 55       <rtexprvalue>true</rtexprvalue>
375 07 Apr 05 nicklas 56     </attribute>
414 18 Apr 05 nicklas 57     <attribute>
495 29 Apr 05 nicklas 58       <name>title</name>
495 29 Apr 05 nicklas 59       <rtexprvalue>true</rtexprvalue>
495 29 Apr 05 nicklas 60     </attribute>
495 29 Apr 05 nicklas 61     <attribute>
414 18 Apr 05 nicklas 62       <name>sortby</name>
414 18 Apr 05 nicklas 63       <rtexprvalue>true</rtexprvalue>
414 18 Apr 05 nicklas 64     </attribute>
414 18 Apr 05 nicklas 65     <attribute>
414 18 Apr 05 nicklas 66       <name>direction</name>
414 18 Apr 05 nicklas 67       <rtexprvalue>true</rtexprvalue>
414 18 Apr 05 nicklas 68     </attribute>
414 18 Apr 05 nicklas 69     <attribute>
414 18 Apr 05 nicklas 70       <name>columns</name>
414 18 Apr 05 nicklas 71       <rtexprvalue>true</rtexprvalue>
414 18 Apr 05 nicklas 72     </attribute>
1713 14 Dec 05 nicklas 73     <attribute>
6697 29 Jan 15 nicklas 74       <name>filterrows</name>
6697 29 Jan 15 nicklas 75       <rtexprvalue>true</rtexprvalue>
6697 29 Jan 15 nicklas 76     </attribute>
6697 29 Jan 15 nicklas 77     <attribute>
1713 14 Dec 05 nicklas 78       <name>action</name>
1713 14 Dec 05 nicklas 79       <rtexprvalue>true</rtexprvalue>
1713 14 Dec 05 nicklas 80     </attribute>
1715 15 Dec 05 nicklas 81     <attribute>
1715 15 Dec 05 nicklas 82       <name>sc</name>
1715 15 Dec 05 nicklas 83       <rtexprvalue>true</rtexprvalue>
1715 15 Dec 05 nicklas 84     </attribute>
1715 15 Dec 05 nicklas 85     <attribute>
1715 15 Dec 05 nicklas 86       <name>item</name>
1715 15 Dec 05 nicklas 87       <rtexprvalue>true</rtexprvalue>
1715 15 Dec 05 nicklas 88     </attribute>
1933 07 Feb 06 nicklas 89     <attribute>
1933 07 Feb 06 nicklas 90       <name>subcontext</name>
1933 07 Feb 06 nicklas 91       <rtexprvalue>true</rtexprvalue>
1933 07 Feb 06 nicklas 92     </attribute>
7083 01 Mar 16 nicklas 93     <attribute>
7083 01 Mar 16 nicklas 94       <name>dragcolumns</name>
7083 01 Mar 16 nicklas 95       <rtexprvalue>true</rtexprvalue>
7083 01 Mar 16 nicklas 96     </attribute>
7943 04 May 21 nicklas 97     <attribute>
7943 04 May 21 nicklas 98       <name>stickyheaders</name>
7943 04 May 21 nicklas 99       <rtexprvalue>true</rtexprvalue>
7943 04 May 21 nicklas 100     </attribute>
6182 23 Oct 12 nicklas 101     <dynamic-attributes>true</dynamic-attributes>
375 07 Apr 05 nicklas 102   </tag>
375 07 Apr 05 nicklas 103
375 07 Apr 05 nicklas 104   <tag>
414 18 Apr 05 nicklas 105     <name>columndef</name>
6154 04 Oct 12 nicklas 106     <tag-class>net.sf.basedb.clients.web.taglib.table.ColumnDef</tag-class>
6154 04 Oct 12 nicklas 107     <body-content>empty</body-content>
414 18 Apr 05 nicklas 108     <attribute>
414 18 Apr 05 nicklas 109       <name>id</name>
414 18 Apr 05 nicklas 110       <required>true</required>
414 18 Apr 05 nicklas 111       <rtexprvalue>true</rtexprvalue>
414 18 Apr 05 nicklas 112     </attribute>
414 18 Apr 05 nicklas 113     <attribute>
414 18 Apr 05 nicklas 114       <name>clazz</name>
414 18 Apr 05 nicklas 115       <rtexprvalue>true</rtexprvalue>
414 18 Apr 05 nicklas 116     </attribute>
414 18 Apr 05 nicklas 117     <attribute>
5940 31 Jan 12 nicklas 118       <name>subclass</name>
5940 31 Jan 12 nicklas 119       <rtexprvalue>true</rtexprvalue>
5940 31 Jan 12 nicklas 120     </attribute>
5940 31 Jan 12 nicklas 121     <attribute>
414 18 Apr 05 nicklas 122       <name>style</name>
414 18 Apr 05 nicklas 123       <rtexprvalue>true</rtexprvalue>
414 18 Apr 05 nicklas 124     </attribute>
414 18 Apr 05 nicklas 125     <attribute>
414 18 Apr 05 nicklas 126       <name>property</name>
414 18 Apr 05 nicklas 127       <rtexprvalue>true</rtexprvalue>
414 18 Apr 05 nicklas 128     </attribute>
414 18 Apr 05 nicklas 129     <attribute>
932 14 Jul 05 nicklas 130       <name>annotation</name>
932 14 Jul 05 nicklas 131       <rtexprvalue>true</rtexprvalue>
932 14 Jul 05 nicklas 132     </attribute>
932 14 Jul 05 nicklas 133     <attribute>
666 27 May 05 nicklas 134       <name>sortproperty</name>
666 27 May 05 nicklas 135       <rtexprvalue>true</rtexprvalue>
666 27 May 05 nicklas 136     </attribute>
666 27 May 05 nicklas 137     <attribute>
666 27 May 05 nicklas 138       <name>filterproperty</name>
666 27 May 05 nicklas 139       <rtexprvalue>true</rtexprvalue>
666 27 May 05 nicklas 140     </attribute>
666 27 May 05 nicklas 141     <attribute>
666 27 May 05 nicklas 142       <name>exportproperty</name>
666 27 May 05 nicklas 143       <rtexprvalue>true</rtexprvalue>
666 27 May 05 nicklas 144     </attribute>
666 27 May 05 nicklas 145     <attribute>
414 18 Apr 05 nicklas 146       <name>datatype</name>
414 18 Apr 05 nicklas 147       <rtexprvalue>true</rtexprvalue>
414 18 Apr 05 nicklas 148     </attribute>
414 18 Apr 05 nicklas 149     <attribute>
414 18 Apr 05 nicklas 150       <name>title</name>
414 18 Apr 05 nicklas 151       <rtexprvalue>true</rtexprvalue>
414 18 Apr 05 nicklas 152     </attribute>
414 18 Apr 05 nicklas 153     <attribute>
7905 11 Feb 21 nicklas 154       <name>subtitle</name>
7905 11 Feb 21 nicklas 155       <rtexprvalue>true</rtexprvalue>
7905 11 Feb 21 nicklas 156     </attribute>
7905 11 Feb 21 nicklas 157     <attribute>
414 18 Apr 05 nicklas 158       <name>sortable</name>
414 18 Apr 05 nicklas 159       <rtexprvalue>true</rtexprvalue>
414 18 Apr 05 nicklas 160     </attribute>
414 18 Apr 05 nicklas 161     <attribute>
414 18 Apr 05 nicklas 162       <name>filterable</name>
414 18 Apr 05 nicklas 163       <rtexprvalue>true</rtexprvalue>
414 18 Apr 05 nicklas 164     </attribute>
414 18 Apr 05 nicklas 165     <attribute>
414 18 Apr 05 nicklas 166       <name>exportable</name>
414 18 Apr 05 nicklas 167       <rtexprvalue>true</rtexprvalue>
414 18 Apr 05 nicklas 168     </attribute>
414 18 Apr 05 nicklas 169     <attribute>
414 18 Apr 05 nicklas 170       <name>show</name>
414 18 Apr 05 nicklas 171       <rtexprvalue>true</rtexprvalue>
414 18 Apr 05 nicklas 172     </attribute>
414 18 Apr 05 nicklas 173     <attribute>
414 18 Apr 05 nicklas 174       <name>tooltip</name>
414 18 Apr 05 nicklas 175       <rtexprvalue>true</rtexprvalue>
414 18 Apr 05 nicklas 176     </attribute>
646 25 May 05 nicklas 177     <attribute>
1708 13 Dec 05 nicklas 178       <name>enumeration</name>
1708 13 Dec 05 nicklas 179       <rtexprvalue>true</rtexprvalue>
1708 13 Dec 05 nicklas 180     </attribute>
1708 13 Dec 05 nicklas 181     <attribute>
4250 25 Apr 08 nicklas 182       <name>smartenum</name>
4250 25 Apr 08 nicklas 183       <rtexprvalue>true</rtexprvalue>
4250 25 Apr 08 nicklas 184     </attribute>
4250 25 Apr 08 nicklas 185     <attribute>
4302 19 May 08 nicklas 186       <name>multiple</name>
4302 19 May 08 nicklas 187       <rtexprvalue>true</rtexprvalue>
4302 19 May 08 nicklas 188     </attribute>
4302 19 May 08 nicklas 189     <attribute>
1708 13 Dec 05 nicklas 190       <name>filtervalue</name>
1708 13 Dec 05 nicklas 191       <rtexprvalue>true</rtexprvalue>
1708 13 Dec 05 nicklas 192     </attribute>
2733 16 Oct 06 nicklas 193     <attribute>
2733 16 Oct 06 nicklas 194       <name>formatter</name>
2733 16 Oct 06 nicklas 195       <rtexprvalue>true</rtexprvalue>
2733 16 Oct 06 nicklas 196     </attribute>
4555 02 Oct 08 nicklas 197     <attribute>
4555 02 Oct 08 nicklas 198       <name>unit</name>
4555 02 Oct 08 nicklas 199       <rtexprvalue>true</rtexprvalue>
4555 02 Oct 08 nicklas 200     </attribute>
6028 26 Mar 12 nicklas 201     <attribute>
6028 26 Mar 12 nicklas 202       <name>extensions</name>
6028 26 Mar 12 nicklas 203       <rtexprvalue>true</rtexprvalue>
6028 26 Mar 12 nicklas 204     </attribute>
6028 26 Mar 12 nicklas 205     <attribute>
6028 26 Mar 12 nicklas 206       <name>jspcontext</name>
6028 26 Mar 12 nicklas 207       <rtexprvalue>true</rtexprvalue>
6028 26 Mar 12 nicklas 208     </attribute>
414 18 Apr 05 nicklas 209   </tag>
414 18 Apr 05 nicklas 210
414 18 Apr 05 nicklas 211   <tag>
5929 18 Jan 12 nicklas 212     <name>headers</name>
6154 04 Oct 12 nicklas 213     <tag-class>net.sf.basedb.clients.web.taglib.table.Headers</tag-class>
6154 04 Oct 12 nicklas 214     <body-content>JSP</body-content>
452 25 Apr 05 nicklas 215     <attribute>
452 25 Apr 05 nicklas 216       <name>id</name>
452 25 Apr 05 nicklas 217       <rtexprvalue>true</rtexprvalue>
452 25 Apr 05 nicklas 218     </attribute>
452 25 Apr 05 nicklas 219     <attribute>
452 25 Apr 05 nicklas 220       <name>clazz</name>
452 25 Apr 05 nicklas 221       <rtexprvalue>true</rtexprvalue>
452 25 Apr 05 nicklas 222     </attribute>
452 25 Apr 05 nicklas 223     <attribute>
5929 18 Jan 12 nicklas 224       <name>subclass</name>
452 25 Apr 05 nicklas 225       <rtexprvalue>true</rtexprvalue>
452 25 Apr 05 nicklas 226     </attribute>
452 25 Apr 05 nicklas 227     <attribute>
5929 18 Jan 12 nicklas 228       <name>style</name>
452 25 Apr 05 nicklas 229       <rtexprvalue>true</rtexprvalue>
452 25 Apr 05 nicklas 230     </attribute>
6183 24 Oct 12 nicklas 231     <dynamic-attributes>true</dynamic-attributes>
5929 18 Jan 12 nicklas 232   </tag>
5929 18 Jan 12 nicklas 233
5929 18 Jan 12 nicklas 234   <tag>
5929 18 Jan 12 nicklas 235     <name>headerrow</name>
6154 04 Oct 12 nicklas 236     <tag-class>net.sf.basedb.clients.web.taglib.table.HeaderRow</tag-class>
6154 04 Oct 12 nicklas 237     <body-content>JSP</body-content>
452 25 Apr 05 nicklas 238     <attribute>
5929 18 Jan 12 nicklas 239       <name>id</name>
452 25 Apr 05 nicklas 240       <rtexprvalue>true</rtexprvalue>
452 25 Apr 05 nicklas 241     </attribute>
452 25 Apr 05 nicklas 242     <attribute>
5929 18 Jan 12 nicklas 243       <name>clazz</name>
452 25 Apr 05 nicklas 244       <rtexprvalue>true</rtexprvalue>
452 25 Apr 05 nicklas 245     </attribute>
452 25 Apr 05 nicklas 246     <attribute>
5929 18 Jan 12 nicklas 247       <name>subclass</name>
452 25 Apr 05 nicklas 248       <rtexprvalue>true</rtexprvalue>
452 25 Apr 05 nicklas 249     </attribute>
452 25 Apr 05 nicklas 250     <attribute>
5929 18 Jan 12 nicklas 251       <name>style</name>
574 12 May 05 nicklas 252       <rtexprvalue>true</rtexprvalue>
574 12 May 05 nicklas 253     </attribute>
6183 24 Oct 12 nicklas 254     <dynamic-attributes>true</dynamic-attributes>
452 25 Apr 05 nicklas 255   </tag>
5929 18 Jan 12 nicklas 256   
5929 18 Jan 12 nicklas 257   <tag>
5929 18 Jan 12 nicklas 258     <name>columnheaders</name>
6154 04 Oct 12 nicklas 259     <tag-class>net.sf.basedb.clients.web.taglib.table.ColumnHeaders</tag-class>
6154 04 Oct 12 nicklas 260     <body-content>empty</body-content>
5929 18 Jan 12 nicklas 261   </tag>
452 25 Apr 05 nicklas 262
452 25 Apr 05 nicklas 263   <tag>
7905 11 Feb 21 nicklas 264     <name>columnsubtitles</name>
7905 11 Feb 21 nicklas 265     <tag-class>net.sf.basedb.clients.web.taglib.table.ColumnSubtitles</tag-class>
7905 11 Feb 21 nicklas 266     <body-content>empty</body-content>
7905 11 Feb 21 nicklas 267     <attribute>
7905 11 Feb 21 nicklas 268       <name>id</name>
7905 11 Feb 21 nicklas 269       <rtexprvalue>true</rtexprvalue>
7905 11 Feb 21 nicklas 270     </attribute>
7905 11 Feb 21 nicklas 271     <attribute>
7905 11 Feb 21 nicklas 272       <name>clazz</name>
7905 11 Feb 21 nicklas 273       <rtexprvalue>true</rtexprvalue>
7905 11 Feb 21 nicklas 274     </attribute>
7905 11 Feb 21 nicklas 275     <attribute>
7905 11 Feb 21 nicklas 276       <name>subclass</name>
7905 11 Feb 21 nicklas 277       <rtexprvalue>true</rtexprvalue>
7905 11 Feb 21 nicklas 278     </attribute>
7905 11 Feb 21 nicklas 279     <attribute>
7905 11 Feb 21 nicklas 280       <name>style</name>
7905 11 Feb 21 nicklas 281       <rtexprvalue>true</rtexprvalue>
7905 11 Feb 21 nicklas 282     </attribute>
7905 11 Feb 21 nicklas 283   </tag>
7905 11 Feb 21 nicklas 284
7905 11 Feb 21 nicklas 285   <tag>
1714 14 Dec 05 nicklas 286     <name>presetselector</name>
6154 04 Oct 12 nicklas 287     <tag-class>net.sf.basedb.clients.web.taglib.table.PresetSelector</tag-class>
6154 04 Oct 12 nicklas 288     <body-content>JSP</body-content>
1714 14 Dec 05 nicklas 289     <attribute>
1714 14 Dec 05 nicklas 290       <name>id</name>
1714 14 Dec 05 nicklas 291       <rtexprvalue>true</rtexprvalue>
1714 14 Dec 05 nicklas 292     </attribute>
1714 14 Dec 05 nicklas 293     <attribute>
1714 14 Dec 05 nicklas 294       <name>clazz</name>
1714 14 Dec 05 nicklas 295       <rtexprvalue>true</rtexprvalue>
1714 14 Dec 05 nicklas 296     </attribute>
1714 14 Dec 05 nicklas 297     <attribute>
5948 08 Feb 12 nicklas 298       <name>subclass</name>
1714 14 Dec 05 nicklas 299       <rtexprvalue>true</rtexprvalue>
1714 14 Dec 05 nicklas 300     </attribute>
1714 14 Dec 05 nicklas 301     <attribute>
5948 08 Feb 12 nicklas 302       <name>style</name>
1714 14 Dec 05 nicklas 303       <rtexprvalue>true</rtexprvalue>
1714 14 Dec 05 nicklas 304     </attribute>
1714 14 Dec 05 nicklas 305     <attribute>
1714 14 Dec 05 nicklas 306       <name>visible</name>
1714 14 Dec 05 nicklas 307       <rtexprvalue>true</rtexprvalue>
1714 14 Dec 05 nicklas 308     </attribute>
3501 15 Jun 07 enell 309     <attribute>
3501 15 Jun 07 enell 310       <name>disableremoved</name>
3501 15 Jun 07 enell 311       <rtexprvalue>true</rtexprvalue>
3501 15 Jun 07 enell 312     </attribute>
3501 15 Jun 07 enell 313     <attribute>
3501 15 Jun 07 enell 314       <name>disableownedby</name>
3501 15 Jun 07 enell 315       <rtexprvalue>true</rtexprvalue>
3501 15 Jun 07 enell 316     </attribute>
3501 15 Jun 07 enell 317     <attribute>
3501 15 Jun 07 enell 318       <name>disablesharedto</name>
3501 15 Jun 07 enell 319       <rtexprvalue>true</rtexprvalue>
3501 15 Jun 07 enell 320     </attribute>
3501 15 Jun 07 enell 321     <attribute>
3501 15 Jun 07 enell 322       <name>disableinproject</name>
3501 15 Jun 07 enell 323       <rtexprvalue>true</rtexprvalue>
3501 15 Jun 07 enell 324     </attribute>
3501 15 Jun 07 enell 325     <attribute>
3501 15 Jun 07 enell 326       <name>disableothers</name>
3501 15 Jun 07 enell 327       <rtexprvalue>true</rtexprvalue>
3501 15 Jun 07 enell 328     </attribute>
6183 24 Oct 12 nicklas 329     <dynamic-attributes>true</dynamic-attributes>
1714 14 Dec 05 nicklas 330   </tag>
1714 14 Dec 05 nicklas 331
1714 14 Dec 05 nicklas 332   <tag>
375 07 Apr 05 nicklas 333     <name>navigator</name>
6154 04 Oct 12 nicklas 334     <tag-class>net.sf.basedb.clients.web.taglib.table.Navigator</tag-class>
6154 04 Oct 12 nicklas 335     <body-content>empty</body-content>
375 07 Apr 05 nicklas 336     <attribute>
375 07 Apr 05 nicklas 337       <name>id</name>
375 07 Apr 05 nicklas 338       <rtexprvalue>true</rtexprvalue>
375 07 Apr 05 nicklas 339     </attribute>
375 07 Apr 05 nicklas 340     <attribute>
375 07 Apr 05 nicklas 341       <name>clazz</name>
375 07 Apr 05 nicklas 342       <rtexprvalue>true</rtexprvalue>
375 07 Apr 05 nicklas 343     </attribute>
375 07 Apr 05 nicklas 344     <attribute>
375 07 Apr 05 nicklas 345       <name>style</name>
375 07 Apr 05 nicklas 346       <rtexprvalue>true</rtexprvalue>
375 07 Apr 05 nicklas 347     </attribute>
375 07 Apr 05 nicklas 348     <attribute>
375 07 Apr 05 nicklas 349       <name>page</name>
375 07 Apr 05 nicklas 350       <rtexprvalue>true</rtexprvalue>
375 07 Apr 05 nicklas 351     </attribute>
375 07 Apr 05 nicklas 352     <attribute>
375 07 Apr 05 nicklas 353       <name>rowsperpage</name>
375 07 Apr 05 nicklas 354       <rtexprvalue>true</rtexprvalue>
375 07 Apr 05 nicklas 355     </attribute>
375 07 Apr 05 nicklas 356     <attribute>
375 07 Apr 05 nicklas 357       <name>totalrows</name>
375 07 Apr 05 nicklas 358       <required>true</required>
375 07 Apr 05 nicklas 359       <rtexprvalue>true</rtexprvalue>
375 07 Apr 05 nicklas 360     </attribute>
510 03 May 05 nicklas 361     <attribute>
510 03 May 05 nicklas 362       <name>visible</name>
510 03 May 05 nicklas 363       <rtexprvalue>true</rtexprvalue>
510 03 May 05 nicklas 364     </attribute>
1715 15 Dec 05 nicklas 365     <attribute>
1715 15 Dec 05 nicklas 366       <name>locked</name>
1715 15 Dec 05 nicklas 367       <rtexprvalue>true</rtexprvalue>
1715 15 Dec 05 nicklas 368     </attribute>
6183 24 Oct 12 nicklas 369     <dynamic-attributes>true</dynamic-attributes>
375 07 Apr 05 nicklas 370   </tag>
375 07 Apr 05 nicklas 371
375 07 Apr 05 nicklas 372   <tag>
375 07 Apr 05 nicklas 373     <name>toolbar</name>
6154 04 Oct 12 nicklas 374     <tag-class>net.sf.basedb.clients.web.taglib.table.Toolbar</tag-class>
6154 04 Oct 12 nicklas 375     <body-content>JSP</body-content>
375 07 Apr 05 nicklas 376     <attribute>
375 07 Apr 05 nicklas 377       <name>id</name>
375 07 Apr 05 nicklas 378       <rtexprvalue>true</rtexprvalue>
375 07 Apr 05 nicklas 379     </attribute>
375 07 Apr 05 nicklas 380     <attribute>
375 07 Apr 05 nicklas 381       <name>clazz</name>
375 07 Apr 05 nicklas 382       <rtexprvalue>true</rtexprvalue>
375 07 Apr 05 nicklas 383     </attribute>
375 07 Apr 05 nicklas 384     <attribute>
5918 21 Dec 11 nicklas 385       <name>subclass</name>
5918 21 Dec 11 nicklas 386       <rtexprvalue>true</rtexprvalue>
5918 21 Dec 11 nicklas 387     </attribute>
5918 21 Dec 11 nicklas 388     <attribute>
375 07 Apr 05 nicklas 389       <name>style</name>
375 07 Apr 05 nicklas 390       <rtexprvalue>true</rtexprvalue>
375 07 Apr 05 nicklas 391     </attribute>
510 03 May 05 nicklas 392     <attribute>
510 03 May 05 nicklas 393       <name>visible</name>
510 03 May 05 nicklas 394       <rtexprvalue>true</rtexprvalue>
510 03 May 05 nicklas 395     </attribute>
6183 24 Oct 12 nicklas 396     <dynamic-attributes>true</dynamic-attributes>
375 07 Apr 05 nicklas 397   </tag>
375 07 Apr 05 nicklas 398
375 07 Apr 05 nicklas 399   <tag>
405 15 Apr 05 nicklas 400     <name>panel</name>
6154 04 Oct 12 nicklas 401     <tag-class>net.sf.basedb.clients.web.taglib.table.Panel</tag-class>
6154 04 Oct 12 nicklas 402     <body-content>JSP</body-content>
405 15 Apr 05 nicklas 403     <attribute>
405 15 Apr 05 nicklas 404       <name>id</name>
405 15 Apr 05 nicklas 405       <rtexprvalue>true</rtexprvalue>
405 15 Apr 05 nicklas 406     </attribute>
405 15 Apr 05 nicklas 407     <attribute>
405 15 Apr 05 nicklas 408       <name>clazz</name>
405 15 Apr 05 nicklas 409       <rtexprvalue>true</rtexprvalue>
405 15 Apr 05 nicklas 410     </attribute>
405 15 Apr 05 nicklas 411     <attribute>
5940 31 Jan 12 nicklas 412       <name>subclass</name>
5940 31 Jan 12 nicklas 413       <rtexprvalue>true</rtexprvalue>
5940 31 Jan 12 nicklas 414     </attribute>
5940 31 Jan 12 nicklas 415     <attribute>
405 15 Apr 05 nicklas 416       <name>style</name>
405 15 Apr 05 nicklas 417       <rtexprvalue>true</rtexprvalue>
405 15 Apr 05 nicklas 418     </attribute>
495 29 Apr 05 nicklas 419     <attribute>
495 29 Apr 05 nicklas 420       <name>visible</name>
495 29 Apr 05 nicklas 421       <rtexprvalue>true</rtexprvalue>
495 29 Apr 05 nicklas 422     </attribute>
6183 24 Oct 12 nicklas 423     <dynamic-attributes>true</dynamic-attributes>
405 15 Apr 05 nicklas 424   </tag>
1708 13 Dec 05 nicklas 425   
1708 13 Dec 05 nicklas 426   <tag>
1708 13 Dec 05 nicklas 427     <name>propertyfilter</name>
6154 04 Oct 12 nicklas 428     <tag-class>net.sf.basedb.clients.web.taglib.table.PropertyFilter</tag-class>
6154 04 Oct 12 nicklas 429     <body-content>empty</body-content>
6697 29 Jan 15 nicklas 430     <attribute>
6697 29 Jan 15 nicklas 431       <name>row</name>
6697 29 Jan 15 nicklas 432       <rtexprvalue>true</rtexprvalue>
6697 29 Jan 15 nicklas 433     </attribute>
1708 13 Dec 05 nicklas 434   </tag>
405 15 Apr 05 nicklas 435
405 15 Apr 05 nicklas 436   <tag>
375 07 Apr 05 nicklas 437     <name>button</name>
6154 04 Oct 12 nicklas 438     <tag-class>net.sf.basedb.clients.web.taglib.table.Button</tag-class>
6154 04 Oct 12 nicklas 439     <body-content>empty</body-content>
375 07 Apr 05 nicklas 440     <attribute>
375 07 Apr 05 nicklas 441       <name>id</name>
375 07 Apr 05 nicklas 442       <rtexprvalue>true</rtexprvalue>
375 07 Apr 05 nicklas 443     </attribute>
375 07 Apr 05 nicklas 444     <attribute>
375 07 Apr 05 nicklas 445       <name>clazz</name>
375 07 Apr 05 nicklas 446       <rtexprvalue>true</rtexprvalue>
375 07 Apr 05 nicklas 447     </attribute>
375 07 Apr 05 nicklas 448     <attribute>
5918 21 Dec 11 nicklas 449       <name>subclass</name>
375 07 Apr 05 nicklas 450       <rtexprvalue>true</rtexprvalue>
375 07 Apr 05 nicklas 451     </attribute>
375 07 Apr 05 nicklas 452     <attribute>
5918 21 Dec 11 nicklas 453       <name>style</name>
375 07 Apr 05 nicklas 454       <rtexprvalue>true</rtexprvalue>
375 07 Apr 05 nicklas 455     </attribute>
375 07 Apr 05 nicklas 456     <attribute>
5918 21 Dec 11 nicklas 457       <name>image</name>
2222 09 May 06 nicklas 458       <rtexprvalue>true</rtexprvalue>
2222 09 May 06 nicklas 459     </attribute>
2222 09 May 06 nicklas 460     <attribute>
375 07 Apr 05 nicklas 461       <name>title</name>
375 07 Apr 05 nicklas 462       <rtexprvalue>true</rtexprvalue>
375 07 Apr 05 nicklas 463     </attribute>
375 07 Apr 05 nicklas 464     <attribute>
375 07 Apr 05 nicklas 465       <name>tooltip</name>
375 07 Apr 05 nicklas 466       <rtexprvalue>true</rtexprvalue>
375 07 Apr 05 nicklas 467     </attribute>
399 15 Apr 05 nicklas 468     <attribute>
399 15 Apr 05 nicklas 469       <name>disabled</name>
399 15 Apr 05 nicklas 470       <rtexprvalue>true</rtexprvalue>
399 15 Apr 05 nicklas 471     </attribute>
495 29 Apr 05 nicklas 472     <attribute>
495 29 Apr 05 nicklas 473       <name>visible</name>
495 29 Apr 05 nicklas 474       <rtexprvalue>true</rtexprvalue>
495 29 Apr 05 nicklas 475     </attribute>
6096 03 Sep 12 nicklas 476     <attribute>
6096 03 Sep 12 nicklas 477       <name>tabindex</name>
6096 03 Sep 12 nicklas 478       <rtexprvalue>true</rtexprvalue>
6096 03 Sep 12 nicklas 479     </attribute>
6174 17 Oct 12 nicklas 480     <dynamic-attributes>true</dynamic-attributes>
375 07 Apr 05 nicklas 481   </tag>
375 07 Apr 05 nicklas 482   
375 07 Apr 05 nicklas 483   <tag>
2222 09 May 06 nicklas 484     <name>label</name>
6154 04 Oct 12 nicklas 485     <tag-class>net.sf.basedb.clients.web.taglib.table.Label</tag-class>
6154 04 Oct 12 nicklas 486     <body-content>JSP</body-content>
2222 09 May 06 nicklas 487     <attribute>
2222 09 May 06 nicklas 488       <name>id</name>
2222 09 May 06 nicklas 489       <rtexprvalue>true</rtexprvalue>
2222 09 May 06 nicklas 490     </attribute>
2222 09 May 06 nicklas 491     <attribute>
2222 09 May 06 nicklas 492       <name>clazz</name>
2222 09 May 06 nicklas 493       <rtexprvalue>true</rtexprvalue>
2222 09 May 06 nicklas 494     </attribute>
2222 09 May 06 nicklas 495     <attribute>
5940 31 Jan 12 nicklas 496       <name>subclass</name>
5940 31 Jan 12 nicklas 497       <rtexprvalue>true</rtexprvalue>
5940 31 Jan 12 nicklas 498     </attribute>
5940 31 Jan 12 nicklas 499     <attribute>
2222 09 May 06 nicklas 500       <name>style</name>
2222 09 May 06 nicklas 501       <rtexprvalue>true</rtexprvalue>
2222 09 May 06 nicklas 502     </attribute>
2222 09 May 06 nicklas 503     <attribute>
2222 09 May 06 nicklas 504       <name>image</name>
2222 09 May 06 nicklas 505       <rtexprvalue>true</rtexprvalue>
2222 09 May 06 nicklas 506     </attribute>
2222 09 May 06 nicklas 507     <attribute>
2222 09 May 06 nicklas 508       <name>title</name>
2222 09 May 06 nicklas 509       <rtexprvalue>true</rtexprvalue>
2222 09 May 06 nicklas 510     </attribute>
2222 09 May 06 nicklas 511     <attribute>
2222 09 May 06 nicklas 512       <name>tooltip</name>
2222 09 May 06 nicklas 513       <rtexprvalue>true</rtexprvalue>
2222 09 May 06 nicklas 514     </attribute>
2222 09 May 06 nicklas 515     <attribute>
2222 09 May 06 nicklas 516       <name>visible</name>
2222 09 May 06 nicklas 517       <rtexprvalue>true</rtexprvalue>
2222 09 May 06 nicklas 518     </attribute>
6183 24 Oct 12 nicklas 519     <dynamic-attributes>true</dynamic-attributes>
2222 09 May 06 nicklas 520   </tag>
2222 09 May 06 nicklas 521   <tag>
375 07 Apr 05 nicklas 522     <name>data</name>
6154 04 Oct 12 nicklas 523     <tag-class>net.sf.basedb.clients.web.taglib.table.Data</tag-class>
6154 04 Oct 12 nicklas 524     <body-content>JSP</body-content>
375 07 Apr 05 nicklas 525     <attribute>
375 07 Apr 05 nicklas 526       <name>id</name>
375 07 Apr 05 nicklas 527       <rtexprvalue>true</rtexprvalue>
375 07 Apr 05 nicklas 528     </attribute>
375 07 Apr 05 nicklas 529     <attribute>
375 07 Apr 05 nicklas 530       <name>clazz</name>
375 07 Apr 05 nicklas 531       <rtexprvalue>true</rtexprvalue>
375 07 Apr 05 nicklas 532     </attribute>
375 07 Apr 05 nicklas 533     <attribute>
5940 31 Jan 12 nicklas 534       <name>subclass</name>
5940 31 Jan 12 nicklas 535       <rtexprvalue>true</rtexprvalue>
5940 31 Jan 12 nicklas 536     </attribute>
5940 31 Jan 12 nicklas 537     <attribute>
375 07 Apr 05 nicklas 538       <name>style</name>
375 07 Apr 05 nicklas 539       <rtexprvalue>true</rtexprvalue>
375 07 Apr 05 nicklas 540     </attribute>
6183 24 Oct 12 nicklas 541     <dynamic-attributes>true</dynamic-attributes>
375 07 Apr 05 nicklas 542   </tag>
375 07 Apr 05 nicklas 543
375 07 Apr 05 nicklas 544   <tag>
375 07 Apr 05 nicklas 545     <name>header</name>
6154 04 Oct 12 nicklas 546     <tag-class>net.sf.basedb.clients.web.taglib.table.Header</tag-class>
6154 04 Oct 12 nicklas 547     <body-content>JSP</body-content>
375 07 Apr 05 nicklas 548     <attribute>
5940 31 Jan 12 nicklas 549       <name>id</name>
5940 31 Jan 12 nicklas 550       <rtexprvalue>true</rtexprvalue>
5940 31 Jan 12 nicklas 551     </attribute>
5940 31 Jan 12 nicklas 552     <attribute>
375 07 Apr 05 nicklas 553       <name>clazz</name>
375 07 Apr 05 nicklas 554       <rtexprvalue>true</rtexprvalue>
375 07 Apr 05 nicklas 555     </attribute>
375 07 Apr 05 nicklas 556     <attribute>
5940 31 Jan 12 nicklas 557       <name>subclass</name>
5940 31 Jan 12 nicklas 558       <rtexprvalue>true</rtexprvalue>
5940 31 Jan 12 nicklas 559     </attribute>
5940 31 Jan 12 nicklas 560     <attribute>
375 07 Apr 05 nicklas 561       <name>style</name>
375 07 Apr 05 nicklas 562       <rtexprvalue>true</rtexprvalue>
375 07 Apr 05 nicklas 563     </attribute>
495 29 Apr 05 nicklas 564     <attribute>
5948 08 Feb 12 nicklas 565       <name>colspan</name>
5948 08 Feb 12 nicklas 566       <rtexprvalue>true</rtexprvalue>
5948 08 Feb 12 nicklas 567     </attribute>
5948 08 Feb 12 nicklas 568     <attribute>
495 29 Apr 05 nicklas 569       <name>visible</name>
495 29 Apr 05 nicklas 570       <rtexprvalue>true</rtexprvalue>
495 29 Apr 05 nicklas 571     </attribute>
6183 24 Oct 12 nicklas 572     <dynamic-attributes>true</dynamic-attributes>
375 07 Apr 05 nicklas 573   </tag>
375 07 Apr 05 nicklas 574   
375 07 Apr 05 nicklas 575   <tag>
375 07 Apr 05 nicklas 576     <name>rows</name>
6154 04 Oct 12 nicklas 577     <tag-class>net.sf.basedb.clients.web.taglib.table.Rows</tag-class>
6154 04 Oct 12 nicklas 578     <body-content>JSP</body-content>
5948 08 Feb 12 nicklas 579     <attribute>
5948 08 Feb 12 nicklas 580       <name>id</name>
5948 08 Feb 12 nicklas 581       <rtexprvalue>true</rtexprvalue>
5948 08 Feb 12 nicklas 582     </attribute>
5948 08 Feb 12 nicklas 583     <attribute>
5948 08 Feb 12 nicklas 584       <name>clazz</name>
5948 08 Feb 12 nicklas 585       <rtexprvalue>true</rtexprvalue>
5948 08 Feb 12 nicklas 586     </attribute>
5948 08 Feb 12 nicklas 587     <attribute>
5948 08 Feb 12 nicklas 588       <name>subclass</name>
5948 08 Feb 12 nicklas 589       <rtexprvalue>true</rtexprvalue>
5948 08 Feb 12 nicklas 590     </attribute>
5948 08 Feb 12 nicklas 591     <attribute>
5948 08 Feb 12 nicklas 592       <name>style</name>
5948 08 Feb 12 nicklas 593       <rtexprvalue>true</rtexprvalue>
5948 08 Feb 12 nicklas 594     </attribute>
6183 24 Oct 12 nicklas 595     <dynamic-attributes>true</dynamic-attributes>
375 07 Apr 05 nicklas 596   </tag>
375 07 Apr 05 nicklas 597
375 07 Apr 05 nicklas 598   <tag>
375 07 Apr 05 nicklas 599     <name>row</name>
6154 04 Oct 12 nicklas 600     <tag-class>net.sf.basedb.clients.web.taglib.table.Row</tag-class>
6154 04 Oct 12 nicklas 601     <body-content>JSP</body-content>
376 07 Apr 05 nicklas 602     <attribute>
2097 21 Mar 06 nicklas 603       <name>id</name>
2097 21 Mar 06 nicklas 604       <rtexprvalue>true</rtexprvalue>
2097 21 Mar 06 nicklas 605     </attribute>
2097 21 Mar 06 nicklas 606     <attribute>
376 07 Apr 05 nicklas 607       <name>clazz</name>
376 07 Apr 05 nicklas 608       <rtexprvalue>true</rtexprvalue>
376 07 Apr 05 nicklas 609     </attribute>
376 07 Apr 05 nicklas 610     <attribute>
5940 31 Jan 12 nicklas 611       <name>subclass</name>
5940 31 Jan 12 nicklas 612       <rtexprvalue>true</rtexprvalue>
5940 31 Jan 12 nicklas 613     </attribute>
5940 31 Jan 12 nicklas 614     <attribute>
376 07 Apr 05 nicklas 615       <name>style</name>
376 07 Apr 05 nicklas 616       <rtexprvalue>true</rtexprvalue>
376 07 Apr 05 nicklas 617     </attribute>
495 29 Apr 05 nicklas 618     <attribute>
1908 06 Feb 06 nicklas 619       <name>highlight</name>
1908 06 Feb 06 nicklas 620       <rtexprvalue>true</rtexprvalue>
1908 06 Feb 06 nicklas 621     </attribute>
1908 06 Feb 06 nicklas 622     <attribute>
495 29 Apr 05 nicklas 623       <name>visible</name>
495 29 Apr 05 nicklas 624       <rtexprvalue>true</rtexprvalue>
495 29 Apr 05 nicklas 625     </attribute>
6183 24 Oct 12 nicklas 626     <dynamic-attributes>true</dynamic-attributes>
375 07 Apr 05 nicklas 627   </tag>
375 07 Apr 05 nicklas 628
375 07 Apr 05 nicklas 629   <tag>
375 07 Apr 05 nicklas 630     <name>cell</name>
6154 04 Oct 12 nicklas 631     <tag-class>net.sf.basedb.clients.web.taglib.table.Cell</tag-class>
6154 04 Oct 12 nicklas 632     <body-content>JSP</body-content>
375 07 Apr 05 nicklas 633     <attribute>
5186 06 Nov 09 nicklas 634       <name>id</name>
5186 06 Nov 09 nicklas 635       <rtexprvalue>true</rtexprvalue>
5186 06 Nov 09 nicklas 636     </attribute>
5186 06 Nov 09 nicklas 637     <attribute>
376 07 Apr 05 nicklas 638       <name>clazz</name>
376 07 Apr 05 nicklas 639       <rtexprvalue>true</rtexprvalue>
376 07 Apr 05 nicklas 640     </attribute>
376 07 Apr 05 nicklas 641     <attribute>
7908 12 Feb 21 nicklas 642       <name>subclass</name>
7908 12 Feb 21 nicklas 643       <rtexprvalue>true</rtexprvalue>
7908 12 Feb 21 nicklas 644     </attribute>
7908 12 Feb 21 nicklas 645     <attribute>
4711 18 Dec 08 nicklas 646       <name>errorclazz</name>
4711 18 Dec 08 nicklas 647       <rtexprvalue>true</rtexprvalue>
4711 18 Dec 08 nicklas 648     </attribute>
4711 18 Dec 08 nicklas 649     <attribute>
376 07 Apr 05 nicklas 650       <name>style</name>
376 07 Apr 05 nicklas 651       <rtexprvalue>true</rtexprvalue>
376 07 Apr 05 nicklas 652     </attribute>
376 07 Apr 05 nicklas 653     <attribute>
375 07 Apr 05 nicklas 654       <name>column</name>
375 07 Apr 05 nicklas 655       <required>true</required>
375 07 Apr 05 nicklas 656       <rtexprvalue>true</rtexprvalue>
375 07 Apr 05 nicklas 657     </attribute>
495 29 Apr 05 nicklas 658     <attribute>
495 29 Apr 05 nicklas 659       <name>visible</name>
495 29 Apr 05 nicklas 660       <rtexprvalue>true</rtexprvalue>
495 29 Apr 05 nicklas 661     </attribute>
2733 16 Oct 06 nicklas 662     <attribute>
2733 16 Oct 06 nicklas 663       <name>value</name>
2733 16 Oct 06 nicklas 664       <rtexprvalue>true</rtexprvalue>
2733 16 Oct 06 nicklas 665     </attribute>
4673 28 Nov 08 nicklas 666     <attribute>
7908 12 Feb 21 nicklas 667       <name>disableOverflowCheck</name>
7908 12 Feb 21 nicklas 668       <rtexprvalue>true</rtexprvalue>
7908 12 Feb 21 nicklas 669     </attribute>
7908 12 Feb 21 nicklas 670     <attribute>
4673 28 Nov 08 nicklas 671       <name>maxcharacters</name>
4673 28 Nov 08 nicklas 672       <rtexprvalue>true</rtexprvalue>
4673 28 Nov 08 nicklas 673     </attribute>
4673 28 Nov 08 nicklas 674     <attribute>
4673 28 Nov 08 nicklas 675       <name>autoshow</name>
4673 28 Nov 08 nicklas 676       <rtexprvalue>true</rtexprvalue>
4673 28 Nov 08 nicklas 677     </attribute>
4673 28 Nov 08 nicklas 678     <attribute>
4673 28 Nov 08 nicklas 679       <name>maxwidth</name>
4673 28 Nov 08 nicklas 680       <rtexprvalue>true</rtexprvalue>
4673 28 Nov 08 nicklas 681     </attribute>
4673 28 Nov 08 nicklas 682     <attribute>
4673 28 Nov 08 nicklas 683       <name>maxheight</name>
4673 28 Nov 08 nicklas 684       <rtexprvalue>true</rtexprvalue>
4673 28 Nov 08 nicklas 685     </attribute>
375 07 Apr 05 nicklas 686   </tag>
510 03 May 05 nicklas 687
510 03 May 05 nicklas 688   <tag>
2733 16 Oct 06 nicklas 689     <name>cellvalue</name>
6154 04 Oct 12 nicklas 690     <tag-class>net.sf.basedb.clients.web.taglib.table.CellValue</tag-class>
6154 04 Oct 12 nicklas 691     <body-content>empty</body-content>
2733 16 Oct 06 nicklas 692     <attribute>
7335 12 Apr 17 nicklas 693       <name>clazz</name>
7335 12 Apr 17 nicklas 694       <rtexprvalue>true</rtexprvalue>
7335 12 Apr 17 nicklas 695     </attribute>
7335 12 Apr 17 nicklas 696     <attribute>
7335 12 Apr 17 nicklas 697       <name>style</name>
7335 12 Apr 17 nicklas 698       <rtexprvalue>true</rtexprvalue>
7335 12 Apr 17 nicklas 699     </attribute>
7335 12 Apr 17 nicklas 700     <attribute>
2733 16 Oct 06 nicklas 701       <name>value</name>
2733 16 Oct 06 nicklas 702       <rtexprvalue>true</rtexprvalue>
2733 16 Oct 06 nicklas 703     </attribute>
2942 22 Nov 06 nicklas 704     <attribute>
2942 22 Nov 06 nicklas 705       <name>list</name>
2942 22 Nov 06 nicklas 706       <rtexprvalue>true</rtexprvalue>
2942 22 Nov 06 nicklas 707     </attribute>
2942 22 Nov 06 nicklas 708     <attribute>
2942 22 Nov 06 nicklas 709       <name>separator</name>
2942 22 Nov 06 nicklas 710       <rtexprvalue>true</rtexprvalue>
2942 22 Nov 06 nicklas 711     </attribute>
4544 25 Sep 08 nicklas 712     <attribute>
4544 25 Sep 08 nicklas 713       <name>prefix</name>
4544 25 Sep 08 nicklas 714       <rtexprvalue>true</rtexprvalue>
4544 25 Sep 08 nicklas 715     </attribute>
4544 25 Sep 08 nicklas 716     <attribute>
4544 25 Sep 08 nicklas 717       <name>suffix</name>
4544 25 Sep 08 nicklas 718       <rtexprvalue>true</rtexprvalue>
4544 25 Sep 08 nicklas 719     </attribute>
8160 07 Jun 23 nicklas 720     <attribute>
8160 07 Jun 23 nicklas 721       <name>bulletlist</name>
8160 07 Jun 23 nicklas 722       <rtexprvalue>true</rtexprvalue>
8160 07 Jun 23 nicklas 723     </attribute>
2733 16 Oct 06 nicklas 724   </tag>
2733 16 Oct 06 nicklas 725   <tag>
6028 26 Mar 12 nicklas 726     <name>xt-cells</name>
6154 04 Oct 12 nicklas 727     <tag-class>net.sf.basedb.clients.web.taglib.table.ExtensionCells</tag-class>
6154 04 Oct 12 nicklas 728     <body-content>JSP</body-content>
6028 26 Mar 12 nicklas 729     <attribute>
6028 26 Mar 12 nicklas 730       <name>dc</name>
6028 26 Mar 12 nicklas 731       <required>true</required>
6028 26 Mar 12 nicklas 732       <rtexprvalue>true</rtexprvalue>
6028 26 Mar 12 nicklas 733     </attribute>
6028 26 Mar 12 nicklas 734     <attribute>
6028 26 Mar 12 nicklas 735       <name>item</name>
6028 26 Mar 12 nicklas 736       <required>true</required>
6028 26 Mar 12 nicklas 737       <rtexprvalue>true</rtexprvalue>
6028 26 Mar 12 nicklas 738     </attribute>
6028 26 Mar 12 nicklas 739   </tag>
6028 26 Mar 12 nicklas 740   <tag>
510 03 May 05 nicklas 741     <name>hidden</name>
6154 04 Oct 12 nicklas 742     <tag-class>net.sf.basedb.clients.web.taglib.table.Hidden</tag-class>
6154 04 Oct 12 nicklas 743     <body-content>empty</body-content>
510 03 May 05 nicklas 744     <attribute>
510 03 May 05 nicklas 745       <name>name</name>
510 03 May 05 nicklas 746       <required>true</required>
510 03 May 05 nicklas 747       <rtexprvalue>true</rtexprvalue>
510 03 May 05 nicklas 748     </attribute>
510 03 May 05 nicklas 749     <attribute>
510 03 May 05 nicklas 750       <name>value</name>
510 03 May 05 nicklas 751       <rtexprvalue>true</rtexprvalue>
510 03 May 05 nicklas 752     </attribute>
510 03 May 05 nicklas 753     <attribute>
510 03 May 05 nicklas 754       <name>skip</name>
510 03 May 05 nicklas 755       <rtexprvalue>true</rtexprvalue>
510 03 May 05 nicklas 756     </attribute>
510 03 May 05 nicklas 757   </tag>
5111 30 Sep 09 nicklas 758   <tag>
5111 30 Sep 09 nicklas 759     <name>form</name>
6154 04 Oct 12 nicklas 760     <tag-class>net.sf.basedb.clients.web.taglib.table.Form</tag-class>
6154 04 Oct 12 nicklas 761     <body-content>JSP</body-content>
5111 30 Sep 09 nicklas 762     <attribute>
5940 31 Jan 12 nicklas 763       <name>id</name>
5940 31 Jan 12 nicklas 764       <rtexprvalue>true</rtexprvalue>
5940 31 Jan 12 nicklas 765     </attribute>
5940 31 Jan 12 nicklas 766     <attribute>
5940 31 Jan 12 nicklas 767       <name>clazz</name>
5940 31 Jan 12 nicklas 768       <rtexprvalue>true</rtexprvalue>
5940 31 Jan 12 nicklas 769     </attribute>
5940 31 Jan 12 nicklas 770     <attribute>
5940 31 Jan 12 nicklas 771       <name>subclass</name>
5940 31 Jan 12 nicklas 772       <rtexprvalue>true</rtexprvalue>
5940 31 Jan 12 nicklas 773     </attribute>
5940 31 Jan 12 nicklas 774     <attribute>
5940 31 Jan 12 nicklas 775       <name>style</name>
5940 31 Jan 12 nicklas 776       <rtexprvalue>true</rtexprvalue>
5940 31 Jan 12 nicklas 777     </attribute>
5940 31 Jan 12 nicklas 778     <attribute>
5111 30 Sep 09 nicklas 779       <name>width</name>
5111 30 Sep 09 nicklas 780       <rtexprvalue>true</rtexprvalue>
5111 30 Sep 09 nicklas 781     </attribute>
6183 24 Oct 12 nicklas 782     <dynamic-attributes>true</dynamic-attributes>
5111 30 Sep 09 nicklas 783   </tag>
375 07 Apr 05 nicklas 784   
375 07 Apr 05 nicklas 785 </taglib>