class RtFormPanel
설정 정보 입력 등을 위한 폼 레이아웃을 표시하는 패널.
RtListOptions.formPanel 속성으로 접근한다.
주로 리스트 헤더 아래 컨트롤 상단에 표시되지만, position 속성으로 표시 위지를 지정할 수 있다.
RtListOptions.formPanel 속성으로 접근한다.
주로 리스트 헤더 아래 컨트롤 상단에 표시되지만, position 속성으로 표시 위지를 지정할 수 있다.
list.setConfig({
options: {
formPanel: {
template: 'addr_form',
position: 'top',
size: '75%',
...
}
}
});
See Also
Template Params
Events
Properties
- template:
string
Layout template 이름.
Methods
Inherited Properties
- RtDialogPanel.cancelLabel
- RtDialogPanel.closeLabel
- RtDialogPanel.okLabel
- RtDialogPanel.onClickButton
- RtListPanel.position
- RtListPanel.size
- RtListPanel.minSize
- RtListPanel.maxSize
- RtListPanel.style