Expand my Community achievements bar.

Identifying object types in Designer

Avatar

Former Community Member
Is there a way to further distinguish objects in Designer?



For example if I use: container.resolveNodes("#field[*]");

I get an array of fields. Suprisingly, I discovered that buttons are considered a field.

Is there a way to return an array of:

text fields only

checkboxes only

buttons only

etc



other then resorting to naming conventions? (ie butName for a button, chkName for a checkbox etc). I can get radiobutton groups via .resolveNodes("#exclGroup[*]")
1 Reply