Hi All..,
Is it possible to get values in formPanel using / based on its ID?
so, I'm using :
Or there is another way, to get the form values using its ID?Code:var id = new newhid.core.rating.form().getId(); getCmp(id).getValue(); // is it possible to do this to get the value?
Thanks..