abstract class RtDialogPanel
입력 element 등이 포함되는 content 영역과 버튼 영역으로 구분되는 panel.
버튼 영역에는 기본적으로 입력 승인 및 취소 두 버튼이 표시된다. buttons 속성으로 표시 버튼들을 다르게 지정할 수 있다.
버튼 영역에는 기본적으로 입력 승인 및 취소 두 버튼이 표시된다. buttons 속성으로 표시 버튼들을 다르게 지정할 수 있다.
See Also
Template Params
Events
Properties
- cancelLabel:
string
Default 'Cancel'취소 버튼 텍스트. - closeLabel:
string
Default 'Close'닫기 버튼 텍스트. - okLabel:
string
Default 'OK'확인 버튼 텍스트. - onClickButton: (args: {control: RtListControl, panel: RtDialogPanel, button: RtButtonType}) =>
boolean
Properties of argsproperty type i/o opt description control RtListControl in N 리스트 컨트롤. panel RtDialogPanel in N 패널 button RtButtonType in N 클릭된 버튼 모델. 다이얼로그 종류에 따라 표시되는 기본 버튼들이 클릭될 때 호출되는 콜백.
콜백에서true
를 명시적으로 리턴하면 다이얼로그 기본 기능이 실행되지 않고 닫힌다.