interface IRtCheckEditoreditor
편집기 타입은 'check' 이다.
Html input 'checkbox' type으로
Html input 'checkbox' type으로
true
/false
상태를 표시하고,
사용자가 탭으로 체크 상태를 변경할 수 있다.See Also
Events
Properties
- boxHeight:
number
optional체크 상자 높이.
지정하지 않거나 잘못된 값으로 설정하면 boxSize로 지정된 노피로 표시된다. - boxSize:
number
optionalboxWidth, boxHeight가 지정되지 않으면, 너비와 높이 모두 이 크기로 체크 상자가 표시된다.
이 속성 크기도 설정되지 않으면 브라우저가 계산하는 크기로 표시된다. - boxWidth:
number
optional체크 상자 너비.
지정하지 않거나 잘못된 값으로 설정하면 boxSize로 지정된 너비로 표시된다. - checkedLabel:
string
optionalchecked 상태일 때 표시할 텍스트.
이 속성을 별도로 지정하지 않으면 label 속성으로 지정한 텍스트가 표시된다. 또, checked 상태가 아니면 uncheckedLabel이 표시된다. - checkedStyle: StyleOrClass optional
checked 상태일 때 check 상자와 택스트의 스타일 혹은 css 클래스 이름.
지정하지 않으면 기본 style 속성에 설정된 값들이 적용된다. - label:
string
optional기본 표시 텍스트.
checkedLabel, uncheckedLabel이 별도로 설정되지 않으면 이 값을 표시한다. - labelWrap:
boolean
optionalDefaulttrue
true
로 설정되고 boxWidth나 boxSize 속성으로 너비가 명시적으로 정해지면 줄 나누기를 한다. - uncheckedLabel:
string
optionalchecked 상태가 아닐 때 표시할 텍스트.
이 속성을 별도로 지정하지 않으면 label 속성으로 지정한 텍스트가 표시된다. 또, checked 상태면 checkedLabel이 표시된다. - uncheckedStyle: StyleOrClass optional
checked 상태가 아닐 때 check 상자와 텍스트의 스타일 혹은 css 클래스 이름.
지정하지 않으면 기본 style 속성에 설정된 값들이 적용된다.
Inherited Properties
- IRtBoolEditor.disabled
- IRtBoolEditor.falseValue
- IRtBoolEditor.trueValue
- IRtBoolEditor.trueValues
- IRtEditor.id
- IRtEditor.onClick
- IRtEditor.onChange
- IRtEditor.value
- IRtEditor.readonly
- IRtRendererBase.id
- IRtRendererBase.hint
- IRtRendererBase.style
- IRtRendererBase.styleCallback
- IRtRendererBase.clickable