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

📄 vnex.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>vnex</shortname>
  <info>
    This taglib provides tags for VNeX Intranet system.
  </info>

  <tag>
    <name>items</name>
    <tagclass>com.vnex.intranet.taglib.ItemsTag</tagclass>
    <bodycontent>JSP</bodycontent>
    <info>
      The inner tag in a list tag in which the items actually appear.  The
      body of this tag is processed once for each item actually in the list.
      This tag merely keeps a copy of the current item for the inner tags to
      refer to. Must appear in a list tag.
    </info>

    <attribute>
      <name>select</name>
      <required>flase</required>
      <rtexprvalue>true</rtexprvalue>
    </attribute>
    <attribute>
      <name>paging</name>
      <required>flase</required>
      <rtexprvalue>true</rtexprvalue>
    </attribute>
    <attribute>
      <name>rowPerPage</name>
      <required>flase</required>
      <rtexprvalue>true</rtexprvalue>
    </attribute>
  </tag>

  <tag>
    <name>pagingItems</name>
    <tagclass>com.vnex.intranet.taglib.PagingItemsTag</tagclass>
    <bodycontent>JSP</bodycontent>
    <info>
      The inner tag in a list tag in which the items actually appear.  The
      body of this tag is processed once for each item actually in the list.
      This tag merely keeps a copy of the current item for the inner tags to
      refer to. Must appear in a list tag.
    </info>
  </tag>

  <!-- paging -->
  <tag>
    <name>pagingTag</name>
    <tagclass>com.vnex.intranet.taglib.PagingTag</tagclass>
    <bodycontent>JSP</bodycontent>
    <info> </info>

    <attribute>
      <name>pageName</name>
      <required>true</required>
      <rtexprvalue>true</rtexprvalue>
    </attribute>
  </tag>
  
  <!-- date code -->
  <tag>
    <name>yearTag</name>
    <tagclass>com.vnex.intranet.taglib.YearTag</tagclass>
    <bodycontent>JSP</bodycontent>
    <info> </info>

    <attribute>
      <name>year</name>
      <required>false</required>
      <rtexprvalue>true</rtexprvalue>
    </attribute>
  </tag>
  
  <tag>
    <name>monthTag</name>
    <tagclass>com.vnex.intranet.taglib.MonthTag</tagclass>
    <bodycontent>JSP</bodycontent>
    <info> </info>
  
    <attribute>
      <name>month</name>
      <required>false</required>
      <rtexprvalue>true</rtexprvalue>
    </attribute>
  </tag>
  
  <tag>
    <name>dayTag</name>
    <tagclass>com.vnex.intranet.taglib.DayTag</tagclass>
    <bodycontent>JSP</bodycontent>
    <info> </info>
  
    <attribute>
      <name>day</name>
      <required>false</required>
      <rtexprvalue>true</rtexprvalue>
    </attribute>
  </tag>

  <tag>
    <name>hourTag</name>
    <tagclass>com.vnex.intranet.taglib.HourTag</tagclass>
    <bodycontent>JSP</bodycontent>
    <info> </info>
  
    <attribute>
      <name>hour</name>
      <required>false</required>
      <rtexprvalue>true</rtexprvalue>
    </attribute>
  </tag>

  <tag>
    <name>minuteTag</name>
    <tagclass>com.vnex.intranet.taglib.MinuteTag</tagclass>
    <bodycontent>JSP</bodycontent>
    <info> </info>
  
    <attribute>
      <name>minute</name>
      <required>false</required>
      <rtexprvalue>true</rtexprvalue>
    </attribute>
  </tag>

  <tag>
    <name>secondTag</name>
    <tagclass>com.vnex.intranet.taglib.SecondTag</tagclass>
    <bodycontent>JSP</bodycontent>
    <info> </info>
  
    <attribute>
      <name>second</name>
      <required>false</required>
      <rtexprvalue>true</rtexprvalue>
    </attribute>
  </tag>
      
  <tag>
    <name>departmentTag</name>
    <tagclass>com.vnex.intranet.taglib.DepartmentTag</tagclass>
    <bodycontent>JSP</bodycontent>
    <info> </info>
  
    <attribute>
      <name>deptId</name>
      <required>false</required>
      <rtexprvalue>true</rtexprvalue>
    </attribute>
  </tag>

  <tag>
    <name>employeeTag</name>
    <tagclass>com.vnex.intranet.taglib.EmployeeTag</tagclass>
    <bodycontent>JSP</bodycontent>
    <info> </info>
  
    <attribute>
      <name>deptId</name>
      <required>false</required>
      <rtexprvalue>true</rtexprvalue>
    </attribute>
  </tag>

  <tag>
    <name>itemsColor</name>
    <tagclass>com.vnex.intranet.taglib.ItemsColorTag</tagclass>
    <bodycontent>empty</bodycontent>
    <info> </info>
  
    <attribute>
      <name>oddColor</name>
      <required>false</required>
      <rtexprvalue>true</rtexprvalue>
    </attribute>
    <attribute>
      <name>evenColor</name>
      <required>false</required>
      <rtexprvalue>true</rtexprvalue>
    </attribute>
  </tag>

  <tag>
    <name>itemsRowNum</name>
    <tagclass>com.vnex.intranet.taglib.ItemsRowNumTag</tagclass>
    <bodycontent>empty</bodycontent>
    <info> </info>
  
    <attribute>
      <name>startNum</name>
      <required>false</required>
      <rtexprvalue>true</rtexprvalue>
    </attribute>
  </tag>
  
  
  
  <!-- begin of file custom tag -->  
  <tag>
    <name>fileList</name>
    <tagclass>com.vnex.intranet.workflow.pub.taglib.FileListTag</tagclass>
    <bodycontent>JSP</bodycontent>
    <info> </info> 
    
    <attribute>
      <name>collection</name>
      <required>true</required>
      <rtexprvalue>true</rtexprvalue>
    </attribute>   
  </tag>  
  <tag>
    <name>fileAttribute</name>
    <tagclass>com.vnex.intranet.workflow.pub.taglib.FileAttributeTag</tagclass>
    <bodycontent>JSP</bodycontent>
    <info> </info>

    <attribute>
      <name>attribute</name>
      <required>true</required>
      <rtexprvalue>true</rtexprvalue>
    </attribute>
  </tag>
<!-- end of file custom tag -->  
  
  
  
  
  
  
  
</taglib>

⌨️ 快捷键说明

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