class RtCommandBox
Row command 셀들이 표시되는 box 관련 설정 모델.
Command box는 대개 사용자가 swipe 등으로 설정한 데이터행에 표시되지만, RtListControl.setCommandRow를 호출해서 직접 표시되게 할 수도 있다. Command 상자 개요를 참조한다.
Command box는 대개 사용자가 swipe 등으로 설정한 데이터행에 표시되지만, RtListControl.setCommandRow를 호출해서 직접 표시되게 할 수도 있다. Command 상자 개요를 참조한다.
list.setConfig({
options: {
commandBox: {
mode: 'overlap'
}
}
});
See Also
Command 상자 개요
RtListControl.registerRowCommand
RtListControl.unregisterRowCommands
RtListControl.updateRowCommand
RtListControl.setCommandRow
RtListControl.registerRowCommand
RtListControl.unregisterRowCommands
RtListControl.updateRowCommand
RtListControl.setCommandRow
Template Params
Events
Properties
- minCellHeight:
number
orientation이 'horizontal'인 경우, 최소 셀 높이. - minCellWidth:
number
orientation이 'vertical'인 경우, 최소 셀 너비.
Methods
Inherited Properties
- RtListControlObject.visible