Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
Make WRadioGroupEditor.RadioGroupEditor.RadioGroupEditor() public
Description
Hi, I have a specific form where I would like to have a Radio Group Editor based on hardcoded values (no list / no table). With this change, is possible to do :
Hi,
I have a specific form where I would like to have a Radio Group Editor based on hardcoded values (no list / no table).
With this change, is possible to do :
RadioGroupEditor myEditor = new RadioGroupEditor(); myEditor.appendItem("One", "1"); myEditor.appendItem("Two", "2"); myEditor.appendItem("Three", "3");