We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The xml below results in the attached screenshot. When a radio_group does not have a use_def attribute the order of the radios is reverse.
radio_group
use_def
<data> <definition name="def1"> <text size="10" /> </definition> <radio_group name="radio1" x="10" y="10" use_def="def1"> <radio name="one" label="one" /> <radio name="two" label="two" /> <radio name="three" label="three" /> </radio_group> <radio_group name="radio2" x="10" y="200"> <radio name="one" label="one" /> <radio name="two" label="two" /> <radio name="three" label="three" /> </radio_group> </data>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The xml below results in the attached screenshot. When a
radio_group
does not have ause_def
attribute the order of the radios is reverse.The text was updated successfully, but these errors were encountered: