⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 vnex_system.tld

📁 非常完整的Java开发的网络办公系统
💻 TLD
字号:
<?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-jsptaglibrary_1_1.dtd">

<taglib>
  <tlibversion>1.0</tlibversion>
  <jspversion>1.1</jspversion>
  <shortname>sys</shortname>
  <info>
  </info>

  <tag>
    <name>ConfigParaList</name>
    <tagclass>com.vnex.intranet.system.taglib.ConfigParaListTag</tagclass>
    <bodycontent>JSP</bodycontent>
    <info> </info>
  </tag>

  <tag>
    <name>ConfigParaAttribute</name>
    <tagclass>com.vnex.intranet.system.taglib.ConfigParaAttributeTag</tagclass>
    <bodycontent>JSP</bodycontent>
    <info> </info>

    <attribute>
      <name>attribute</name>
      <required>true</required>
      <rtexprvalue>true</rtexprvalue>
    </attribute>
  </tag>

  <tag>
    <name>CategoryList</name>
    <tagclass>com.vnex.intranet.system.taglib.CategoryListTag</tagclass>
    <bodycontent>JSP</bodycontent>
    <info> </info>

    <attribute>
      <name>categoryId</name>
      <required>false</required>
      <rtexprvalue>true</rtexprvalue>
    </attribute>
    <attribute>
      <name>categoryName</name>
      <required>false</required>
      <rtexprvalue>true</rtexprvalue>
    </attribute>
    <attribute>
      <name>withChildren</name>
      <required>false</required>
      <rtexprvalue>true</rtexprvalue>
    </attribute>
     <attribute>
      <name>noLeaf</name>
      <required>false</required>
      <rtexprvalue>true</rtexprvalue>
    </attribute>
  </tag>

  <tag>
    <name>CategoryAttribute</name>
    <tagclass>com.vnex.intranet.system.taglib.CategoryAttributeTag</tagclass>
    <bodycontent>JSP</bodycontent>
    <info> </info>

    <attribute>
      <name>attribute</name>
      <required>true</required>
      <rtexprvalue>true</rtexprvalue>
    </attribute>
    <attribute>
      <name>isLeafFlag</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
    </attribute>
  </tag>

</taglib>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -