How do i get the components with same 'itemId'? using ExtJS 3.4.
I have 4 combos in different hbox layout with same itemId. I need get the values of all these combox. Is there any api's available for this?
form1
row1 combo1
form1
row2 combo2
form1
row3 combo3
form1
row4 combo4
Please help.