dynamictree.xhtml

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

XHTML
24
字号
<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"
	xmlns:h="http://java.sun.com/jsf/html">
	<w:page title="动态树">
		<w:head>
			<w:stylesheet src="/common/resources/examples.css" />
		</w:head>
		<layout:borderLayout fitToBody="true">
			<layout:panel region="north" header="false" height="50" border="false">
				<div class="examDesc">
				<p>本例演示动态树,树的节点由MB提供</p>
				</div>
			</layout:panel>
			<layout:panel region="west" width="150" title="tree" split="true">
				<w:tree id="tree" border="false" style="height:100%;width:100%;" />
			</layout:panel>
			<layout:panel region="center" title="message">
				<h:outputText id="response" escape="false"></h:outputText>
			</layout:panel>
		</layout:borderLayout>
	</w:page>
</f:view>

⌨️ 快捷键说明

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