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); });
| 도움말 | ||
|---|---|---|
| ||
|
| 참고사항 | ||||||
|---|---|---|---|---|---|---|
| ||||||
|
| 기능 정보 |
|
|
|
|
|
|
|
|---|---|---|---|---|---|---|---|
| 시작 버전 정보 |
| ||||||
| 정보 | ||||
|---|---|---|---|---|
| ||||
|
| 페이지 속성 | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
|
| Showpageid |
|---|
Start Release No : 7.0.400.20240201 / Update Release No :
프로젝트명 : (BCRM#E0119) 스크립트를 통한 BoxStyle 삭제 가능여부 문의
작성자 : 이승철 / 검수자 : 이경륜
- API Open
- UI Open
- Read Only
- Not Use
- Hidden
- Not Recommend
| icon | false |
|---|---|
| title | 기능 설명 |
- 사용자 스크립트를 통해 BoxStyle 리스트에서 특정 BoxStyle을 삭제하는 신규 API 추가
- 사용 방법
- Matrix.GetBoxStyleList() API 를 통해 BoxStyleList를 가져옵니다.
- 신규 추가된 BoxStyleList.Remove(boxstyleKey) API 를 통해 key 에 해당하는 BoxStyle을 삭제합니다.
| 코드 블럭 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
boxStyleList = Matrix.GetBoxStyleList();
boxStyleList.Remove(boxstyleKey);
Matrix.UploadBoxStyleList(boxStyleList, function(result){
console.log(result);
}); |
세부 기능 명
- 지정된 Key값의 BoxStyle을 삭제합니다.
| 도움말 | ||
|---|---|---|
| ||
|
| title | 주의 사항 |
|---|
변경 사항
- API Open
- UI Open
- Read Only
- Not Use
- Hidden
- Not Recommend
- 해당 없음
Release No : 7.0.400.20240201
| 정보 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
|
| hidden | true |
|---|
| title | BCRM 정보 |
|---|