page no. Showpageid
- 기능 설명
- 스크립트 Script API를 이용하여 지정된 BoxStyle을 삭제할 수 있습니다.
- 사용 방법
- Matrix.GetBoxStyleList() API 를 통해 BoxStyleList를 가져옵니다.
신규 추가된 스크립트 Script API인 BoxStyleList.Remove(boxstyleKey)를 이용하여 key에 해당하는 BoxStyle을 삭제할 수 있습니다.
코드 블럭 language js theme FadeToGrey firstline 1 title Example code linenumbers true boxStyleList = Matrix.GetBoxStyleList(); boxStyleList.Remove(boxstyleKey); Matrix.UploadBoxStyleList(boxStyleList, function(result){ console.log(result); });
도움말 | ||
---|---|---|
| ||
|
참고사항 | ||||||
---|---|---|---|---|---|---|
| ||||||
|
기능 정보 |
|
|
|
|
|
|
|
---|---|---|---|---|---|---|---|
시작 버전 정보 |
|
정보 | ||||
---|---|---|---|---|
| ||||
|
페이지 속성 | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||
|
...