Class: SC.BaseTheme.radioGroupRenderDelegate

Renders and updates the HTML representation of a group of radio buttons.

Expects Properties

Extended API

As this encompasses an entire group, it must provide a way to determine which radio button is the target of an event. The indexForEvent method does exactly this, and all radioGroupRenderDelegates must support it.

Also, as it would be low-performance to update any but the changed radio button, there is a method to update a specific index.

Defined in: radio_group.js

Documentation generated by JsDoc Toolkit 2.4.0 on Wed Apr 08 2015 10:02:20 GMT-0600 (CST)