msinn
17 Jan 2011, 5:47 AM
Hi,
I have some questions to the Ext Class. I hope somebody will be kind to help me.
1. Is there a difference between DOM Node and HTMLElement Node?
2. Ext.select - What is the difference between CompositeElementLite and CompositeElement?
3. Where are defined Types such as: NodeList, IXMLNodeList, HTMLCollection,
4. Why is the logical operator NOT used twice: !!V ?
isObject : function(v){
return !!v && Object.prototype.toString.call(v) === '[object Object]';
},
I have some questions to the Ext Class. I hope somebody will be kind to help me.
1. Is there a difference between DOM Node and HTMLElement Node?
2. Ext.select - What is the difference between CompositeElementLite and CompositeElement?
3. Where are defined Types such as: NodeList, IXMLNodeList, HTMLCollection,
4. Why is the logical operator NOT used twice: !!V ?
isObject : function(v){
return !!v && Object.prototype.toString.call(v) === '[object Object]';
},