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

📄 webstore.tld

📁 Java写的ERP系统
💻 TLD
字号:
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE taglib
  PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN"
  "http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd">
<taglib>
  <tlib-version>1.0</tlib-version>
  <jsp-version>1.2</jsp-version>
  <short-name>cws</short-name>
  <uri>webStore.tld</uri>
  <display-name>Compiere WebStore</display-name>
  <description>Compiere WebStore Library</description>


  <tag>
	<name>requestType</name>
	<tag-class>org.compiere.wstore.RequestTypeTag</tag-class>
	<body-content>empty</body-content>
	<description>Request Type Selection</description>
  </tag>

  <tag>
	<name>loginLink</name>
	<tag-class>org.compiere.wstore.LoginLinkTag</tag-class>
	<body-content>empty</body-content>
	<description>Login Links</description>
  </tag>

  <tag>
	<name>checkOutLink</name>
	<tag-class>org.compiere.wstore.CheckOutLinkTag</tag-class>
	<body-content>empty</body-content>
	<description>CheckOut Links</description>
	<attribute>
		<name>oneLine</name>
		<required>false</required>
		<rtexprvalue>false</rtexprvalue>
	</attribute>
  </tag>

  <tag>
	<name>infoLink</name>
	<tag-class>org.compiere.wstore.InfoLinkTag</tag-class>
	<body-content>empty</body-content>
	<description>Info Links</description>
	<attribute>
		<name>oneLine</name>
		<required>false</required>
		<rtexprvalue>false</rtexprvalue>
	</attribute>
  </tag>

  <tag>
	<name>priceList</name>
	<tag-class>org.compiere.wstore.PriceListTag</tag-class>
	<body-content>empty</body-content>
	<description>Initializes + loads Price List</description>
	<attribute>
		<name>priceList_ID</name>
		<required>false</required>
		<rtexprvalue>false</rtexprvalue>
	</attribute>
  </tag>

  <tag>
	<name>location</name>
	<tag-class>org.compiere.wstore.LocationTag</tag-class>
	<body-content>empty</body-content>
	<description>Location table rows</description>
	<attribute>
		<name>countryID</name>
		<required>true</required>
		<rtexprvalue>false</rtexprvalue>
	</attribute>
	<attribute>
		<name>regionID</name>
		<required>false</required>
		<rtexprvalue>false</rtexprvalue>
	</attribute>
	<attribute>
		<name>regionName</name>
		<required>false</required>
		<rtexprvalue>false</rtexprvalue>
	</attribute>
	<attribute>
		<name>postal</name>
		<required>false</required>
		<rtexprvalue>false</rtexprvalue>
	</attribute>
	<attribute>
		<name>city</name>
		<required>true</required>
		<rtexprvalue>false</rtexprvalue>
	</attribute>
  </tag>

  <tag>
	<name>message</name>
	<tag-class>org.compiere.wstore.MessageTag</tag-class>
	<body-content>empty</body-content>
	<description>Translate Messages</description>
	<attribute>
		<name>txt</name>
		<required>true</required>
		<rtexprvalue>false</rtexprvalue>
	</attribute>
  </tag>

</taglib>

⌨️ 快捷键说明

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