📄 rgb.jwc
字号:
<?xml version="1.0"?>
<!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="no">
<component id="red" type="TextField">
<binding name="value" value="red"/>
</component>
<component id="green" type="TextField">
<binding name="value" value="green"/>
</component>
<component id="blue" type="TextField">
<binding name="value" value="blue"/>
</component>
<component id="sample" type="Any">
<binding name="element" value="literal:span"/>
<binding name="style" value="ognl:backgroundColorAssignment"/>
</component>
</component-specification>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -