MRadioButton

From HTML5 Builder
Jump to: navigation, search

The MRadioButton component is a radio button.

Client-side Features

DOM Elements

The component generates the following client-side DOM elements:

  • Wrapper (HTMLDivElement). Full web browser support. Access it with $("#ComponentName_outer").get()[0].
    • table (HTMLTableElement). Full web browser support. Access it with: $("#ComponentName_table").get()[0].
      • tr
        • td
          • Main element (HTMLInputElement). Full web browser support. Access it with: $("#ComponentName").get()[0].
          • Label (HTMLLabelElement). Full web browser support. Access it with: $("label[for='ComponentName']").get()[0].

Client-side Events

Documented in the RPCL Reference.

Server-side Features

Properties, Methods and Events

Documented in the RPCL Reference.

See Also