?? pagebreak.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">
<!--分頁組件-->
<component id="first" type="DirectLink">
<binding name="listener" value="page.listeners.doPageBreak"/>
<binding name="parameters" value="new java.lang.Object[]{'first', page.pageUtil}"/>
</component>
<component id="previous" type="DirectLink">
<binding name="listener" value="page.listeners.doPageBreak"/>
<binding name="parameters" value="new java.lang.Object[]{'previous', page.pageUtil}"/>
</component>
<component id="next" type="DirectLink">
<binding name="listener" value="page.listeners.doPageBreak"/>
<binding name="parameters" value="new java.lang.Object[]{'next', page.pageUtil}"/>
</component>
<component id="last" type="DirectLink">
<binding name="listener" value="page.listeners.doPageBreak"/>
<binding name="parameters" value="new java.lang.Object[]{'last', page.pageUtil}"/>
</component>
</component-specification>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -