-
25 Nov 2009 7:23 PM #1
How do I find a child component by name?
How do I find a child component by name?
I have a fieldset which is a child of a form. I am trying to find it by name, but I can't get it to work. This is what I'm trying:
Code:if(action.result.data.bIsBucket == 1) thisForm.find('name', 'formulaBucketFieldset').expand(); else thisForm.find('name', 'formulaBucketFieldset').collapse();
-
25 Nov 2009 7:42 PM #2Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!
-
25 Nov 2009 8:18 PM #3
-
25 Nov 2009 8:32 PM #4
Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!


Reply With Quote
