📄 home.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 class="com.ttdev.currentdate.Home">
<component id="todayIs" type="Insert">
<binding name="value" value="dateSentence"/>
</component>
<component id="setLocale" type="Form">
<binding name="listener" value="listener:onSetLocale"/>
</component>
<component id="locale" type="PropertySelection">
<binding name="model" value="supportedLocales"/>
<binding name="value" value="selectedLocale"/>
</component>
<component id="change" type="Submit">
<binding name="value" value="message:change"/>
</component>
<component id="logo" type="Date4U:Logo"/>
<component id="license" type="PageLink">
<binding name="page" value="literal:License"/>
</component>
</page-specification>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -