interface IRtEditoreditor
Base interfacesIRtRendererBase
Derived interfacesIRtRadioGroupEditor, IRtBoundableEditor, IRtValuesEditor, IRtBoolEditor
Derived interfacesIRtRadioGroupEditor, IRtBoundableEditor, IRtValuesEditor, IRtBoolEditor
데이터행 필드 값을 입력하는 html 편집기 모델.
See Also
Events
Properties
- id:
string
optional이 에디터가 생성하는 view의 main 엘리먼트의 id로 설정된다. - onChange: (args: {control: RtListControl, ctx: IEditContext, element: Element, editor:
object
, row:number
, field:string
}) =>boolean
optionalProperties of argsproperty type i/o opt description control RtListControl in Y 리스트 컨트롤. ctx IEditContext in Y 편집 context element Element in Y 클릭이 발생한 element, editor object in Y 편집기 객체. row number in Y 데이터행 번호. field string in Y 데이터필드 이름. Returnstrue
를 리턴하면 편집기 기본 동작을 실행하지 않는다.에디터 값이 변경된 후 호출된다. - onClick: (args: {control: RtListControl, ctx: IEditContext, element: Element, editor:
object
, row:number
, field:string
}) =>boolean
optionalProperties of argsproperty type i/o opt description control RtListControl in Y 리스트 컨트롤. ctx IEditContext in Y 편집 context element Element in Y 클릭이 발생한 element, editor object in Y 편집기 객체. row number in Y 데이터행 번호. field string in Y 데이터필드 이름. Returnstrue
를 리턴하면 편집기 기본 동작을 실행하지 않는다.clickable이 true
일 때 편집기 영역을 tap(click)하면 호출된다. - readonly:
boolean
true
로 지정하면 입력할 수 없다. - value:
any
데이터필드 값이 null
인 경우 에디터에 설정되는 초기값.
Inherited Properties
- IRtRendererBase.id
- IRtRendererBase.hint
- IRtRendererBase.style
- IRtRendererBase.styleCallback
- IRtRendererBase.clickable