time-series.jsp
来自「dorado 展现中间件是一款企业级的商用AJAX平台软件」· JSP 代码 · 共 29 行
JSP
29 行
<%@ page contentType="text/html; charset=UTF-8" %><%@ taglib uri="http://www.bstek.com/dorado" prefix="d" %><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"></head><body style="margin: 0; overflow: hidden"><d:View config="sample.integration.chart.timeseries.TimeSeriesView"> <d:SplitPanel id="splitpanel2" orientation="vertical" position="270" width="100%" height="100%" showButtons="true"> <d:Layout type="border"> <d:Pane position="center"> <d:DataTable id="table1" /> </d:Pane> <d:Pane position="bottom"> <d:PagePilot id="pagepilot1" /> </d:Pane> </d:Layout> <d:Splitter /> <div style="width: 100%; height: 100%;"> <iframe name="chartFrame" width="100%" height="100%" marginheight="0" marginwidth="0" frameborder="0"></iframe> </div> </d:SplitPanel> <d:SubWindow id="subwindow1"> <d:AutoForm id="formEmployeeDetail" /> </d:SubWindow></d:View></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?