setCheckBar
Description
그리드 CheckBar와 관련된 정보들을 설정한다. CheckBar이 설정 모델이다.
Syntax
function setCheckBar(options)
Parameters
options
Type: object
CheckBar 모델과 같은 설정 정보. CheckBar 중 변경하고자 하는 속성만 전달하면 된다.
Return value
None.
Examples
var options = { checkableExpression: "state = 'c'" checkableOnly: true, exclusive: false, showAll: true, showGroup: true, visible: true, visibleOnly: false, width: 20, headText: "head", footText: "foot", headImageUrl: "/img/common/dot_arrow2_top.gif", footImageUrl: "/img/common/dot_arrow2_bottom.gif" } gridView.setCheckBar(options);