Ribbonbar
GetRibbonbar
리본바 가져오기
Example
Returns
Name  | Type  | Description  | 
|---|---|---|
object  | Object  | 리본바 오브젝트  | 
Show
리본바 보이기/숨기기
Example
Parameters
Name  | Type  | Description  | 
|---|---|---|
visible  | Boolean  | 리본바 보이기/ 숨기기  | 
ExpandRibbon
리본바 접기 여부 설정
Example
Parameters
Name  | Type  | Description  | 
|---|---|---|
expand  | Boolean  | 리본바 접기 여부  | 
SetExpandBtnPosition
리본바 확대/축소 버튼 위치 설정
Example
Parameters
Name  | Type  | Description  | 
|---|---|---|
pos  | Enum  | 리본바 확대/축소 버튼 위치 설정 vizcore.UIElement.Enum.EXPAND_BUTTON_POS.LEFT (왼쪽정렬) vizcore.UIElement.Enum.EXPAND_BUTTON_POS.CENTER (중앙정렬) vizcore.UIElement.Enum.EXPAND_BUTTON_POS.RIGHT (오른쪽정렬)  | 
x  | Number  | x축 위치 이동값  | 
SetExpandBtnHoverEffect
리본바 확대/축소 시, 마우스 효과 설정
Example
Parameters
Name  | Type  | Description  | 
|---|---|---|
enalble  | Boolean  | 효과 적용 여부  | 
GetMenu
리본바 모든 메뉴 가져오기
Example
Returns
Name  | Type  | Description  | 
|---|---|---|
objects  | Array  | 리본바 메뉴 오브젝트 배열  | 
GetMenuById
ID에 해당하는 리본 메뉴 반환
Example
Parameters
Name  | Type  | Description  | 
|---|---|---|
objectId  | String  | 오브젝트 ID  | 
AddInsertTab
앞 순서로 탭 추가
Example
Parameters
Name  | Type  | Description  | 
|---|---|---|
object  | Object  | 탭 오브젝트  | 
Add
오브젝트 추가
Example
Parameters
Name  | Type  | Description  | 
|---|---|---|
type  | Enum  | 추가할 항목의 오브젝트 타입 - vizcore.UIElement.Enum.OBJECT_TYPE.TAB - vizcore.UIElement.Enum.OBJECT_TYPE.GROUP - vizcore.UIElement.Enum.OBJECT_TYPE.BUTTON  | 
object  | Object  | 추가할 항목 오브젝트  | 
parentId  | string  | 부모 오브젝트 ID  | 
Edit
오브젝트 편집
Example
Parameters
Name  | Type  | Description  | 
|---|---|---|
type  | Enum  | 수정할 항목의 오브젝트 타입 - vizcore.UIElement.Enum.OBJECT_TYPE.TAB - vizcore.UIElement.Enum.OBJECT_TYPE.GROUP - vizcore.UIElement.Enum.OBJECT_TYPE.BUTTON  | 
object  | Object  | 수정할 항목 오브젝트  | 
parentId  | string  | 부모 오브젝트 ID  | 
Delete
오브젝트 삭제
Example
Parameters
Name  | Type  | Description  | 
|---|---|---|
type  | Enum  | 삭제할 항목의 오브젝트 타입 - vizcore.UIElement.Enum.OBJECT_TYPE.TAB - vizcore.UIElement.Enum.OBJECT_TYPE.GROUP - vizcore.UIElement.Enum.OBJECT_TYPE.BUTTON  | 
objectId  | String  | 오브젝트 ID  | 
GetComboSetting
콤보박스 생성
Example
parameters
Name  | Type  | Description  | 
|---|---|---|
id  | string  | 버튼 ID  | 
text  | string  | 버튼 텍스트  | 
icon  | string  | 버튼 아이콘 이미지  | 
SetCheckButton
버튼 체크 선택/해제
Example
Parameters
Name  | Type  | Description  | 
|---|---|---|
id  | String  | 버튼 ID  | 
check  | Boolean  | 버튼 체크/ 체크해제  | 
SetCheckButtons
복수개의 버튼 체크 선택/해제
Example
Parameters
Name  | Type  | Description  | 
|---|---|---|
ids  | Array  | 버튼 ID 배열  | 
check  | Boolean  | 버튼 체크/ 체크해제  | 
SetVisibleTab
탭 보이기/ 숨기기
Example
Parameters
Name  | Type  | Description  | 
|---|---|---|
id  | String  | 탭 ID  | 
visible  | Boolean  | 탭 보이기/ 숨기기  | 
SetEnableTab
탭 활성화/ 비활성화
Example
Parameters
Name  | Type  | Description  | 
|---|---|---|
id  | String  | 탭 ID  | 
enable  | Boolean  | 탭 활성화/ 비활성화  | 
SetVisibleGroup
그룹 보이기/ 숨기기
Example
Parameters
Name  | Type  | Description  | 
|---|---|---|
id  | String  | 그룹 ID  | 
visible  | Boolean  | 그룹 보이기/ 숨기기  | 
SetVisibleButton
버튼 오브젝트 보이기/ 숨기기
Example
Parameters
Name  | Type  | Description  | 
|---|---|---|
id  | String  | 버튼 ID  | 
visible  | Boolean  | 버튼 보이기/ 숨기기  | 
SetEnableButton
오브젝트 활성화/ 비활성화
Parameters
Name  | Type  | Description  | 
|---|---|---|
id  | String  | 버튼 or 그룹 ID  | 
enable  | boolean  | 버튼 or 그룹 활성화/ 비활성화  | 
SelectTab
기본 선택 탭 설정
Example
Parameters
Name  | Type  | Description  | 
|---|---|---|
id  | String  | 탭 ID  |