📄 vouchertype.xhtml
字号:
<f:view xmlns="http://www.w3.org/1999/xhtml" xmlns:f="http://java.sun.com/jsf/core" xmlns:w="http://www.apusic.com/jsf/widget" xmlns:layout="http://www.apusic.com/jsf/layout" xmlns:ajax="http://www.apusic.com/jsf/ajax" renderKitId="AJAX"> <w:head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> </w:head> <w:page title="VoucherType"> <w:form style="height:100%"> <w:dataGrid paged="true" rows="10" toolBarPosition="top" id="voucherType_grid" singleSelect="true"> <w:outputColumn id="name" width="100" sortable="true" header="#{voucherTypeBean.nameHeader}"></w:outputColumn> <w:outputColumn id="number" width="100" sortable="true" header="#{voucherTypeBean.numberHeader}"></w:outputColumn> <w:outputColumn id="level" width="100" sortable="true" header="#{voucherTypeBean.levelHeader}"></w:outputColumn> <w:outputColumn id="pretermit" width="100" header="#{voucherTypeBean.pretermitHeader}"></w:outputColumn> <w:pagingToolbar for="voucherType_grid"> <w:separator /> <w:button id="add" image="../icons/new.png" /> <w:button id="remove" image="../icons/remove.png" /> </w:pagingToolbar> </w:dataGrid> </w:form> <layout:window width="290" height="180" modal="true" collapsible="false" resizable="false" id="voucherType_dialog"> <ajax:updater id="voucherType_edit" globalAction="true" url="edit/voucherTypeEdit.xhtml" /> </layout:window> </w:page></f:view>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -