gwt extjs - get the value of a radio button
Posted
by msaif
on Stack Overflow
See other posts from Stack Overflow
or by msaif
Published on 2010-04-08T10:27:42Z
Indexed on
2010/04/08
12:53 UTC
Read the original article
Hit count: 338
i get html from designer. i have 2 radio buttons there.
I like to get data of radio button from GWT. I need a reference of radioButton.
RadioButton rb = RadioButton.wrap(Dom.getElementById("abc"));
but error.
how can i solve this
© Stack Overflow or respective owner