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"> |
199 |
18 Mar 05 |
nicklas |
6 |
<!-- |
2306 |
22 May 06 |
jari |
$Id$ |
199 |
18 Mar 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 |
199 |
18 Mar 05 |
nicklas |
11 |
|
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/ |
199 |
18 Mar 05 |
nicklas |
14 |
|
199 |
18 Mar 05 |
nicklas |
BASE is free software; you can redistribute it and/or |
199 |
18 Mar 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 |
199 |
18 Mar 05 |
nicklas |
of the License, or (at your option) any later version. |
199 |
18 Mar 05 |
nicklas |
19 |
|
199 |
18 Mar 05 |
nicklas |
BASE is distributed in the hope that it will be useful, |
199 |
18 Mar 05 |
nicklas |
but WITHOUT ANY WARRANTY; without even the implied warranty of |
199 |
18 Mar 05 |
nicklas |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
199 |
18 Mar 05 |
nicklas |
GNU General Public License for more details. |
199 |
18 Mar 05 |
nicklas |
24 |
|
199 |
18 Mar 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/>. |
199 |
18 Mar 05 |
nicklas |
27 |
--> |
6154 |
04 Oct 12 |
nicklas |
<description> |
6154 |
04 Oct 12 |
nicklas |
A tabcontrol for dialog boxes. |
6154 |
04 Oct 12 |
nicklas |
</description> |
6154 |
04 Oct 12 |
nicklas |
<display-name>tab</display-name> |
6154 |
04 Oct 12 |
nicklas |
<tlib-version>3.0</tlib-version> |
6154 |
04 Oct 12 |
nicklas |
<short-name>tab</short-name> |
199 |
18 Mar 05 |
nicklas |
34 |
|
199 |
18 Mar 05 |
nicklas |
<tag> |
199 |
18 Mar 05 |
nicklas |
<name>tabcontrol</name> |
6154 |
04 Oct 12 |
nicklas |
<tag-class>net.sf.basedb.clients.web.taglib.tab.TabControl</tag-class> |
6154 |
04 Oct 12 |
nicklas |
<body-content>JSP</body-content> |
199 |
18 Mar 05 |
nicklas |
<attribute> |
199 |
18 Mar 05 |
nicklas |
<name>id</name> |
199 |
18 Mar 05 |
nicklas |
<required>true</required> |
199 |
18 Mar 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
199 |
18 Mar 05 |
nicklas |
</attribute> |
199 |
18 Mar 05 |
nicklas |
<attribute> |
5482 |
10 Nov 10 |
nicklas |
<name>clazz</name> |
5482 |
10 Nov 10 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
5482 |
10 Nov 10 |
nicklas |
</attribute> |
5482 |
10 Nov 10 |
nicklas |
<attribute> |
5904 |
09 Dec 11 |
nicklas |
<name>subclass</name> |
421 |
19 Apr 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
421 |
19 Apr 05 |
nicklas |
</attribute> |
421 |
19 Apr 05 |
nicklas |
<attribute> |
5904 |
09 Dec 11 |
nicklas |
<name>style</name> |
440 |
22 Apr 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
440 |
22 Apr 05 |
nicklas |
</attribute> |
440 |
22 Apr 05 |
nicklas |
<attribute> |
5904 |
09 Dec 11 |
nicklas |
<name>contentstyle</name> |
199 |
18 Mar 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
199 |
18 Mar 05 |
nicklas |
</attribute> |
199 |
18 Mar 05 |
nicklas |
<attribute> |
199 |
18 Mar 05 |
nicklas |
<name>active</name> |
199 |
18 Mar 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
199 |
18 Mar 05 |
nicklas |
</attribute> |
199 |
18 Mar 05 |
nicklas |
<attribute> |
199 |
18 Mar 05 |
nicklas |
<name>validate</name> |
199 |
18 Mar 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
199 |
18 Mar 05 |
nicklas |
</attribute> |
199 |
18 Mar 05 |
nicklas |
<attribute> |
199 |
18 Mar 05 |
nicklas |
<name>position</name> |
199 |
18 Mar 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
199 |
18 Mar 05 |
nicklas |
</attribute> |
2453 |
30 Jun 06 |
nicklas |
<attribute> |
2453 |
30 Jun 06 |
nicklas |
<name>remember</name> |
2453 |
30 Jun 06 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
2453 |
30 Jun 06 |
nicklas |
</attribute> |
2656 |
22 Sep 06 |
nicklas |
<attribute> |
2738 |
17 Oct 06 |
nicklas |
<name>notabs</name> |
2738 |
17 Oct 06 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
2738 |
17 Oct 06 |
nicklas |
</attribute> |
5482 |
10 Nov 10 |
nicklas |
<attribute> |
5482 |
10 Nov 10 |
nicklas |
<name>extensions</name> |
5482 |
10 Nov 10 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
5482 |
10 Nov 10 |
nicklas |
</attribute> |
6159 |
09 Oct 12 |
nicklas |
<dynamic-attributes>true</dynamic-attributes> |
199 |
18 Mar 05 |
nicklas |
</tag> |
199 |
18 Mar 05 |
nicklas |
86 |
|
199 |
18 Mar 05 |
nicklas |
<tag> |
199 |
18 Mar 05 |
nicklas |
<name>tab</name> |
6154 |
04 Oct 12 |
nicklas |
<tag-class>net.sf.basedb.clients.web.taglib.tab.Tab</tag-class> |
6154 |
04 Oct 12 |
nicklas |
<body-content>JSP</body-content> |
199 |
18 Mar 05 |
nicklas |
<attribute> |
199 |
18 Mar 05 |
nicklas |
<name>id</name> |
199 |
18 Mar 05 |
nicklas |
<required>true</required> |
199 |
18 Mar 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
199 |
18 Mar 05 |
nicklas |
</attribute> |
199 |
18 Mar 05 |
nicklas |
<attribute> |
5482 |
10 Nov 10 |
nicklas |
<name>clazz</name> |
5482 |
10 Nov 10 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
5482 |
10 Nov 10 |
nicklas |
</attribute> |
5482 |
10 Nov 10 |
nicklas |
<attribute> |
421 |
19 Apr 05 |
nicklas |
<name>style</name> |
421 |
19 Apr 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
421 |
19 Apr 05 |
nicklas |
</attribute> |
421 |
19 Apr 05 |
nicklas |
<attribute> |
199 |
18 Mar 05 |
nicklas |
<name>title</name> |
199 |
18 Mar 05 |
nicklas |
<required>true</required> |
199 |
18 Mar 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
199 |
18 Mar 05 |
nicklas |
</attribute> |
199 |
18 Mar 05 |
nicklas |
<attribute> |
199 |
18 Mar 05 |
nicklas |
<name>tooltip</name> |
199 |
18 Mar 05 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
199 |
18 Mar 05 |
nicklas |
</attribute> |
199 |
18 Mar 05 |
nicklas |
<attribute> |
1860 |
30 Jan 06 |
nicklas |
<name>visible</name> |
1860 |
30 Jan 06 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
1860 |
30 Jan 06 |
nicklas |
</attribute> |
2406 |
21 Jun 06 |
nicklas |
<attribute> |
2406 |
21 Jun 06 |
nicklas |
<name>helpid</name> |
2406 |
21 Jun 06 |
nicklas |
<rtexprvalue>true</rtexprvalue> |
2406 |
21 Jun 06 |
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> |
6159 |
09 Oct 12 |
nicklas |
<dynamic-attributes>true</dynamic-attributes> |
199 |
18 Mar 05 |
nicklas |
</tag> |
199 |
18 Mar 05 |
nicklas |
</taglib> |
199 |
18 Mar 05 |
nicklas |
128 |
|