How to Loop through the Properties of an Object in JavaScript
for (var key in object) {
alert('value of '+key+' is '+object[key]);
}
for (var key in object) {
alert('value of '+key+' is '+object[key]);
}
Here is a list of some of the ExtJS Books, one is already published, others should be out later this year:
Learning ExtJSThis book has already been published and is available for purchase. As the first and currently only book available, it is quite a useful reference. What you will learn from this book?
|
|
Practical ExtJS Projects with GearsThis promises to be an exciting book focussing on practical case studies, and also integrate offline usage with Google Gears. Expected in July 2009 What you’ll learn
|
|
![]() |
ExtJS in ActionExpected in January 2010, although some chapter are available with the Manning Early Access Program |