www/WEB-INF/tab.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">
199 18 Mar 05 nicklas 6 <!--
2306 22 May 06 jari 7   $Id$
199 18 Mar 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
199 18 Mar 05 nicklas 11
2304 22 May 06 jari 12   This file is part of BASE - BioArray Software Environment.
2304 22 May 06 jari 13   Available at http://base.thep.lu.se/
199 18 Mar 05 nicklas 14
199 18 Mar 05 nicklas 15   BASE is free software; you can redistribute it and/or
199 18 Mar 05 nicklas 16   modify it under the terms of the GNU General Public License
4476 05 Sep 08 jari 17   as published by the Free Software Foundation; either version 3
199 18 Mar 05 nicklas 18   of the License, or (at your option) any later version.
199 18 Mar 05 nicklas 19
199 18 Mar 05 nicklas 20   BASE is distributed in the hope that it will be useful,
199 18 Mar 05 nicklas 21   but WITHOUT ANY WARRANTY; without even the implied warranty of
199 18 Mar 05 nicklas 22   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
199 18 Mar 05 nicklas 23   GNU General Public License for more details.
199 18 Mar 05 nicklas 24
199 18 Mar 05 nicklas 25   You should have received a copy of the GNU General Public License
4510 11 Sep 08 jari 26   along with BASE. If not, see <http://www.gnu.org/licenses/>.
199 18 Mar 05 nicklas 27 -->
6154 04 Oct 12 nicklas 28   <description>
6154 04 Oct 12 nicklas 29     A tabcontrol for dialog boxes.
6154 04 Oct 12 nicklas 30   </description>
6154 04 Oct 12 nicklas 31   <display-name>tab</display-name>
6154 04 Oct 12 nicklas 32   <tlib-version>3.0</tlib-version>
6154 04 Oct 12 nicklas 33   <short-name>tab</short-name>
199 18 Mar 05 nicklas 34
199 18 Mar 05 nicklas 35   <tag>
199 18 Mar 05 nicklas 36     <name>tabcontrol</name>
6154 04 Oct 12 nicklas 37     <tag-class>net.sf.basedb.clients.web.taglib.tab.TabControl</tag-class>
6154 04 Oct 12 nicklas 38     <body-content>JSP</body-content>
199 18 Mar 05 nicklas 39     <attribute>
199 18 Mar 05 nicklas 40       <name>id</name>
199 18 Mar 05 nicklas 41       <required>true</required>
199 18 Mar 05 nicklas 42       <rtexprvalue>true</rtexprvalue>
199 18 Mar 05 nicklas 43     </attribute>
199 18 Mar 05 nicklas 44     <attribute>
5482 10 Nov 10 nicklas 45       <name>clazz</name>
5482 10 Nov 10 nicklas 46       <rtexprvalue>true</rtexprvalue>
5482 10 Nov 10 nicklas 47     </attribute>
5482 10 Nov 10 nicklas 48     <attribute>
5904 09 Dec 11 nicklas 49       <name>subclass</name>
421 19 Apr 05 nicklas 50       <rtexprvalue>true</rtexprvalue>
421 19 Apr 05 nicklas 51     </attribute>
421 19 Apr 05 nicklas 52     <attribute>
5904 09 Dec 11 nicklas 53       <name>style</name>
440 22 Apr 05 nicklas 54       <rtexprvalue>true</rtexprvalue>
440 22 Apr 05 nicklas 55     </attribute>
440 22 Apr 05 nicklas 56     <attribute>
5904 09 Dec 11 nicklas 57       <name>contentstyle</name>
199 18 Mar 05 nicklas 58       <rtexprvalue>true</rtexprvalue>
199 18 Mar 05 nicklas 59     </attribute>
199 18 Mar 05 nicklas 60     <attribute>
199 18 Mar 05 nicklas 61       <name>active</name>
199 18 Mar 05 nicklas 62       <rtexprvalue>true</rtexprvalue>
199 18 Mar 05 nicklas 63     </attribute>
199 18 Mar 05 nicklas 64     <attribute>
199 18 Mar 05 nicklas 65       <name>validate</name>
199 18 Mar 05 nicklas 66       <rtexprvalue>true</rtexprvalue>
199 18 Mar 05 nicklas 67     </attribute>
199 18 Mar 05 nicklas 68     <attribute>
199 18 Mar 05 nicklas 69       <name>position</name>
199 18 Mar 05 nicklas 70       <rtexprvalue>true</rtexprvalue>
199 18 Mar 05 nicklas 71     </attribute>
2453 30 Jun 06 nicklas 72     <attribute>
2453 30 Jun 06 nicklas 73       <name>remember</name>
2453 30 Jun 06 nicklas 74       <rtexprvalue>true</rtexprvalue>
2453 30 Jun 06 nicklas 75     </attribute>
2656 22 Sep 06 nicklas 76     <attribute>
2738 17 Oct 06 nicklas 77       <name>notabs</name>
2738 17 Oct 06 nicklas 78       <rtexprvalue>true</rtexprvalue>
2738 17 Oct 06 nicklas 79     </attribute>
5482 10 Nov 10 nicklas 80     <attribute>
5482 10 Nov 10 nicklas 81       <name>extensions</name>
5482 10 Nov 10 nicklas 82       <rtexprvalue>true</rtexprvalue>
5482 10 Nov 10 nicklas 83     </attribute>
6159 09 Oct 12 nicklas 84     <dynamic-attributes>true</dynamic-attributes>
199 18 Mar 05 nicklas 85   </tag>
199 18 Mar 05 nicklas 86
199 18 Mar 05 nicklas 87   <tag>
199 18 Mar 05 nicklas 88     <name>tab</name>
6154 04 Oct 12 nicklas 89     <tag-class>net.sf.basedb.clients.web.taglib.tab.Tab</tag-class>
6154 04 Oct 12 nicklas 90     <body-content>JSP</body-content>
199 18 Mar 05 nicklas 91     <attribute>
199 18 Mar 05 nicklas 92       <name>id</name>
199 18 Mar 05 nicklas 93       <required>true</required>
199 18 Mar 05 nicklas 94       <rtexprvalue>true</rtexprvalue>
199 18 Mar 05 nicklas 95     </attribute>
199 18 Mar 05 nicklas 96     <attribute>
5482 10 Nov 10 nicklas 97       <name>clazz</name>
5482 10 Nov 10 nicklas 98       <rtexprvalue>true</rtexprvalue>
5482 10 Nov 10 nicklas 99     </attribute>
5482 10 Nov 10 nicklas 100     <attribute>
421 19 Apr 05 nicklas 101       <name>style</name>
421 19 Apr 05 nicklas 102       <rtexprvalue>true</rtexprvalue>
421 19 Apr 05 nicklas 103     </attribute>
421 19 Apr 05 nicklas 104     <attribute>
199 18 Mar 05 nicklas 105       <name>title</name>
199 18 Mar 05 nicklas 106       <required>true</required>
199 18 Mar 05 nicklas 107       <rtexprvalue>true</rtexprvalue>
199 18 Mar 05 nicklas 108     </attribute>
199 18 Mar 05 nicklas 109     <attribute>
199 18 Mar 05 nicklas 110       <name>tooltip</name>
199 18 Mar 05 nicklas 111       <rtexprvalue>true</rtexprvalue>
199 18 Mar 05 nicklas 112     </attribute>
199 18 Mar 05 nicklas 113     <attribute>
1860 30 Jan 06 nicklas 114       <name>visible</name>
1860 30 Jan 06 nicklas 115       <rtexprvalue>true</rtexprvalue>
1860 30 Jan 06 nicklas 116     </attribute>
2406 21 Jun 06 nicklas 117     <attribute>
2406 21 Jun 06 nicklas 118       <name>helpid</name>
2406 21 Jun 06 nicklas 119       <rtexprvalue>true</rtexprvalue>
2406 21 Jun 06 nicklas 120     </attribute>
6096 03 Sep 12 nicklas 121     <attribute>
6096 03 Sep 12 nicklas 122       <name>tabindex</name>
6096 03 Sep 12 nicklas 123       <rtexprvalue>true</rtexprvalue>
6096 03 Sep 12 nicklas 124     </attribute>
6159 09 Oct 12 nicklas 125     <dynamic-attributes>true</dynamic-attributes>
199 18 Mar 05 nicklas 126   </tag>
199 18 Mar 05 nicklas 127 </taglib>
199 18 Mar 05 nicklas 128