update.jsp

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

JSP
34
字号
<%@ page contentType="text/html; charset=UTF-8" %><%@ taglib uri="http://www.bstek.com/dorado" prefix="d" %><html><body style="margin: 0; overflow: hidden">  <d:View config="sample.skills.data.Update">    <d:SplitPanel id="splitpanel1" orientation="vertical" width="100%" height="100%" position="70%">      <d:Layout type="border" padding="1">        <d:Pane position="top">          <d:Layout type="Hflow">            <d:Pane>              <d:Button id="buttonSave" />            </d:Pane>            <d:Pane>              <d:Button id="buttonDeleteSelection" />            </d:Pane>            <d:Pane>              <d:Button id="buttonRaiseSalary" />            </d:Pane>            <d:Pane>              <d:Button id="buttonSaveAndLog" />            </d:Pane>          </d:Layout>        </d:Pane>        <d:Pane position="center">          <d:DataTable id="tableEmployee" />        </d:Pane>      </d:Layout>    <d:Splitter />      <d:DataTable id="tableLog" />    </d:SplitPanel>  </d:View></body></html>

⌨️ 快捷键说明

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