Panel
Panel 생성
Panel 생성
Example
Parameters
Name | Type | Description |
---|---|---|
view | Object | HTML Element |
EnableResize
Panel 사이즈 조절 활성화
Example
Parameters
Name | Type | Description |
---|---|---|
bool | Boolean | 활성화/비활성화 |
SetBorderColor
Panel 배경 색상 설정
Example
Parameters
Name | Type | Description |
---|---|---|
color | Object | { r : 255, g : 255, b : 255, a : 255} |
SetBorderColorFromRGBA
Panel 배경 색상 설정
Example
Parameters
Name | Type | Description |
---|---|---|
R | Number | Red(0~255) |
G | Number | Green(0~255) |
B | Number | Blue(0~255) |
A | Number | Alpha(0~255) |
SetContent
Panel Content 설정
Example
Parameters
Name | Type | Description |
---|---|---|
element | Object | HTML Element |
SetContentBackgroundColor
Panel Content 배경 색상 설정
Example
Parameters
Name | Type | Description |
---|---|---|
color | Object | { r : 255, g : 255, b : 255, a : 255} |
SetContentBackgroundColorFormRGBA
Panel Content 색상 설정
Example
Parameters
Name | Type | Description |
---|---|---|
R | Number | Red(0~255) |
G | Number | Green(0~255) |
B | Number | Blue(0~255) |
A | Number | Alpha(0~255) |
SetHeaderContent
Panel Header Content 설정
Example
Parameters
Name | Type | Description |
---|---|---|
element | Object | HTML Element |
SetLocationLeft
Panel 위치 설정(Left)
Example
Parameters
Name | Type | Description |
---|---|---|
offset | Number | Left Offset |
SetLocationTop
Panel 위치 설정(Top)
Example
Parameters
Name | Type | Description |
---|---|---|
offset | Number | Top Offset |
SetSize
Panel 크기 설정
Example
Parameters
Name | Type | Description |
---|---|---|
width | Number | 넓이 |
height | Number | 높이 |
SetTitleBackgroundColor
Panel Title 배경 색상 설정
Example
Parameters
Name | Type | Description |
---|---|---|
color | Object | { r : 255, g : 255, b : 255, a : 255} |
SetTitleBackgroundColorFormRGBA
Panel Title 색상 설정
Example
Parameters
Name | Type | Description |
---|---|---|
R | Number | Red(0~255) |
G | Number | Green(0~255) |
B | Number | Blue(0~255) |
A | Number | Alpha(0~255) |
SetTitleText
Panel Title 설정
Example
Parameters
Name | Type | Description |
---|---|---|
text | String | Title |
SetTitleTextColor
Panel Title 색상 설정
Example
Parameters
Name | Type | Description |
---|---|---|
color | Object | { r : 255, g : 255, b : 255, a : 255} |
SetTitleTextColorFormRGBA
Panel Title 색상 설정
Example
Parameters
Name | Type | Description |
---|---|---|
R | Number | Red(0~255) |
G | Number | Green(0~255) |
B | Number | Blue(0~255) |
A | Number | Alpha(0~255) |
Show
Panel 보이기/숨기기
Example
Parameters
Name | Type | Description |
---|---|---|
visible | Boolean | 보이기/숨기기 |
--- Event Listener ---
OnCloseButtonEvent
Panel X 버튼 이벤트
Example
Parameters
Name | Type | Description |
---|---|---|
cbClose | Object | callback Function |
OnResizeEvent
Panel 크기 변경 이벤트
Example
Parameters
Name | Type | Description |
---|---|---|
cbResize | Object | callback Function |