query.jsp

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

JSP
22
字号
<%@ page contentType="text/html; charset=UTF-8" %><%@ taglib uri="http://www.bstek.com/dorado" prefix="d" %><html><head></head><body>  <d:View config="sample.skills.data.Query">    <d:Layout type="vflow" width="700px" height="100%">      <d:Pane>        <d:AutoForm id="formCondition" />      </d:Pane>      <d:Pane align="right" >        <d:PagePilot id="pilotEmployee" />      </d:Pane>      <d:Pane height="100%">        <d:DataTable id="tableEmployee" />      </d:Pane>    </d:Layout>  </d:View></body></html>

⌨️ 快捷键说明

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