| BLANK_IMAGE_URL : StringURL to a 1x1 transparent gif image used by Ext to create inline icons with CSS background images.
-In older versions ... URL to a 1x1 transparent gif image used by Ext to create inline icons with CSS background images.
+ Package: | Global | Defined In: | Ext.js | Class: | Ext | Extends: | Object |
Ext core utilities and functions.
This class is a singleton and cannot be created directly. Public Properties|
| : Object Removes a DOM node from the document. | Ext | | BLANK_IMAGE_URL : StringURL to a 1x1 transparent gif image used by Ext to create inline icons with CSS background images.
+In older versions o... URL to a 1x1 transparent gif image used by Ext to create inline icons with CSS background images.
In older versions of IE, this defaults to "http://extjs.com/s.gif" and you should change this to a URL on your server.
For other browsers it uses an inline data URL. | Ext | | SSL_SECURE_URL : StringURL to a blank file used by Ext when in secure mode for iframe src and onReady src to prevent
the IE insecure content... URL to a blank file used by Ext when in secure mode for iframe src and onReady src to prevent
@@ -21,7 +21,7 @@ The event name is specified with an @ suffix.
'#foo a@click' : function(e, t){
// do something
},
-
+
// add the same listener to multiple selectors (separated by comma BEFORE the @)
'#foo a, #bar span.some-class@mouseover' : function(){
// do something
@@ -278,12 +278,12 @@ Usage: Ext.override(MyClass, {
containing one or more methods.
Returns: | Ext | | partition( Array|NodeList arr , [Function truth ] )
:
ArrayPartitions the set into two sets: a true set and a false set.
-Example:
-Example2:
+Example:
+Example2:
// Example 1:
-Ext.partition([true,... Partitions the set into two sets: a true set and a false set.
-Example:
-Example2:
+Ext.partition([true, f... Partitions the set into two sets: a true set and a false set.
+Example:
+Example2:
// Example 1:
Ext.partition([true, false, true, true, false]); // [[true, true, true], [false, false]]
@@ -316,12 +316,12 @@ may be looked up.
cls : ConstructorRemoves this element from the document, removes all DOM event listeners, and deletes the cache reference.
All DOM event listeners are removed from this element. If Ext.enableNestedListenerRemoval is
true , then DOM event listeners are also removed from all child nodes. The body node
-will be ignored if passed in. Parameters:node : HTMLElementThe node to remove Returns: | Ext | | select( String/Array selector , [HTMLElement/String root ] )
+will be ignored if passed in.Parameters:node : HTMLElementThe node to remove Returns: | Ext | | select( String/Array selector , [Boolean unique ], [HTMLElement/String root ] )
:
CompositeElementLite/CompositeElementSelects elements based on the passed CSS selector to enable Element methods
to be applied to many related elements in... Selects elements based on the passed CSS selector to enable Element methods
to be applied to many related elements in one statement through the returned CompositeElement or
- CompositeElementLite object. Parameters:Returns:CompositeElementLite/CompositeElement
| Ext | | sum( Array arr )
+CompositeElementLite object.Parameters:selector : String/ArrayThe CSS selector or an array of elements unique : Boolean(optional) true to create a unique Ext.Element for each element (defaults to a shared flyweight object) root : HTMLElement/String(optional) The root element of the query or id of the root Returns:CompositeElementLite/CompositeElement
| Ext | | sum( Array arr )
:
NumberCalculates the sum of the Array Calculates the sum of the Array | Ext | | toArray( Iterable the )
:
|
|