6154 |
04 Oct 12 |
nicklas |
<?xml version="1.0" encoding="UTF-8" ?> |
6154 |
04 Oct 12 |
nicklas |
<taglib xmlns="http://java.sun.com/xml/ns/javaee" |
6154 |
04 Oct 12 |
nicklas |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
6154 |
04 Oct 12 |
nicklas |
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 |
version="2.1"> |
375 |
07 Apr 05 |
nicklas |
6 |
<!-- |
2306 |
22 May 06 |
jari |
$Id$ |
375 |
07 Apr 05 |
nicklas |
8 |
|
3675 |
16 Aug 07 |
jari |
Copyright (C) 2005 Nicklas Nordborg |
6154 |
04 Oct 12 |
nicklas |
Copyright (C) 2006 Jari Häkkinen, Nicklas Nordborg |
3675 |
16 Aug 07 |
jari |
Copyright (C) 2007 Johan Enell |
375 |
07 Apr 05 |
nicklas |
12 |
|
2304 |
22 May 06 |
jari |
This file is part of BASE - BioArray Software Environment. |
2304 |
22 May 06 |
jari |
Available at http://base.thep.lu.se/ |
375 |
07 Apr 05 |
nicklas |
15 |
|
375 |
07 Apr 05 |
nicklas |
BASE is free software; you can redistribute it and/or |
375 |
07 Apr 05 |
nicklas |
modify it under the terms of the GNU General Public License |
4476 |
05 Sep 08 |
jari |
as published by the Free Software Foundation; either version 3 |
375 |
07 Apr 05 |
nicklas |
of the License, or (at your option) any later version. |
375 |
07 Apr 05 |
nicklas |
20 |
|
375 |
07 Apr 05 |
nicklas |
BASE is distributed in the hope that it will be useful, |
375 |
07 Apr 05 |
nicklas |
but WITHOUT ANY WARRANTY; without even the implied warranty of |
375 |
07 Apr 05 |
nicklas |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
375 |
07 Apr 05 |
nicklas |
GNU General Public License for more details. |
375 |
07 Apr 05 |
nicklas |
25 |
|
375 |
07 Apr 05 |
nicklas |
You should have received a copy of the GNU General Public License |
4510 |
11 Sep 08 |
jari |
along with BASE. If not, see <http://www.gnu.org/licenses/>. |
375 |
07 Apr 05 |
nicklas |
28 |
--> |
6154 |
04 Oct 12 |
nicklas |
<description> |
6154 |
04 Oct 12 |
nicklas |
For building data tables. |
6154 |
04 Oct 12 |
nicklas |
</description> |
6154 |
04 Oct 12 |
nicklas |
<display-name>table</display-name> |
6154 |
04 Oct 12 |
nicklas |
<tlib-version>3.0</tlib-version> |
6154 |
04 Oct 12 |
nicklas |
<short-name>table</short-name> |
375 |
07 Apr 05 |
nicklas |
35 |
|
375 |
07 Apr 05 |
nicklas |
<tag> |
375 |
07 Apr 05 |
nicklas |
<name>table</name> |
6154 |
04 Oct 12 |
nicklas |
<tag-class>net.sf.basedb.clients.web.taglib.table.Table</tag-class> |
6154 |
04 Oct 12 |
nicklas |
<body-content>JSP</body-content> |
375 |
07 Apr 05 |
nicklas |
<attribute> |
375 |
07 Apr 05 |
nicklas |
<name>id</name> |
375 |
07 Apr 05 |
nicklas |
<required>true</required> |
375 |
07 Apr 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
375 |
07 Apr 05 |
nicklas |
</attribute> |
375 |
07 Apr 05 |
nicklas |
<attribute> |
375 |
07 Apr 05 |
nicklas |
<name>clazz</name> |
375 |
07 Apr 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
375 |
07 Apr 05 |
nicklas |
</attribute> |
375 |
07 Apr 05 |
nicklas |
<attribute> |
5929 |
18 Jan 12 |
nicklas |
<name>subclass</name> |
5929 |
18 Jan 12 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
5929 |
18 Jan 12 |
nicklas |
</attribute> |
5929 |
18 Jan 12 |
nicklas |
<attribute> |
375 |
07 Apr 05 |
nicklas |
<name>style</name> |
375 |
07 Apr 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
375 |
07 Apr 05 |
nicklas |
</attribute> |
414 |
18 Apr 05 |
nicklas |
<attribute> |
495 |
29 Apr 05 |
nicklas |
<name>title</name> |
495 |
29 Apr 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
495 |
29 Apr 05 |
nicklas |
</attribute> |
495 |
29 Apr 05 |
nicklas |
<attribute> |
414 |
18 Apr 05 |
nicklas |
<name>sortby</name> |
414 |
18 Apr 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
414 |
18 Apr 05 |
nicklas |
</attribute> |
414 |
18 Apr 05 |
nicklas |
<attribute> |
414 |
18 Apr 05 |
nicklas |
<name>direction</name> |
414 |
18 Apr 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
414 |
18 Apr 05 |
nicklas |
</attribute> |
414 |
18 Apr 05 |
nicklas |
<attribute> |
414 |
18 Apr 05 |
nicklas |
<name>columns</name> |
414 |
18 Apr 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
414 |
18 Apr 05 |
nicklas |
</attribute> |
1713 |
14 Dec 05 |
nicklas |
<attribute> |
6697 |
29 Jan 15 |
nicklas |
<name>filterrows</name> |
6697 |
29 Jan 15 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
6697 |
29 Jan 15 |
nicklas |
</attribute> |
6697 |
29 Jan 15 |
nicklas |
<attribute> |
1713 |
14 Dec 05 |
nicklas |
<name>action</name> |
1713 |
14 Dec 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
1713 |
14 Dec 05 |
nicklas |
</attribute> |
1715 |
15 Dec 05 |
nicklas |
<attribute> |
1715 |
15 Dec 05 |
nicklas |
<name>sc</name> |
1715 |
15 Dec 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
1715 |
15 Dec 05 |
nicklas |
</attribute> |
1715 |
15 Dec 05 |
nicklas |
<attribute> |
1715 |
15 Dec 05 |
nicklas |
<name>item</name> |
1715 |
15 Dec 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
1715 |
15 Dec 05 |
nicklas |
</attribute> |
1933 |
07 Feb 06 |
nicklas |
<attribute> |
1933 |
07 Feb 06 |
nicklas |
<name>subcontext</name> |
1933 |
07 Feb 06 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
1933 |
07 Feb 06 |
nicklas |
</attribute> |
7083 |
01 Mar 16 |
nicklas |
<attribute> |
7083 |
01 Mar 16 |
nicklas |
<name>dragcolumns</name> |
7083 |
01 Mar 16 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
7083 |
01 Mar 16 |
nicklas |
</attribute> |
7943 |
04 May 21 |
nicklas |
<attribute> |
7943 |
04 May 21 |
nicklas |
<name>stickyheaders</name> |
7943 |
04 May 21 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
7943 |
04 May 21 |
nicklas |
</attribute> |
6182 |
23 Oct 12 |
nicklas |
<dynamic-attributes>true</dynamic-attributes> |
375 |
07 Apr 05 |
nicklas |
</tag> |
375 |
07 Apr 05 |
nicklas |
103 |
|
375 |
07 Apr 05 |
nicklas |
<tag> |
414 |
18 Apr 05 |
nicklas |
<name>columndef</name> |
6154 |
04 Oct 12 |
nicklas |
<tag-class>net.sf.basedb.clients.web.taglib.table.ColumnDef</tag-class> |
6154 |
04 Oct 12 |
nicklas |
<body-content>empty</body-content> |
414 |
18 Apr 05 |
nicklas |
<attribute> |
414 |
18 Apr 05 |
nicklas |
<name>id</name> |
414 |
18 Apr 05 |
nicklas |
<required>true</required> |
414 |
18 Apr 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
414 |
18 Apr 05 |
nicklas |
</attribute> |
414 |
18 Apr 05 |
nicklas |
<attribute> |
414 |
18 Apr 05 |
nicklas |
<name>clazz</name> |
414 |
18 Apr 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
414 |
18 Apr 05 |
nicklas |
</attribute> |
414 |
18 Apr 05 |
nicklas |
<attribute> |
5940 |
31 Jan 12 |
nicklas |
<name>subclass</name> |
5940 |
31 Jan 12 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
5940 |
31 Jan 12 |
nicklas |
</attribute> |
5940 |
31 Jan 12 |
nicklas |
<attribute> |
414 |
18 Apr 05 |
nicklas |
<name>style</name> |
414 |
18 Apr 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
414 |
18 Apr 05 |
nicklas |
</attribute> |
414 |
18 Apr 05 |
nicklas |
<attribute> |
414 |
18 Apr 05 |
nicklas |
<name>property</name> |
414 |
18 Apr 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
414 |
18 Apr 05 |
nicklas |
</attribute> |
414 |
18 Apr 05 |
nicklas |
<attribute> |
932 |
14 Jul 05 |
nicklas |
<name>annotation</name> |
932 |
14 Jul 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
932 |
14 Jul 05 |
nicklas |
</attribute> |
932 |
14 Jul 05 |
nicklas |
<attribute> |
666 |
27 May 05 |
nicklas |
<name>sortproperty</name> |
666 |
27 May 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
666 |
27 May 05 |
nicklas |
</attribute> |
666 |
27 May 05 |
nicklas |
<attribute> |
666 |
27 May 05 |
nicklas |
<name>filterproperty</name> |
666 |
27 May 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
666 |
27 May 05 |
nicklas |
</attribute> |
666 |
27 May 05 |
nicklas |
<attribute> |
666 |
27 May 05 |
nicklas |
<name>exportproperty</name> |
666 |
27 May 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
666 |
27 May 05 |
nicklas |
</attribute> |
666 |
27 May 05 |
nicklas |
<attribute> |
414 |
18 Apr 05 |
nicklas |
<name>datatype</name> |
414 |
18 Apr 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
414 |
18 Apr 05 |
nicklas |
</attribute> |
414 |
18 Apr 05 |
nicklas |
<attribute> |
414 |
18 Apr 05 |
nicklas |
<name>title</name> |
414 |
18 Apr 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
414 |
18 Apr 05 |
nicklas |
</attribute> |
414 |
18 Apr 05 |
nicklas |
<attribute> |
7905 |
11 Feb 21 |
nicklas |
<name>subtitle</name> |
7905 |
11 Feb 21 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
7905 |
11 Feb 21 |
nicklas |
</attribute> |
7905 |
11 Feb 21 |
nicklas |
<attribute> |
414 |
18 Apr 05 |
nicklas |
<name>sortable</name> |
414 |
18 Apr 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
414 |
18 Apr 05 |
nicklas |
</attribute> |
414 |
18 Apr 05 |
nicklas |
<attribute> |
414 |
18 Apr 05 |
nicklas |
<name>filterable</name> |
414 |
18 Apr 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
414 |
18 Apr 05 |
nicklas |
</attribute> |
414 |
18 Apr 05 |
nicklas |
<attribute> |
414 |
18 Apr 05 |
nicklas |
<name>exportable</name> |
414 |
18 Apr 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
414 |
18 Apr 05 |
nicklas |
</attribute> |
414 |
18 Apr 05 |
nicklas |
<attribute> |
414 |
18 Apr 05 |
nicklas |
<name>show</name> |
414 |
18 Apr 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
414 |
18 Apr 05 |
nicklas |
</attribute> |
414 |
18 Apr 05 |
nicklas |
<attribute> |
414 |
18 Apr 05 |
nicklas |
<name>tooltip</name> |
414 |
18 Apr 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
414 |
18 Apr 05 |
nicklas |
</attribute> |
646 |
25 May 05 |
nicklas |
<attribute> |
1708 |
13 Dec 05 |
nicklas |
<name>enumeration</name> |
1708 |
13 Dec 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
1708 |
13 Dec 05 |
nicklas |
</attribute> |
1708 |
13 Dec 05 |
nicklas |
<attribute> |
4250 |
25 Apr 08 |
nicklas |
<name>smartenum</name> |
4250 |
25 Apr 08 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
4250 |
25 Apr 08 |
nicklas |
</attribute> |
4250 |
25 Apr 08 |
nicklas |
<attribute> |
4302 |
19 May 08 |
nicklas |
<name>multiple</name> |
4302 |
19 May 08 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
4302 |
19 May 08 |
nicklas |
</attribute> |
4302 |
19 May 08 |
nicklas |
<attribute> |
1708 |
13 Dec 05 |
nicklas |
<name>filtervalue</name> |
1708 |
13 Dec 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
1708 |
13 Dec 05 |
nicklas |
</attribute> |
2733 |
16 Oct 06 |
nicklas |
<attribute> |
2733 |
16 Oct 06 |
nicklas |
<name>formatter</name> |
2733 |
16 Oct 06 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
2733 |
16 Oct 06 |
nicklas |
</attribute> |
4555 |
02 Oct 08 |
nicklas |
<attribute> |
4555 |
02 Oct 08 |
nicklas |
<name>unit</name> |
4555 |
02 Oct 08 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
4555 |
02 Oct 08 |
nicklas |
</attribute> |
6028 |
26 Mar 12 |
nicklas |
<attribute> |
6028 |
26 Mar 12 |
nicklas |
<name>extensions</name> |
6028 |
26 Mar 12 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
6028 |
26 Mar 12 |
nicklas |
</attribute> |
6028 |
26 Mar 12 |
nicklas |
<attribute> |
6028 |
26 Mar 12 |
nicklas |
<name>jspcontext</name> |
6028 |
26 Mar 12 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
6028 |
26 Mar 12 |
nicklas |
</attribute> |
414 |
18 Apr 05 |
nicklas |
</tag> |
414 |
18 Apr 05 |
nicklas |
210 |
|
414 |
18 Apr 05 |
nicklas |
<tag> |
5929 |
18 Jan 12 |
nicklas |
<name>headers</name> |
6154 |
04 Oct 12 |
nicklas |
<tag-class>net.sf.basedb.clients.web.taglib.table.Headers</tag-class> |
6154 |
04 Oct 12 |
nicklas |
<body-content>JSP</body-content> |
452 |
25 Apr 05 |
nicklas |
<attribute> |
452 |
25 Apr 05 |
nicklas |
<name>id</name> |
452 |
25 Apr 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
452 |
25 Apr 05 |
nicklas |
</attribute> |
452 |
25 Apr 05 |
nicklas |
<attribute> |
452 |
25 Apr 05 |
nicklas |
<name>clazz</name> |
452 |
25 Apr 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
452 |
25 Apr 05 |
nicklas |
</attribute> |
452 |
25 Apr 05 |
nicklas |
<attribute> |
5929 |
18 Jan 12 |
nicklas |
<name>subclass</name> |
452 |
25 Apr 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
452 |
25 Apr 05 |
nicklas |
</attribute> |
452 |
25 Apr 05 |
nicklas |
<attribute> |
5929 |
18 Jan 12 |
nicklas |
<name>style</name> |
452 |
25 Apr 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
452 |
25 Apr 05 |
nicklas |
</attribute> |
6183 |
24 Oct 12 |
nicklas |
<dynamic-attributes>true</dynamic-attributes> |
5929 |
18 Jan 12 |
nicklas |
</tag> |
5929 |
18 Jan 12 |
nicklas |
233 |
|
5929 |
18 Jan 12 |
nicklas |
<tag> |
5929 |
18 Jan 12 |
nicklas |
<name>headerrow</name> |
6154 |
04 Oct 12 |
nicklas |
<tag-class>net.sf.basedb.clients.web.taglib.table.HeaderRow</tag-class> |
6154 |
04 Oct 12 |
nicklas |
<body-content>JSP</body-content> |
452 |
25 Apr 05 |
nicklas |
<attribute> |
5929 |
18 Jan 12 |
nicklas |
<name>id</name> |
452 |
25 Apr 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
452 |
25 Apr 05 |
nicklas |
</attribute> |
452 |
25 Apr 05 |
nicklas |
<attribute> |
5929 |
18 Jan 12 |
nicklas |
<name>clazz</name> |
452 |
25 Apr 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
452 |
25 Apr 05 |
nicklas |
</attribute> |
452 |
25 Apr 05 |
nicklas |
<attribute> |
5929 |
18 Jan 12 |
nicklas |
<name>subclass</name> |
452 |
25 Apr 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
452 |
25 Apr 05 |
nicklas |
</attribute> |
452 |
25 Apr 05 |
nicklas |
<attribute> |
5929 |
18 Jan 12 |
nicklas |
<name>style</name> |
574 |
12 May 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
574 |
12 May 05 |
nicklas |
</attribute> |
6183 |
24 Oct 12 |
nicklas |
<dynamic-attributes>true</dynamic-attributes> |
452 |
25 Apr 05 |
nicklas |
</tag> |
5929 |
18 Jan 12 |
nicklas |
256 |
|
5929 |
18 Jan 12 |
nicklas |
<tag> |
5929 |
18 Jan 12 |
nicklas |
<name>columnheaders</name> |
6154 |
04 Oct 12 |
nicklas |
<tag-class>net.sf.basedb.clients.web.taglib.table.ColumnHeaders</tag-class> |
6154 |
04 Oct 12 |
nicklas |
<body-content>empty</body-content> |
5929 |
18 Jan 12 |
nicklas |
</tag> |
452 |
25 Apr 05 |
nicklas |
262 |
|
452 |
25 Apr 05 |
nicklas |
<tag> |
7905 |
11 Feb 21 |
nicklas |
<name>columnsubtitles</name> |
7905 |
11 Feb 21 |
nicklas |
<tag-class>net.sf.basedb.clients.web.taglib.table.ColumnSubtitles</tag-class> |
7905 |
11 Feb 21 |
nicklas |
<body-content>empty</body-content> |
7905 |
11 Feb 21 |
nicklas |
<attribute> |
7905 |
11 Feb 21 |
nicklas |
<name>id</name> |
7905 |
11 Feb 21 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
7905 |
11 Feb 21 |
nicklas |
</attribute> |
7905 |
11 Feb 21 |
nicklas |
<attribute> |
7905 |
11 Feb 21 |
nicklas |
<name>clazz</name> |
7905 |
11 Feb 21 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
7905 |
11 Feb 21 |
nicklas |
</attribute> |
7905 |
11 Feb 21 |
nicklas |
<attribute> |
7905 |
11 Feb 21 |
nicklas |
<name>subclass</name> |
7905 |
11 Feb 21 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
7905 |
11 Feb 21 |
nicklas |
</attribute> |
7905 |
11 Feb 21 |
nicklas |
<attribute> |
7905 |
11 Feb 21 |
nicklas |
<name>style</name> |
7905 |
11 Feb 21 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
7905 |
11 Feb 21 |
nicklas |
</attribute> |
7905 |
11 Feb 21 |
nicklas |
</tag> |
7905 |
11 Feb 21 |
nicklas |
284 |
|
7905 |
11 Feb 21 |
nicklas |
<tag> |
1714 |
14 Dec 05 |
nicklas |
<name>presetselector</name> |
6154 |
04 Oct 12 |
nicklas |
<tag-class>net.sf.basedb.clients.web.taglib.table.PresetSelector</tag-class> |
6154 |
04 Oct 12 |
nicklas |
<body-content>JSP</body-content> |
1714 |
14 Dec 05 |
nicklas |
<attribute> |
1714 |
14 Dec 05 |
nicklas |
<name>id</name> |
1714 |
14 Dec 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
1714 |
14 Dec 05 |
nicklas |
</attribute> |
1714 |
14 Dec 05 |
nicklas |
<attribute> |
1714 |
14 Dec 05 |
nicklas |
<name>clazz</name> |
1714 |
14 Dec 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
1714 |
14 Dec 05 |
nicklas |
</attribute> |
1714 |
14 Dec 05 |
nicklas |
<attribute> |
5948 |
08 Feb 12 |
nicklas |
<name>subclass</name> |
1714 |
14 Dec 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
1714 |
14 Dec 05 |
nicklas |
</attribute> |
1714 |
14 Dec 05 |
nicklas |
<attribute> |
5948 |
08 Feb 12 |
nicklas |
<name>style</name> |
1714 |
14 Dec 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
1714 |
14 Dec 05 |
nicklas |
</attribute> |
1714 |
14 Dec 05 |
nicklas |
<attribute> |
1714 |
14 Dec 05 |
nicklas |
<name>visible</name> |
1714 |
14 Dec 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
1714 |
14 Dec 05 |
nicklas |
</attribute> |
3501 |
15 Jun 07 |
enell |
<attribute> |
3501 |
15 Jun 07 |
enell |
<name>disableremoved</name> |
3501 |
15 Jun 07 |
enell |
<rtexprvalue>true</rtexprvalue> |
3501 |
15 Jun 07 |
enell |
</attribute> |
3501 |
15 Jun 07 |
enell |
<attribute> |
3501 |
15 Jun 07 |
enell |
<name>disableownedby</name> |
3501 |
15 Jun 07 |
enell |
<rtexprvalue>true</rtexprvalue> |
3501 |
15 Jun 07 |
enell |
</attribute> |
3501 |
15 Jun 07 |
enell |
<attribute> |
3501 |
15 Jun 07 |
enell |
<name>disablesharedto</name> |
3501 |
15 Jun 07 |
enell |
<rtexprvalue>true</rtexprvalue> |
3501 |
15 Jun 07 |
enell |
</attribute> |
3501 |
15 Jun 07 |
enell |
<attribute> |
3501 |
15 Jun 07 |
enell |
<name>disableinproject</name> |
3501 |
15 Jun 07 |
enell |
<rtexprvalue>true</rtexprvalue> |
3501 |
15 Jun 07 |
enell |
</attribute> |
3501 |
15 Jun 07 |
enell |
<attribute> |
3501 |
15 Jun 07 |
enell |
<name>disableothers</name> |
3501 |
15 Jun 07 |
enell |
<rtexprvalue>true</rtexprvalue> |
3501 |
15 Jun 07 |
enell |
</attribute> |
6183 |
24 Oct 12 |
nicklas |
<dynamic-attributes>true</dynamic-attributes> |
1714 |
14 Dec 05 |
nicklas |
</tag> |
1714 |
14 Dec 05 |
nicklas |
331 |
|
1714 |
14 Dec 05 |
nicklas |
<tag> |
375 |
07 Apr 05 |
nicklas |
<name>navigator</name> |
6154 |
04 Oct 12 |
nicklas |
<tag-class>net.sf.basedb.clients.web.taglib.table.Navigator</tag-class> |
6154 |
04 Oct 12 |
nicklas |
<body-content>empty</body-content> |
375 |
07 Apr 05 |
nicklas |
<attribute> |
375 |
07 Apr 05 |
nicklas |
<name>id</name> |
375 |
07 Apr 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
375 |
07 Apr 05 |
nicklas |
</attribute> |
375 |
07 Apr 05 |
nicklas |
<attribute> |
375 |
07 Apr 05 |
nicklas |
<name>clazz</name> |
375 |
07 Apr 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
375 |
07 Apr 05 |
nicklas |
</attribute> |
375 |
07 Apr 05 |
nicklas |
<attribute> |
375 |
07 Apr 05 |
nicklas |
<name>style</name> |
375 |
07 Apr 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
375 |
07 Apr 05 |
nicklas |
</attribute> |
375 |
07 Apr 05 |
nicklas |
<attribute> |
375 |
07 Apr 05 |
nicklas |
<name>page</name> |
375 |
07 Apr 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
375 |
07 Apr 05 |
nicklas |
</attribute> |
375 |
07 Apr 05 |
nicklas |
<attribute> |
375 |
07 Apr 05 |
nicklas |
<name>rowsperpage</name> |
375 |
07 Apr 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
375 |
07 Apr 05 |
nicklas |
</attribute> |
375 |
07 Apr 05 |
nicklas |
<attribute> |
375 |
07 Apr 05 |
nicklas |
<name>totalrows</name> |
375 |
07 Apr 05 |
nicklas |
<required>true</required> |
375 |
07 Apr 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
375 |
07 Apr 05 |
nicklas |
</attribute> |
510 |
03 May 05 |
nicklas |
<attribute> |
510 |
03 May 05 |
nicklas |
<name>visible</name> |
510 |
03 May 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
510 |
03 May 05 |
nicklas |
</attribute> |
1715 |
15 Dec 05 |
nicklas |
<attribute> |
1715 |
15 Dec 05 |
nicklas |
<name>locked</name> |
1715 |
15 Dec 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
1715 |
15 Dec 05 |
nicklas |
</attribute> |
6183 |
24 Oct 12 |
nicklas |
<dynamic-attributes>true</dynamic-attributes> |
375 |
07 Apr 05 |
nicklas |
</tag> |
375 |
07 Apr 05 |
nicklas |
371 |
|
375 |
07 Apr 05 |
nicklas |
<tag> |
375 |
07 Apr 05 |
nicklas |
<name>toolbar</name> |
6154 |
04 Oct 12 |
nicklas |
<tag-class>net.sf.basedb.clients.web.taglib.table.Toolbar</tag-class> |
6154 |
04 Oct 12 |
nicklas |
<body-content>JSP</body-content> |
375 |
07 Apr 05 |
nicklas |
<attribute> |
375 |
07 Apr 05 |
nicklas |
<name>id</name> |
375 |
07 Apr 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
375 |
07 Apr 05 |
nicklas |
</attribute> |
375 |
07 Apr 05 |
nicklas |
<attribute> |
375 |
07 Apr 05 |
nicklas |
<name>clazz</name> |
375 |
07 Apr 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
375 |
07 Apr 05 |
nicklas |
</attribute> |
375 |
07 Apr 05 |
nicklas |
<attribute> |
5918 |
21 Dec 11 |
nicklas |
<name>subclass</name> |
5918 |
21 Dec 11 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
5918 |
21 Dec 11 |
nicklas |
</attribute> |
5918 |
21 Dec 11 |
nicklas |
<attribute> |
375 |
07 Apr 05 |
nicklas |
<name>style</name> |
375 |
07 Apr 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
375 |
07 Apr 05 |
nicklas |
</attribute> |
510 |
03 May 05 |
nicklas |
<attribute> |
510 |
03 May 05 |
nicklas |
<name>visible</name> |
510 |
03 May 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
510 |
03 May 05 |
nicklas |
</attribute> |
6183 |
24 Oct 12 |
nicklas |
<dynamic-attributes>true</dynamic-attributes> |
375 |
07 Apr 05 |
nicklas |
</tag> |
375 |
07 Apr 05 |
nicklas |
398 |
|
375 |
07 Apr 05 |
nicklas |
<tag> |
405 |
15 Apr 05 |
nicklas |
<name>panel</name> |
6154 |
04 Oct 12 |
nicklas |
<tag-class>net.sf.basedb.clients.web.taglib.table.Panel</tag-class> |
6154 |
04 Oct 12 |
nicklas |
<body-content>JSP</body-content> |
405 |
15 Apr 05 |
nicklas |
<attribute> |
405 |
15 Apr 05 |
nicklas |
<name>id</name> |
405 |
15 Apr 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
405 |
15 Apr 05 |
nicklas |
</attribute> |
405 |
15 Apr 05 |
nicklas |
<attribute> |
405 |
15 Apr 05 |
nicklas |
<name>clazz</name> |
405 |
15 Apr 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
405 |
15 Apr 05 |
nicklas |
</attribute> |
405 |
15 Apr 05 |
nicklas |
<attribute> |
5940 |
31 Jan 12 |
nicklas |
<name>subclass</name> |
5940 |
31 Jan 12 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
5940 |
31 Jan 12 |
nicklas |
</attribute> |
5940 |
31 Jan 12 |
nicklas |
<attribute> |
405 |
15 Apr 05 |
nicklas |
<name>style</name> |
405 |
15 Apr 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
405 |
15 Apr 05 |
nicklas |
</attribute> |
495 |
29 Apr 05 |
nicklas |
<attribute> |
495 |
29 Apr 05 |
nicklas |
<name>visible</name> |
495 |
29 Apr 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
495 |
29 Apr 05 |
nicklas |
</attribute> |
6183 |
24 Oct 12 |
nicklas |
<dynamic-attributes>true</dynamic-attributes> |
405 |
15 Apr 05 |
nicklas |
</tag> |
1708 |
13 Dec 05 |
nicklas |
425 |
|
1708 |
13 Dec 05 |
nicklas |
<tag> |
1708 |
13 Dec 05 |
nicklas |
<name>propertyfilter</name> |
6154 |
04 Oct 12 |
nicklas |
<tag-class>net.sf.basedb.clients.web.taglib.table.PropertyFilter</tag-class> |
6154 |
04 Oct 12 |
nicklas |
<body-content>empty</body-content> |
6697 |
29 Jan 15 |
nicklas |
<attribute> |
6697 |
29 Jan 15 |
nicklas |
<name>row</name> |
6697 |
29 Jan 15 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
6697 |
29 Jan 15 |
nicklas |
</attribute> |
1708 |
13 Dec 05 |
nicklas |
</tag> |
405 |
15 Apr 05 |
nicklas |
435 |
|
405 |
15 Apr 05 |
nicklas |
<tag> |
375 |
07 Apr 05 |
nicklas |
<name>button</name> |
6154 |
04 Oct 12 |
nicklas |
<tag-class>net.sf.basedb.clients.web.taglib.table.Button</tag-class> |
6154 |
04 Oct 12 |
nicklas |
<body-content>empty</body-content> |
375 |
07 Apr 05 |
nicklas |
<attribute> |
375 |
07 Apr 05 |
nicklas |
<name>id</name> |
375 |
07 Apr 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
375 |
07 Apr 05 |
nicklas |
</attribute> |
375 |
07 Apr 05 |
nicklas |
<attribute> |
375 |
07 Apr 05 |
nicklas |
<name>clazz</name> |
375 |
07 Apr 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
375 |
07 Apr 05 |
nicklas |
</attribute> |
375 |
07 Apr 05 |
nicklas |
<attribute> |
5918 |
21 Dec 11 |
nicklas |
<name>subclass</name> |
375 |
07 Apr 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
375 |
07 Apr 05 |
nicklas |
</attribute> |
375 |
07 Apr 05 |
nicklas |
<attribute> |
5918 |
21 Dec 11 |
nicklas |
<name>style</name> |
375 |
07 Apr 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
375 |
07 Apr 05 |
nicklas |
</attribute> |
375 |
07 Apr 05 |
nicklas |
<attribute> |
5918 |
21 Dec 11 |
nicklas |
<name>image</name> |
2222 |
09 May 06 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
2222 |
09 May 06 |
nicklas |
</attribute> |
2222 |
09 May 06 |
nicklas |
<attribute> |
375 |
07 Apr 05 |
nicklas |
<name>title</name> |
375 |
07 Apr 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
375 |
07 Apr 05 |
nicklas |
</attribute> |
375 |
07 Apr 05 |
nicklas |
<attribute> |
375 |
07 Apr 05 |
nicklas |
<name>tooltip</name> |
375 |
07 Apr 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
375 |
07 Apr 05 |
nicklas |
</attribute> |
399 |
15 Apr 05 |
nicklas |
<attribute> |
399 |
15 Apr 05 |
nicklas |
<name>disabled</name> |
399 |
15 Apr 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
399 |
15 Apr 05 |
nicklas |
</attribute> |
495 |
29 Apr 05 |
nicklas |
<attribute> |
495 |
29 Apr 05 |
nicklas |
<name>visible</name> |
495 |
29 Apr 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
495 |
29 Apr 05 |
nicklas |
</attribute> |
6096 |
03 Sep 12 |
nicklas |
<attribute> |
6096 |
03 Sep 12 |
nicklas |
<name>tabindex</name> |
6096 |
03 Sep 12 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
6096 |
03 Sep 12 |
nicklas |
</attribute> |
6174 |
17 Oct 12 |
nicklas |
<dynamic-attributes>true</dynamic-attributes> |
375 |
07 Apr 05 |
nicklas |
</tag> |
375 |
07 Apr 05 |
nicklas |
482 |
|
375 |
07 Apr 05 |
nicklas |
<tag> |
2222 |
09 May 06 |
nicklas |
<name>label</name> |
6154 |
04 Oct 12 |
nicklas |
<tag-class>net.sf.basedb.clients.web.taglib.table.Label</tag-class> |
6154 |
04 Oct 12 |
nicklas |
<body-content>JSP</body-content> |
2222 |
09 May 06 |
nicklas |
<attribute> |
2222 |
09 May 06 |
nicklas |
<name>id</name> |
2222 |
09 May 06 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
2222 |
09 May 06 |
nicklas |
</attribute> |
2222 |
09 May 06 |
nicklas |
<attribute> |
2222 |
09 May 06 |
nicklas |
<name>clazz</name> |
2222 |
09 May 06 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
2222 |
09 May 06 |
nicklas |
</attribute> |
2222 |
09 May 06 |
nicklas |
<attribute> |
5940 |
31 Jan 12 |
nicklas |
<name>subclass</name> |
5940 |
31 Jan 12 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
5940 |
31 Jan 12 |
nicklas |
</attribute> |
5940 |
31 Jan 12 |
nicklas |
<attribute> |
2222 |
09 May 06 |
nicklas |
<name>style</name> |
2222 |
09 May 06 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
2222 |
09 May 06 |
nicklas |
</attribute> |
2222 |
09 May 06 |
nicklas |
<attribute> |
2222 |
09 May 06 |
nicklas |
<name>image</name> |
2222 |
09 May 06 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
2222 |
09 May 06 |
nicklas |
</attribute> |
2222 |
09 May 06 |
nicklas |
<attribute> |
2222 |
09 May 06 |
nicklas |
<name>title</name> |
2222 |
09 May 06 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
2222 |
09 May 06 |
nicklas |
</attribute> |
2222 |
09 May 06 |
nicklas |
<attribute> |
2222 |
09 May 06 |
nicklas |
<name>tooltip</name> |
2222 |
09 May 06 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
2222 |
09 May 06 |
nicklas |
</attribute> |
2222 |
09 May 06 |
nicklas |
<attribute> |
2222 |
09 May 06 |
nicklas |
<name>visible</name> |
2222 |
09 May 06 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
2222 |
09 May 06 |
nicklas |
</attribute> |
6183 |
24 Oct 12 |
nicklas |
<dynamic-attributes>true</dynamic-attributes> |
2222 |
09 May 06 |
nicklas |
</tag> |
2222 |
09 May 06 |
nicklas |
<tag> |
375 |
07 Apr 05 |
nicklas |
<name>data</name> |
6154 |
04 Oct 12 |
nicklas |
<tag-class>net.sf.basedb.clients.web.taglib.table.Data</tag-class> |
6154 |
04 Oct 12 |
nicklas |
<body-content>JSP</body-content> |
375 |
07 Apr 05 |
nicklas |
<attribute> |
375 |
07 Apr 05 |
nicklas |
<name>id</name> |
375 |
07 Apr 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
375 |
07 Apr 05 |
nicklas |
</attribute> |
375 |
07 Apr 05 |
nicklas |
<attribute> |
375 |
07 Apr 05 |
nicklas |
<name>clazz</name> |
375 |
07 Apr 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
375 |
07 Apr 05 |
nicklas |
</attribute> |
375 |
07 Apr 05 |
nicklas |
<attribute> |
5940 |
31 Jan 12 |
nicklas |
<name>subclass</name> |
5940 |
31 Jan 12 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
5940 |
31 Jan 12 |
nicklas |
</attribute> |
5940 |
31 Jan 12 |
nicklas |
<attribute> |
375 |
07 Apr 05 |
nicklas |
<name>style</name> |
375 |
07 Apr 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
375 |
07 Apr 05 |
nicklas |
</attribute> |
6183 |
24 Oct 12 |
nicklas |
<dynamic-attributes>true</dynamic-attributes> |
375 |
07 Apr 05 |
nicklas |
</tag> |
375 |
07 Apr 05 |
nicklas |
543 |
|
375 |
07 Apr 05 |
nicklas |
<tag> |
375 |
07 Apr 05 |
nicklas |
<name>header</name> |
6154 |
04 Oct 12 |
nicklas |
<tag-class>net.sf.basedb.clients.web.taglib.table.Header</tag-class> |
6154 |
04 Oct 12 |
nicklas |
<body-content>JSP</body-content> |
375 |
07 Apr 05 |
nicklas |
<attribute> |
5940 |
31 Jan 12 |
nicklas |
<name>id</name> |
5940 |
31 Jan 12 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
5940 |
31 Jan 12 |
nicklas |
</attribute> |
5940 |
31 Jan 12 |
nicklas |
<attribute> |
375 |
07 Apr 05 |
nicklas |
<name>clazz</name> |
375 |
07 Apr 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
375 |
07 Apr 05 |
nicklas |
</attribute> |
375 |
07 Apr 05 |
nicklas |
<attribute> |
5940 |
31 Jan 12 |
nicklas |
<name>subclass</name> |
5940 |
31 Jan 12 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
5940 |
31 Jan 12 |
nicklas |
</attribute> |
5940 |
31 Jan 12 |
nicklas |
<attribute> |
375 |
07 Apr 05 |
nicklas |
<name>style</name> |
375 |
07 Apr 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
375 |
07 Apr 05 |
nicklas |
</attribute> |
495 |
29 Apr 05 |
nicklas |
<attribute> |
5948 |
08 Feb 12 |
nicklas |
<name>colspan</name> |
5948 |
08 Feb 12 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
5948 |
08 Feb 12 |
nicklas |
</attribute> |
5948 |
08 Feb 12 |
nicklas |
<attribute> |
495 |
29 Apr 05 |
nicklas |
<name>visible</name> |
495 |
29 Apr 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
495 |
29 Apr 05 |
nicklas |
</attribute> |
6183 |
24 Oct 12 |
nicklas |
<dynamic-attributes>true</dynamic-attributes> |
375 |
07 Apr 05 |
nicklas |
</tag> |
375 |
07 Apr 05 |
nicklas |
574 |
|
375 |
07 Apr 05 |
nicklas |
<tag> |
375 |
07 Apr 05 |
nicklas |
<name>rows</name> |
6154 |
04 Oct 12 |
nicklas |
<tag-class>net.sf.basedb.clients.web.taglib.table.Rows</tag-class> |
6154 |
04 Oct 12 |
nicklas |
<body-content>JSP</body-content> |
5948 |
08 Feb 12 |
nicklas |
<attribute> |
5948 |
08 Feb 12 |
nicklas |
<name>id</name> |
5948 |
08 Feb 12 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
5948 |
08 Feb 12 |
nicklas |
</attribute> |
5948 |
08 Feb 12 |
nicklas |
<attribute> |
5948 |
08 Feb 12 |
nicklas |
<name>clazz</name> |
5948 |
08 Feb 12 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
5948 |
08 Feb 12 |
nicklas |
</attribute> |
5948 |
08 Feb 12 |
nicklas |
<attribute> |
5948 |
08 Feb 12 |
nicklas |
<name>subclass</name> |
5948 |
08 Feb 12 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
5948 |
08 Feb 12 |
nicklas |
</attribute> |
5948 |
08 Feb 12 |
nicklas |
<attribute> |
5948 |
08 Feb 12 |
nicklas |
<name>style</name> |
5948 |
08 Feb 12 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
5948 |
08 Feb 12 |
nicklas |
</attribute> |
6183 |
24 Oct 12 |
nicklas |
<dynamic-attributes>true</dynamic-attributes> |
375 |
07 Apr 05 |
nicklas |
</tag> |
375 |
07 Apr 05 |
nicklas |
597 |
|
375 |
07 Apr 05 |
nicklas |
<tag> |
375 |
07 Apr 05 |
nicklas |
<name>row</name> |
6154 |
04 Oct 12 |
nicklas |
<tag-class>net.sf.basedb.clients.web.taglib.table.Row</tag-class> |
6154 |
04 Oct 12 |
nicklas |
<body-content>JSP</body-content> |
376 |
07 Apr 05 |
nicklas |
<attribute> |
2097 |
21 Mar 06 |
nicklas |
<name>id</name> |
2097 |
21 Mar 06 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
2097 |
21 Mar 06 |
nicklas |
</attribute> |
2097 |
21 Mar 06 |
nicklas |
<attribute> |
376 |
07 Apr 05 |
nicklas |
<name>clazz</name> |
376 |
07 Apr 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
376 |
07 Apr 05 |
nicklas |
</attribute> |
376 |
07 Apr 05 |
nicklas |
<attribute> |
5940 |
31 Jan 12 |
nicklas |
<name>subclass</name> |
5940 |
31 Jan 12 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
5940 |
31 Jan 12 |
nicklas |
</attribute> |
5940 |
31 Jan 12 |
nicklas |
<attribute> |
376 |
07 Apr 05 |
nicklas |
<name>style</name> |
376 |
07 Apr 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
376 |
07 Apr 05 |
nicklas |
</attribute> |
495 |
29 Apr 05 |
nicklas |
<attribute> |
1908 |
06 Feb 06 |
nicklas |
<name>highlight</name> |
1908 |
06 Feb 06 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
1908 |
06 Feb 06 |
nicklas |
</attribute> |
1908 |
06 Feb 06 |
nicklas |
<attribute> |
495 |
29 Apr 05 |
nicklas |
<name>visible</name> |
495 |
29 Apr 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
495 |
29 Apr 05 |
nicklas |
</attribute> |
6183 |
24 Oct 12 |
nicklas |
<dynamic-attributes>true</dynamic-attributes> |
375 |
07 Apr 05 |
nicklas |
</tag> |
375 |
07 Apr 05 |
nicklas |
628 |
|
375 |
07 Apr 05 |
nicklas |
<tag> |
375 |
07 Apr 05 |
nicklas |
<name>cell</name> |
6154 |
04 Oct 12 |
nicklas |
<tag-class>net.sf.basedb.clients.web.taglib.table.Cell</tag-class> |
6154 |
04 Oct 12 |
nicklas |
<body-content>JSP</body-content> |
375 |
07 Apr 05 |
nicklas |
<attribute> |
5186 |
06 Nov 09 |
nicklas |
<name>id</name> |
5186 |
06 Nov 09 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
5186 |
06 Nov 09 |
nicklas |
</attribute> |
5186 |
06 Nov 09 |
nicklas |
<attribute> |
376 |
07 Apr 05 |
nicklas |
<name>clazz</name> |
376 |
07 Apr 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
376 |
07 Apr 05 |
nicklas |
</attribute> |
376 |
07 Apr 05 |
nicklas |
<attribute> |
7908 |
12 Feb 21 |
nicklas |
<name>subclass</name> |
7908 |
12 Feb 21 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
7908 |
12 Feb 21 |
nicklas |
</attribute> |
7908 |
12 Feb 21 |
nicklas |
<attribute> |
4711 |
18 Dec 08 |
nicklas |
<name>errorclazz</name> |
4711 |
18 Dec 08 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
4711 |
18 Dec 08 |
nicklas |
</attribute> |
4711 |
18 Dec 08 |
nicklas |
<attribute> |
376 |
07 Apr 05 |
nicklas |
<name>style</name> |
376 |
07 Apr 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
376 |
07 Apr 05 |
nicklas |
</attribute> |
376 |
07 Apr 05 |
nicklas |
<attribute> |
375 |
07 Apr 05 |
nicklas |
<name>column</name> |
375 |
07 Apr 05 |
nicklas |
<required>true</required> |
375 |
07 Apr 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
375 |
07 Apr 05 |
nicklas |
</attribute> |
495 |
29 Apr 05 |
nicklas |
<attribute> |
495 |
29 Apr 05 |
nicklas |
<name>visible</name> |
495 |
29 Apr 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
495 |
29 Apr 05 |
nicklas |
</attribute> |
2733 |
16 Oct 06 |
nicklas |
<attribute> |
2733 |
16 Oct 06 |
nicklas |
<name>value</name> |
2733 |
16 Oct 06 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
2733 |
16 Oct 06 |
nicklas |
</attribute> |
4673 |
28 Nov 08 |
nicklas |
<attribute> |
7908 |
12 Feb 21 |
nicklas |
<name>disableOverflowCheck</name> |
7908 |
12 Feb 21 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
7908 |
12 Feb 21 |
nicklas |
</attribute> |
7908 |
12 Feb 21 |
nicklas |
<attribute> |
4673 |
28 Nov 08 |
nicklas |
<name>maxcharacters</name> |
4673 |
28 Nov 08 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
4673 |
28 Nov 08 |
nicklas |
</attribute> |
4673 |
28 Nov 08 |
nicklas |
<attribute> |
4673 |
28 Nov 08 |
nicklas |
<name>autoshow</name> |
4673 |
28 Nov 08 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
4673 |
28 Nov 08 |
nicklas |
</attribute> |
4673 |
28 Nov 08 |
nicklas |
<attribute> |
4673 |
28 Nov 08 |
nicklas |
<name>maxwidth</name> |
4673 |
28 Nov 08 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
4673 |
28 Nov 08 |
nicklas |
</attribute> |
4673 |
28 Nov 08 |
nicklas |
<attribute> |
4673 |
28 Nov 08 |
nicklas |
<name>maxheight</name> |
4673 |
28 Nov 08 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
4673 |
28 Nov 08 |
nicklas |
</attribute> |
375 |
07 Apr 05 |
nicklas |
</tag> |
510 |
03 May 05 |
nicklas |
687 |
|
510 |
03 May 05 |
nicklas |
<tag> |
2733 |
16 Oct 06 |
nicklas |
<name>cellvalue</name> |
6154 |
04 Oct 12 |
nicklas |
<tag-class>net.sf.basedb.clients.web.taglib.table.CellValue</tag-class> |
6154 |
04 Oct 12 |
nicklas |
<body-content>empty</body-content> |
2733 |
16 Oct 06 |
nicklas |
<attribute> |
7335 |
12 Apr 17 |
nicklas |
<name>clazz</name> |
7335 |
12 Apr 17 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
7335 |
12 Apr 17 |
nicklas |
</attribute> |
7335 |
12 Apr 17 |
nicklas |
<attribute> |
7335 |
12 Apr 17 |
nicklas |
<name>style</name> |
7335 |
12 Apr 17 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
7335 |
12 Apr 17 |
nicklas |
</attribute> |
7335 |
12 Apr 17 |
nicklas |
<attribute> |
2733 |
16 Oct 06 |
nicklas |
<name>value</name> |
2733 |
16 Oct 06 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
2733 |
16 Oct 06 |
nicklas |
</attribute> |
2942 |
22 Nov 06 |
nicklas |
<attribute> |
2942 |
22 Nov 06 |
nicklas |
<name>list</name> |
2942 |
22 Nov 06 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
2942 |
22 Nov 06 |
nicklas |
</attribute> |
2942 |
22 Nov 06 |
nicklas |
<attribute> |
2942 |
22 Nov 06 |
nicklas |
<name>separator</name> |
2942 |
22 Nov 06 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
2942 |
22 Nov 06 |
nicklas |
</attribute> |
4544 |
25 Sep 08 |
nicklas |
<attribute> |
4544 |
25 Sep 08 |
nicklas |
<name>prefix</name> |
4544 |
25 Sep 08 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
4544 |
25 Sep 08 |
nicklas |
</attribute> |
4544 |
25 Sep 08 |
nicklas |
<attribute> |
4544 |
25 Sep 08 |
nicklas |
<name>suffix</name> |
4544 |
25 Sep 08 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
4544 |
25 Sep 08 |
nicklas |
</attribute> |
8160 |
07 Jun 23 |
nicklas |
<attribute> |
8160 |
07 Jun 23 |
nicklas |
<name>bulletlist</name> |
8160 |
07 Jun 23 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
8160 |
07 Jun 23 |
nicklas |
</attribute> |
2733 |
16 Oct 06 |
nicklas |
</tag> |
2733 |
16 Oct 06 |
nicklas |
<tag> |
6028 |
26 Mar 12 |
nicklas |
<name>xt-cells</name> |
6154 |
04 Oct 12 |
nicklas |
<tag-class>net.sf.basedb.clients.web.taglib.table.ExtensionCells</tag-class> |
6154 |
04 Oct 12 |
nicklas |
<body-content>JSP</body-content> |
6028 |
26 Mar 12 |
nicklas |
<attribute> |
6028 |
26 Mar 12 |
nicklas |
<name>dc</name> |
6028 |
26 Mar 12 |
nicklas |
<required>true</required> |
6028 |
26 Mar 12 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
6028 |
26 Mar 12 |
nicklas |
</attribute> |
6028 |
26 Mar 12 |
nicklas |
<attribute> |
6028 |
26 Mar 12 |
nicklas |
<name>item</name> |
6028 |
26 Mar 12 |
nicklas |
<required>true</required> |
6028 |
26 Mar 12 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
6028 |
26 Mar 12 |
nicklas |
</attribute> |
6028 |
26 Mar 12 |
nicklas |
</tag> |
6028 |
26 Mar 12 |
nicklas |
<tag> |
510 |
03 May 05 |
nicklas |
<name>hidden</name> |
6154 |
04 Oct 12 |
nicklas |
<tag-class>net.sf.basedb.clients.web.taglib.table.Hidden</tag-class> |
6154 |
04 Oct 12 |
nicklas |
<body-content>empty</body-content> |
510 |
03 May 05 |
nicklas |
<attribute> |
510 |
03 May 05 |
nicklas |
<name>name</name> |
510 |
03 May 05 |
nicklas |
<required>true</required> |
510 |
03 May 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
510 |
03 May 05 |
nicklas |
</attribute> |
510 |
03 May 05 |
nicklas |
<attribute> |
510 |
03 May 05 |
nicklas |
<name>value</name> |
510 |
03 May 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
510 |
03 May 05 |
nicklas |
</attribute> |
510 |
03 May 05 |
nicklas |
<attribute> |
510 |
03 May 05 |
nicklas |
<name>skip</name> |
510 |
03 May 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
510 |
03 May 05 |
nicklas |
</attribute> |
510 |
03 May 05 |
nicklas |
</tag> |
5111 |
30 Sep 09 |
nicklas |
<tag> |
5111 |
30 Sep 09 |
nicklas |
<name>form</name> |
6154 |
04 Oct 12 |
nicklas |
<tag-class>net.sf.basedb.clients.web.taglib.table.Form</tag-class> |
6154 |
04 Oct 12 |
nicklas |
<body-content>JSP</body-content> |
5111 |
30 Sep 09 |
nicklas |
<attribute> |
5940 |
31 Jan 12 |
nicklas |
<name>id</name> |
5940 |
31 Jan 12 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
5940 |
31 Jan 12 |
nicklas |
</attribute> |
5940 |
31 Jan 12 |
nicklas |
<attribute> |
5940 |
31 Jan 12 |
nicklas |
<name>clazz</name> |
5940 |
31 Jan 12 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
5940 |
31 Jan 12 |
nicklas |
</attribute> |
5940 |
31 Jan 12 |
nicklas |
<attribute> |
5940 |
31 Jan 12 |
nicklas |
<name>subclass</name> |
5940 |
31 Jan 12 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
5940 |
31 Jan 12 |
nicklas |
</attribute> |
5940 |
31 Jan 12 |
nicklas |
<attribute> |
5940 |
31 Jan 12 |
nicklas |
<name>style</name> |
5940 |
31 Jan 12 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
5940 |
31 Jan 12 |
nicklas |
</attribute> |
5940 |
31 Jan 12 |
nicklas |
<attribute> |
5111 |
30 Sep 09 |
nicklas |
<name>width</name> |
5111 |
30 Sep 09 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
5111 |
30 Sep 09 |
nicklas |
</attribute> |
6183 |
24 Oct 12 |
nicklas |
<dynamic-attributes>true</dynamic-attributes> |
5111 |
30 Sep 09 |
nicklas |
</tag> |
375 |
07 Apr 05 |
nicklas |
784 |
|
375 |
07 Apr 05 |
nicklas |
</taglib> |