📄 customerpage.page
字号:
<?xml version="1.0"?>
<!DOCTYPE page-specification PUBLIC
"-//Apache Software Foundation//Tapestry Specification 4.0//EN"
"http://jakarta.apache.org/tapestry/dtd/Tapestry_4_0.dtd">
<page-specification>
<component id="edit" type="Form">
<binding name="listener" value="listener:onOK"/>
</component>
<component id="customerId" type="TextField">
<binding name="value" value="customer.customerId"/>
</component>
<component id="name" type="TextField">
<binding name="value" value="customer.name"/>
</component>
<component id="address" type="TextField">
<binding name="value" value="customer.address"/>
</component>
</page-specification>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -