tablelayout.xhtml
来自「OperaMasks是一种基于J2EE的Web开发技术」· XHTML 代码 · 共 12 行
XHTML
12 行
<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"
renderKitId="AJAX" xmlns:h="http://java.sun.com/jsf/html">
<w:page>
<layout:tableLayout height="400" width="500" columns="2" border="false">
<layout:panel rowspan="1" colspan="2" width="300" height="200" header="false">cell1</layout:panel>
<layout:panel rowspan="1" header="false">cell2</layout:panel>
<layout:panel rowspan="1" header="false">cell3</layout:panel>
</layout:tableLayout>
</w:page>
</f:view>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?