📄 htxx-tag.tld
字号:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE taglib PUBLIC
"-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN"
"http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd">
<taglib>
<tlibversion>1.0</tlibversion>
<jspversion>1.1</jspversion>
<shortname>hxtg</shortname>
<tag>
<name>head</name>
<tagclass>com.htxx.service.taglib.tags.HeadTag</tagclass>
<info>set the script of head of html.</info>
<attribute>
<name>type</name>
<required>false</required>
</attribute>
</tag>
<tag>
<name>button</name>
<tagclass>com.htxx.service.taglib.tags.ButtonTag</tagclass>
<info>set a button</info>
<attribute>
<name>id</name>
<required>false</required>
</attribute>
<attribute>
<name>title</name>
<required>false</required>
</attribute>
<attribute>
<name>text</name>
<required>true</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<name>onclick</name>
<required>true</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<name>type</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<name>disabled</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
</tag>
<tag>
<name>title</name>
<tagclass>com.htxx.service.taglib.tags.TitleTag</tagclass>
<info>set a titlebar</info>
<attribute>
<name>text</name>
<required>true</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<name>type</name>
<required>false</required>
</attribute>
</tag>
<tag>
<name>titleitem</name>
<tagclass>com.htxx.service.taglib.tags.TitleItemTag</tagclass>
<info>set same objects like button, etc. in the titlebar</info>
</tag>
<tag>
<name>table</name>
<tagclass>com.htxx.service.taglib.tags.TableTag</tagclass>
<info>set a table</info>
<attribute>
<name>type</name>
<required>false</required>
</attribute>
<attribute>
<name>id</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
</tag>
<tag>
<name>thead</name>
<tagclass>com.htxx.service.taglib.tags.THeadTag</tagclass>
<info>set the table's head</info>
<attribute>
<name>id</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
</tag>
<tag>
<name>theaditem</name>
<tagclass>com.htxx.service.taglib.tags.THeadItemTag</tagclass>
<attribute>
<name>text</name>
</attribute>
<attribute>
<name>width</name>
</attribute>
<attribute>
<name>order</name>
</attribute>
</tag>
<tag>
<name>tbody</name>
<tagclass>com.htxx.service.taglib.tags.TBodyTag</tagclass>
<info>set the table's body</info>
<attribute>
<name>id</name>
</attribute>
</tag>
<tag>
<name>tr</name>
<tagclass>com.htxx.service.taglib.tags.TrTag</tagclass>
<info>set a new row in the table</info>
<attribute>
<name>id</name>
</attribute>
<attribute>
<name>type</name>
<required>false</required>
</attribute>
</tag>
<tag>
<name>td</name>
<tagclass>com.htxx.service.taglib.tags.TdTag</tagclass>
<info>set a column in a table's row</info><attribute>
<name>id</name>
</attribute>
<attribute>
<name>width</name>
</attribute>
<attribute>
<name>colspan</name>
</attribute>
<attribute>
<name>rowspan</name>
</attribute>
<attribute>
<name>type</name>
<required>false</required>
</attribute>
</tag>
<tag>
<name>item</name>
<tagclass>com.htxx.service.taglib.tags.ItemTag</tagclass>
<info>set the column of the td should show.</info>
<attribute>
<name>id</name>
<required>true</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
</tag>
<tag>
<name>tfoot</name>
<tagclass>com.htxx.service.taglib.tags.TFootTag</tagclass>
<attribute>
<name>tbody</name>
<required>false</required>
</attribute>
<attribute>
<name>action</name>
<required>true</required>
</attribute>
<attribute>
<name>type</name>
<required>false</required>
</attribute>
</tag>
</taglib>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -