1
我從設計器獲取html。 我有2個單選按鈕。gwt extjs - 獲取單選按鈕的值
我喜歡從GWT獲取單選按鈕的數據。 我需要radioButton的引用。
RadioButton rb = RadioButton.wrap(Dom.getElementById("abc"));
但是錯誤。
我怎樣才能解決這個
我從設計器獲取html。 我有2個單選按鈕。gwt extjs - 獲取單選按鈕的值
我喜歡從GWT獲取單選按鈕的數據。 我需要radioButton的引用。
RadioButton rb = RadioButton.wrap(Dom.getElementById("abc"));
但是錯誤。
我怎樣才能解決這個
RadioButton
沒有一個叫wrap()
方法 - 看docs for RadioButton。
你可能想嘗試SimpleRadioButton
,它的確有一個wrap()
- docs。
你看到了什麼錯誤? – 2010-04-08 12:49:14