Sha256: 9b01a9454020812628132fb47ab4f1edbfa08d7dfdfa7ecfd5ee6d59629ad6e1
Contents?: true
Size: 1001 Bytes
Versions: 7
Compression:
Stored size: 1001 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.UploadButton", { extend: qx.ui.form.Button, include: [ com.zenesis.qx.upload.MUploadButton ], members: { } });
Version data entries
7 entries across 7 versions & 1 rubygems