cd_cybertester.tld

来自「老外的在线考试」· TLD 代码 · 共 30 行

TLD
30
字号
<?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>CyberTester Tag Library</shortname>    <info>        This tag library contains functionality specific to the CyberTester (Web tier) module.    </info>    <tag>        <name>hierarchyNode</name>        <tagclass>com.cyberdemia.cybertester.tag.HierarchyNodeTag</tagclass>        <bodycontent>empty</bodycontent>        <info>            Displays the current or specified hierarchy node path in a nice tabular format.        </info>        <attribute>            <name>hierarchyNodeId</name>            <required>false</required>            <rtexprvalue>true</rtexprvalue>        </attribute>    </tag></taglib>

⌨️ 快捷键说明

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