demoappjs.jsp

来自「javascript 很酷的类库」· JSP 代码 · 共 47 行

JSP
47
字号
<!--------------------------------------------------------------------	SmartClient SDK	Demo Application (JS code) + resizeBars	Copyright 2005 Isomorphic Software, Inc. (www.isomorphic.com)----------------------------------------------------------------------><%@ taglib uri="/WEB-INF/iscTaglib.xml" prefix="isomorphic" %><HTML><HEAD><TITLE>SmartClient Demo Application</TITLE><!--  --><isomorphic:loadISC skin="SmartClient" runat="server"/></HEAD><BODY BGCOLOR=#000040><!-- tabPane tweaks no edges, no borders tab panes, below a 4px baseline --><STYLE>.demoTabSet {	margin-top:2px;}.demoTabPane {	margin-top:4px;}</STYLE><!----- Load custom overrides for skinning this application -----><LINK REL="stylesheet" TYPE="text/css" HREF="demoApp_styles.css"><SCRIPT SRC=demoApp_skinOverrides.js></SCRIPT><SCRIPT>// Load DataSources// ---------------------------------------------------------------------<isomorphic:loadDS name="supplyItem"/><isomorphic:loadDS name="supplyCategory"/>// Set up the app img dir so we pick up the example's imagesisc.Page.setAppImgDir(isc.Page.getIsomorphicDocsDir()+"exampleImages/");</SCRIPT><!--  Pick up application UI and logic from the .js UI file  ======================================================================--><script src="demoAppJS.js"></script></BODY></HTML>

⌨️ 快捷键说明

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