table-properties.jsp

来自「dorado 展现中间件是一款企业级的商用AJAX平台软件」· JSP 代码 · 共 57 行

JSP
57
字号
<%@ 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 + =
减小字号Ctrl + -
显示快捷键?