📄 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 + -