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

📄 feedback.jwc

📁 tapestry4.0应用,特别适用于初学者
💻 JWC
字号:
<?xml version="1.0" encoding="GBK"?>
<!DOCTYPE component-specification PUBLIC
        "-//Apache Software Foundation//Tapestry Specification 4.0//EN"
        "http://jakarta.apache.org/tapestry/dtd/Tapestry_4_0.dtd">
<component-specification allow-body="no" allow-informal-parameters="yes">

    <parameter name="comment" required="true"/>

    <parameter name="listener" required="true"/>

    <component id="titleValidField" type="TextField">
        <binding name="value" value="page.title"/>
        <binding name="validators" value="validators:required[请输入标题]"/>
        <binding name="displayName" value="literal:标题"/>
    </component>


    <component id="textareaLabel" type="FieldLabel">
        <binding name="field" value="component:textareaContent"/>
    </component>

    <component id="textareaContent" type="TextArea">
        <binding name="value" value="page.content"/>
        <binding name="validators"
                 value="validators:required[请输入内容],maxLength=2000[内容输入长度不可以大于2000个汉字]"/>
        <binding name="displayName" value="literal:内容"/>
    </component>

</component-specification>

⌨️ 快捷键说明

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