/* This file is part of Ext JS 3.4 Copyright (c) 2011-2013 Sencha Inc Contact: http://www.sencha.com/contact GNU General Public License Usage This file may be used under the terms of the GNU General Public License version 3.0 as published by the Free Software Foundation and appearing in the file LICENSE included in the packaging of this file. Please review the following information to ensure the GNU General Public License version 3.0 requirements will be met: http://www.gnu.org/copyleft/gpl.html. If you are unsure which license is appropriate for your use, please contact the sales department at http://www.sencha.com/contact. Build date: 2013-04-03 15:07:25 */ Ext.data.JsonP.Ext_dd_StatusProxy({"alternateClassNames":[],"aliases":{},"enum":null,"parentMixins":[],"tagname":"class","subclasses":[],"extends":null,"uses":[],"html":"
Files
A specialized drag proxy that supports a drop status icon, Ext.Layer styles and auto-repair. This is the\ndefault drag proxy used by all Ext.dd components.
\nThe CSS class to apply to the status element when drop is allowed (defaults to \"x-dd-drop-ok\").
\nDefaults to: "x-dd-drop-ok"
Hides the proxy
\nTrue to reset the status and clear the ghost contents, false to preserve them
\nCauses the proxy to return to its position of origin via an animation. Should be called after an\ninvalid drop operation by the item being dragged.
\nResets the status indicator to the default dropNotAllowed value
\nTrue to also remove all content from the ghost, false to preserve it
\nUpdates the proxy's visual element to indicate the status of whether or not drop is allowed\nover the current target element.
\nThe css class for the new drop status indicator image
\nStops the repair animation if it's currently running
\nForce the Layer to sync its shadow and shim positions to the element
\nUpdates the contents of the ghost element
\nThe html that will replace the current innerHTML of the ghost element, or a\nDOM node to append as the child of the ghost element (in which case the innerHTML will be cleared first).
\n