Tip: Enumerating child elements of an object
<<It’s often useful to iterate through children of a div or view for resizing or debugging. You can do this in a few ways. Let’s say I have a gadget with the following XML specification: <view width=”200″ height=”200″> <div name=”parent_div”> <img name=”child_1″ /> <lab…>> (more…)
Original post by Chris Gilmer