Regalamiunsorriso/rus/WEB-INF/abliaDBCom.tld
2026-03-14 20:04:39 +01:00

107 lines
No EOL
2.6 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE taglib
PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN"
"http://java.sun.com/j2ee/dtds/web-jsptaglib_1_1.dtd">
<!-- a tag library descriptor -->
<taglib>
<!-- after this the default space is
"http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd"
-->
<!-- The version number of this tag library -->
<tlibversion>0.1</tlibversion>
<!-- The JSP specification version required to function -->
<jspversion>1.1</jspversion>
<!-- The short name of this tag library -->
<shortname>contab</shortname>
<!-- Public URI that uniquely identifies this version of the tag library
<uri>http://jakarta.apache.org/taglibs/utility</uri> -->
<!-- General information about this tag library -->
<info>
DBCom tag library
V.0.2
23-02-16 aggiunto BannerListTag
29-06-15 aggiunto imgclass su banner
09-10-08 creat contab.tld. Aggiunto documento tag per gestione menu documenti
</info>
<!-- ******************** Defined Custom Tags *************************** -->
<tag>
<name>documento</name>
<tagclass>com.ablia.contab.taglib.TipoDocumentoTag</tagclass>
<teiclass>com.ablia.contab.taglib.TipoDocumentoTagExtraInfo</teiclass>
<info>
Elenco ti po docmenti per caricare il menu
</info>
</tag>
<tag>
<name>banner</name>
<tagclass>com.ablia.banner.taglib.BannerTag</tagclass>
<teiclass>com.ablia.banner.taglib.BannerTagExtraInfo</teiclass>
<info>
Banner tag
</info>
<attribute>
<name>bannertype</name>
<required>true</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<name>id_banner</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<name>textbanner</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<name>alt</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<name>imgclass</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
</tag>
<tag>
<name>bannerlist</name>
<tagclass>com.ablia.banner.taglib.BannerListTag</tagclass>
<teiclass>com.ablia.banner.taglib.BannerListTagExtraInfo</teiclass>
<info>
Banner tag
</info>
<attribute>
<name>bannertype</name>
<required>true</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<name>num</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<name>rowbeanname</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
</tag>
</taglib>