📄 soapuploaditem.js
字号:
/*
* 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
*/
// SOAPUploadItem depends on MultiUploadItem, which requires ListGrid (not part of the forms module)if (isc.ListGrid) {//> @class SOAPUploadItem// @visibility internal//<isc.ClassFactory.defineClass("SOAPUploadItem", "DialogUploadItem");isc.SOAPUploadItem.addProperties({ dataSource: "sessionFiles"});}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -