ylsxadd.page

来自「博克后台的开发,有很多使用的方法和例子可以提供给大家学习」· PAGE 代码 · 共 25 行

PAGE
25
字号
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE page-specification PUBLIC
  "-//Apache Software Foundation//Tapestry Specification 3.0//EN"
  "http://jakarta.apache.org/tapestry/dtd/Tapestry_3_0.dtd">
<!-- generated by Spindle, http://spindle.sourceforge.net -->

<page-specification class="com.cis.manage.wsm.page.basic.YlsxAdd">

    <description>add a description</description>
    <property-specification name="ylsxrecid" type="java.lang.String"/>
    <property-specification name="ylsxcssurl" type="java.lang.String"/>
    <property-specification name="ylsxdhtml" type="java.lang.String"/>
    <property-specification name="ylsxrmecro" type="java.lang.String"/>
    <property-specification name="ylsxthtml" type="java.lang.String"/>
    <property-specification name="ylsxghight" type="java.lang.String"/>
    <property-specification name="ylsxgwidth" type="java.lang.String"/>
    <property-specification name="ylsxincurl" type="java.lang.String"/>
    <!--<property-specification name="isFlag" type="boolean" initial-value="false"/>-->
    <property-specification name="wsmManagerService" type="com.cis.manage.wsm.service.IwsmManager">          
		global.appContext.getBean("wsmManagerService")
   	</property-specification>
     <context-asset name="stylesheet" path="./css/cis/default.css"/>
    <context-asset name="tijiaoImage" path="./images/cis/tijiao.gif"/>
</page-specification>

⌨️ 快捷键说明

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