class RtCommandBox

${interfaces}
Row command 셀들이 표시되는 box 관련 설정 모델.
Command box는 대개 사용자가 swipe 등으로 설정한 데이터행에 표시되지만, RtListControl.setCommandRow를 호출해서 직접 표시되게 할 수도 있다. Command 상자 개요를 참조한다.
list.setConfig({
    options: {
        commandBox: {
            mode: 'overlap'
        }
    }
});

See Also

Properties

Inherited Properties