isc_history.js
来自「javascript 很酷的类库」· JavaScript 代码 · 共 47 行
JS
47 行
/*
* Isomorphic SmartClient
* Version 6.5 (2008-04-30)
* Copyright(c) 1998-2007 Isomorphic Software, Inc. All rights reserved.
* "SmartClient" is a trademark of Isomorphic Software, Inc.
*
* licensing@smartclient.com
*
* http://smartclient.com/license
*/
//// This script will load Reference Viewer of the Isomorhic SmartClient Application Framework// libraries//var libs = [ "language/Packager", "browser/Browser", "standalone/SA_Core", "standalone/SA_Page", "browser/History" ];//<STOP PARSING // The following code only executes if the script is being dynamically loaded.// the following statement allows a page that is not in the standard location to take advantage of// dynamically loaded scripts by explicitly setting the window.isomorphiDir variable itself.if (! window.isomorphicDir) window.isomorphicDir = "../isomorphicSDK/smartclient/";// dynamic loadingfunction iscLoadLibs() { for(var i=0,l=libs.length;i<l;i++) { if (!libs[i]) continue; if (window.UNSUPPORTED_BROWSER_DETECTED == true) break; document.write("<"+"SCRIPT SRC=" + window.isomorphicDir + "system/" + libs[i]+".js><"+"/SCRIPT>"); } window.defaultStatus = "";}iscLoadLibs();
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?