⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 table-properties.jsp

📁 dorado 展现中间件是一款企业级的商用AJAX平台软件
💻 JSP
字号:
<%@ page contentType="text/html; charset=UTF-8" %><%@ taglib uri="http://www.bstek.com/dorado" prefix="d" %><html><head><title>表格属性设置</title></head><body style="margin: 0; overflow: hidden">  <d:View config="sample.skills.table.test.TableProperties">    <d:SplitPanel id="sp1" orientation="horizontal" position="350" width="100%" height="100%" showButtons="true">      <d:SubWindow        id="subwindow1"        title="属性设置窗口"        width="100%"        height="100%"        draggable="false"        resizable="false"        status="normal"        showMinimizeButton="false"        showMaximizeButton="true"        showCloseButton="false">        <d:OutlookBar id="outlookBar1" width="100%" height="100%">          <d:OutlookBarGroup name="group1" label="表格属性设置">            <div style="padding: 4; width: 100%; height: 100%; overflow: auto">              <d:AutoForm id="formTable"/>            </div>          </d:OutlookBarGroup>          <d:OutlookBarGroup name="group2" label="列属性设置">            <d:Layout type="border">              <d:Pane position="center">                <d:DataTable id="tableColumn"/>              </d:Pane>              <d:Pane position="bottom">                <d:AutoForm id="formColumn"/>              </d:Pane>            </d:Layout>          </d:OutlookBarGroup>        </d:OutlookBar>      </d:SubWindow>      <d:Splitter/>      <d:SubWindow        id="subwindow3"        title="预览窗口"        width="100%"        height="100%"        draggable="false"        resizable="false"        status="normal"        showMinimizeButton="false"        showMaximizeButton="true"        showCloseButton="false">        <d:DataTable id="tableEmployee"/>      </d:SubWindow>    </d:SplitPanel>  </d:View></body></html>

⌨️ 快捷键说明

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