id에 해당하는 링크를 갱신합니다.
Parameters:
Name | Type | Description |
---|---|---|
actionName | String | 액션 이름 |
id | String | 링크 ID |
url | String | 링크 URL |
text | String | 변경할 텍스트 |
title | String | 링크 설명 |
target | String | 설정할 타겟 (_blank, _top, _parent, _self) |
Example:
editor.execCommand('updateLink', 'se_287be74c-119f', 'http://www.synapeditor.com', '사이냅에디터 홈페이지로 가기', '사이냅에디터 홈페이지', '_blank');