Sha256: ec7b0d947ffd98fdcda5dd3a2eb10ded3c7ddd2f48a3c8a2f2cdc83787cc74ab
Contents?: true
Size: 1011 Bytes
Versions: 7
Compression:
Stored size: 1011 Bytes
Contents
/* *********************************************************************** UploadMgr - provides an API for uploading one or multiple files with progress feedback (on modern browsers), does not block the user interface during uploads, supports cancelling uploads. http://qooxdoo.org Copyright: 2011 Zenesis Limited, http://www.zenesis.com License: LGPL: http://www.gnu.org/licenses/lgpl.html EPL: http://www.eclipse.org/org/documents/epl-v10.php This software is provided under the same licensing terms as Qooxdoo, please see the LICENSE file in the Qooxdoo project's top-level directory for details. Authors: * John Spackman (john.spackman@zenesis.com) ************************************************************************/ /** * Implementation of an UploadButton */ qx.Class.define("com.zenesis.qx.upload.UploadToolbarButton", { extend: qx.ui.toolbar.Button, include: [ com.zenesis.qx.upload.MUploadButton ], members: { } });
Version data entries
7 entries across 7 versions & 1 rubygems