Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

[ Image Removed |../../index.htm#lansa/wamengb2_0110.htm]
You are here:

...

The radio button weblet displays a single radio button. It broadly corresponds to the <input type="radio"> HTML element.

Radio buttons are typically grouped as two or more radio buttons for mutually exclusive selection. In other words, you can choose only one of several options—like a multiple-choice question. It looks like this:Image Removed

Image Added

but is typically grouped to look more like this:Image Removed

Image Added

You may choose to use this weblet instead of the std_radbuttons weblet which is implemented as a group of radio buttons, if you want to store the resulting selections in different fields.

Info
The radio button weblet includes properties such as on_click_wrname that allow it to navigate to another webroutine when clicked It is not good user-interface design to initiate actions on the click of a radio button Devices such as a push button, menu item or anchor (hyperlink) should be used to accomplish this.

...