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

📄 table-css.jsp

📁 dorado 展现中间件是一款企业级的商用AJAX平台软件
💻 JSP
字号:
<%@ page contentType="text/html; charset=UTF-8" %><%@ taglib uri="http://www.bstek.com/dorado" prefix="d" %><html><head><title>表格皮肤设置</title><link rel="stylesheet" type="text/css" href="../../../sample-center.css"/></head><body scroll="no" margin="0">  <d:View config="sample.skills.table.test.TableCss">    <d:SplitPanel id="sp1" orientation="horizontal" position="50%" width="100%" height="100%" showButtons="true">      <d:SubWindow        id="subwindow1"        title="CSS编辑窗口"        width="100%"        height="100%"        draggable="false"        resizable="false"        status="normal"        showMinimizeButton="false"        showMaximizeButton="true"        showCloseButton="false">        <d:SplitPanel id="sp2" orientation="vertical" position="60%" width="100%" height="100%" showButtons="true">          <d:DataTable id="tableCSS"/>          <d:Splitter/>          <d:TabSet id="tabset1" currentTab="tab2">            <d:Tab name="tab1" label="自定义CSS">              <d:AutoForm id="formCss"/>            </d:Tab>            <d:Tab name="tab2" label="参考代码" padding="4">              <p class="hint" style="width: 100%; height: 100%">                <d:DataLabel id="datalabelSample"/>              </p>            </d:Tab>          </d:TabSet>        </d:SplitPanel>      </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">        <iframe name="cssView" src="table-review.jsp" frameborder="0" marginWidth="0" style="width:100%; height:100%">      </iframe>      </d:SubWindow>    </d:SplitPanel>  </d:View></body></html>

⌨️ 快捷键说明

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