?? feedback.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[請輸入標(biāo)題]"/>
<binding name="displayName" value="literal:標(biāo)題"/>
</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[請輸入內(nèi)容],maxLength=2000[內(nèi)容輸入長度不可以大于2000個漢字]"/>
<binding name="displayName" value="literal:內(nèi)容"/>
</component>
</component-specification>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -