dijit
»
form
»
RadioButton
» postCreate
dijit.form.RadioButton.postCreate
dojo.require("dijit.form.CheckBox");
defined in dijit/form/CheckBox.js
Usage
function ()
(view source)
(
this
._groups
[
this
.
name
]
=
this
._groups
[
this
.
name
]
||
[
]
)
.
push
(
this
)
;
this
.
inherited
(
arguments
)
;