border.jwc

来自「采用tapestry的简单OA系统」· JWC 代码 · 共 29 行

JWC
29
字号
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE component-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 -->
<component-specification class="com.ejsun.entapps.presentation.components.simpleoa.Border" allow-body="yes" allow-informal-parameters="yes">
    <property-specification name="searchDocument" type="boolean"/>
    <property-specification name="searchDirectory" type="boolean"/>
    <property-specification name="queryString" type="java.lang.String"/>
    
    <context-asset name="imageLogoutButton" path="images/logout.gif"/>
    <context-asset name="imageBackButton" path="images/back.gif"/>
	<context-asset name="imagePreviousButton" path="images/previous.gif"/>
    <context-asset name="imageHomeButton" path="images/home.gif"/>
    
    <context-asset name="imageWorkflowButton" path="images/workflow.gif"/>
    <context-asset name="imageProjectButton" path="images/project.gif"/>
    <context-asset name="imagePlanButton" path="images/plan.gif"/>
    <context-asset name="imageOrganizationButton" path="images/organization.gif"/>
    <context-asset name="imageMeetingButton" path="images/meeting.gif"/>
    <context-asset name="imageDocumentButton" path="images/document.gif"/>
    <context-asset name="imageHelpButton" path="images/help.gif"/>
           
	<context-asset name="stylesheetMain" path="css/main.css"/>
	<context-asset name="stylesheetSimWindow" path="css/window.css"/>
  
</component-specification>

⌨️ 快捷键说明

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