?? b30-1804356.zul
字號:
<?init class="org.zkoss.zkplus.databind.AnnotateDataBinderInit" ?>
<zk xmlns:h="http://www.w3.org/1999/xhtml" xmlns:zk="http://www.zkoss.org/2005/zk">
<html><![CDATA[
Make a textbox databinding access:load only. (This bug used to cause NullPointerException)<br/>
1. You should see ZK inside a textbox and a label after the textbox.<br/>
2. Change the contents of the textbox and then tab away.<br/>
3. Nothing happens means it is correct.<br/>
]]></html>
<zscript>
String val = "ZK";
</zscript>
<vbox>
<textbox value="@{val,access=load}"/>
<label value="@{val}"/>
</vbox>
</zk>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -