columnlayout.xhtml

来自「OperaMasks是一种基于J2EE的Web开发技术」· XHTML 代码 · 共 13 行

XHTML
13
字号
<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:columnLayout border="false" height="400">
			<layout:panel columnWidth=".15" header="false" height="400">left column</layout:panel>
			<layout:panel columnWidth=".3" header="false" height="400">center left column</layout:panel>
			<layout:panel columnWidth=".4" header="false" height="400">center right column</layout:panel>
			<layout:panel columnWidth=".15" header="false" height="400">right column</layout:panel>
		</layout:columnLayout>
	</w:page>
</f:view>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?