interface IRtRadioEditoreditor
편집기 타입은 'radio' 이다.
1. width, height 둘 중 하나만 설정되면 나머지 값을 따른다.
2. group을 지정하지 않은 같은 행의 radio는 모두 같은 그룹이다.
1. width, height 둘 중 하나만 설정되면 나머지 값을 따른다.
2. group을 지정하지 않은 같은 행의 radio는 모두 같은 그룹이다.
See Also
Events
Properties
- checked:
boolean
optionalradio box 생성 시 checked 상태. - group:
any
optional이 라디오버튼이 포함된 그룹.
그룹 내에서 오직 한 버튼만 선택될 수 있다. group이 지정되지 않은 버튼은 모두 같은 그룹에 포함된다.
Inherited Properties
- IRtCheckEditor.boxHeight
- IRtCheckEditor.boxSize
- IRtCheckEditor.boxWidth
- IRtCheckEditor.checkedLabel
- IRtCheckEditor.checkedStyle
- IRtCheckEditor.label
- IRtCheckEditor.labelWrap
- IRtCheckEditor.uncheckedLabel
- IRtCheckEditor.uncheckedStyle
- IRtBoolEditor.disabled
- IRtBoolEditor.falseValue
- IRtBoolEditor.trueValue
- IRtBoolEditor.trueValues
- IRtEditor.id
- IRtEditor.onChange
- IRtEditor.onClick
- IRtEditor.readonly
- IRtEditor.value
- IRtRendererBase.id
- IRtRendererBase.hint
- IRtRendererBase.style
- IRtRendererBase.styleCallback
- IRtRendererBase.clickable