Upgrade to ExtJS 4.0.1 - Released 05/18/2011
[extjs.git] / docs / source / StatusProxy.html
index cb8d83e..da78a51 100644 (file)
@@ -1,4 +1,21 @@
-<!DOCTYPE html><html><head><title>Sencha Documentation Project</title><link rel="stylesheet" href="../reset.css" type="text/css"><link rel="stylesheet" href="../prettify.css" type="text/css"><link rel="stylesheet" href="../prettify_sa.css" type="text/css"><script type="text/javascript" src="../prettify.js"></script></head><body onload="prettyPrint()"><pre class="prettyprint"><pre><span id='Ext-dd.StatusProxy-method-constructor'><span id='Ext-dd.StatusProxy'>/**
+<!DOCTYPE html>
+<html>
+<head>
+  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+  <title>The source code</title>
+  <link href="../prettify/prettify.css" type="text/css" rel="stylesheet" />
+  <script type="text/javascript" src="../prettify/prettify.js"></script>
+  <style type="text/css">
+    .highlight { display: block; background-color: #ddd; }
+  </style>
+  <script type="text/javascript">
+    function highlight() {
+      document.getElementById(location.hash.replace(/#/, "")).className = "highlight";
+    }
+  </script>
+</head>
+<body onload="prettyPrint(); highlight();">
+  <pre class="prettyprint lang-js"><span id='Ext-dd-StatusProxy-method-constructor'><span id='Ext-dd-StatusProxy'>/**
 </span></span> * @class Ext.dd.StatusProxy
  * A specialized drag proxy that supports a drop status icon, {@link Ext.Layer} styles and auto-repair.  This is the
  * default drag proxy used by all Ext.dd components.
@@ -29,18 +46,18 @@ Ext.define('Ext.dd.StatusProxy', {
         this.ghost = Ext.get(this.el.dom.childNodes[1]);
         this.dropStatus = this.dropNotAllowed;
     },
-<span id='Ext-dd.StatusProxy-cfg-dropAllowed'>    /**
+<span id='Ext-dd-StatusProxy-cfg-dropAllowed'>    /**
 </span>     * @cfg {String} dropAllowed
      * The CSS class to apply to the status element when drop is allowed (defaults to &quot;x-dd-drop-ok&quot;).
      */
     dropAllowed : Ext.baseCSSPrefix + 'dd-drop-ok',
-<span id='Ext-dd.StatusProxy-cfg-dropNotAllowed'>    /**
+<span id='Ext-dd-StatusProxy-cfg-dropNotAllowed'>    /**
 </span>     * @cfg {String} dropNotAllowed
      * The CSS class to apply to the status element when drop is not allowed (defaults to &quot;x-dd-drop-nodrop&quot;).
      */
     dropNotAllowed : Ext.baseCSSPrefix + 'dd-drop-nodrop',
 
-<span id='Ext-dd.StatusProxy-method-setStatus'>    /**
+<span id='Ext-dd-StatusProxy-method-setStatus'>    /**
 </span>     * Updates the proxy's visual element to indicate the status of whether or not drop is allowed
      * over the current target element.
      * @param {String} cssClass The css class for the new drop status indicator image
@@ -53,7 +70,7 @@ Ext.define('Ext.dd.StatusProxy', {
         }
     },
 
-<span id='Ext-dd.StatusProxy-method-reset'>    /**
+<span id='Ext-dd-StatusProxy-method-reset'>    /**
 </span>     * Resets the status indicator to the default dropNotAllowed value
      * @param {Boolean} clearGhost True to also remove all content from the ghost, false to preserve it
      */
@@ -65,7 +82,7 @@ Ext.define('Ext.dd.StatusProxy', {
         }
     },
 
-<span id='Ext-dd.StatusProxy-method-update'>    /**
+<span id='Ext-dd-StatusProxy-method-update'>    /**
 </span>     * Updates the contents of the ghost element
      * @param {String/HTMLElement} html The html that will replace the current innerHTML of the ghost element, or a
      * DOM node to append as the child of the ghost element (in which case the innerHTML will be cleared first).
@@ -84,7 +101,7 @@ Ext.define('Ext.dd.StatusProxy', {
         }
     },
 
-<span id='Ext-dd.StatusProxy-method-getEl'>    /**
+<span id='Ext-dd-StatusProxy-method-getEl'>    /**
 </span>     * Returns the underlying proxy {@link Ext.Layer}
      * @return {Ext.Layer} el
     */
@@ -92,7 +109,7 @@ Ext.define('Ext.dd.StatusProxy', {
         return this.el;
     },
 
-<span id='Ext-dd.StatusProxy-method-getGhost'>    /**
+<span id='Ext-dd-StatusProxy-method-getGhost'>    /**
 </span>     * Returns the ghost element
      * @return {Ext.core.Element} el
      */
@@ -100,7 +117,7 @@ Ext.define('Ext.dd.StatusProxy', {
         return this.ghost;
     },
 
-<span id='Ext-dd.StatusProxy-method-hide'>    /**
+<span id='Ext-dd-StatusProxy-method-hide'>    /**
 </span>     * Hides the proxy
      * @param {Boolean} clear True to reset the status and clear the ghost contents, false to preserve them
      */
@@ -111,7 +128,7 @@ Ext.define('Ext.dd.StatusProxy', {
         }
     },
 
-<span id='Ext-dd.StatusProxy-method-stop'>    /**
+<span id='Ext-dd-StatusProxy-method-stop'>    /**
 </span>     * Stops the repair animation if it's currently running
      */
     stop : function(){
@@ -120,7 +137,7 @@ Ext.define('Ext.dd.StatusProxy', {
         }
     },
 
-<span id='Ext-dd.StatusProxy-method-show'>    /**
+<span id='Ext-dd-StatusProxy-method-show'>    /**
 </span>     * Displays this proxy
      */
     show : function() {
@@ -128,14 +145,14 @@ Ext.define('Ext.dd.StatusProxy', {
         this.proxy.toFront();
     },
 
-<span id='Ext-dd.StatusProxy-method-sync'>    /**
+<span id='Ext-dd-StatusProxy-method-sync'>    /**
 </span>     * Force the Layer to sync its shadow and shim positions to the element
      */
     sync : function(){
         this.proxy.el.sync();
     },
 
-<span id='Ext-dd.StatusProxy-method-repair'>    /**
+<span id='Ext-dd-StatusProxy-method-repair'>    /**
 </span>     * Causes the proxy to return to its position of origin via an animation.  Should be called after an
      * invalid drop operation by the item being dragged.
      * @param {Array} xy The XY position of the element ([x, y])
@@ -177,4 +194,6 @@ Ext.define('Ext.dd.StatusProxy', {
     destroy: function(){
         Ext.destroy(this.ghost, this.proxy, this.el);
     }
-});</pre></pre></body></html>
\ No newline at end of file
+});</pre>
+</body>
+</html>