Page tree
Skip to end of metadata
Go to start of metadata

id에 해당하는 링크를 갱신합니다.


Parameters:

NameTypeDescription
actionNameString액션 이름
idString링크 ID
urlString

링크 URL

textString변경할 텍스트
titleString링크 설명
targetString

설정할 타겟 (_blank, _top, _parent, _self)


Example:

editor.execCommand('updateLink', 'se_287be74c-119f', 'http://www.synapeditor.com', '사이냅에디터 홈페이지로 가기', '사이냅에디터 홈페이지', '_blank');
  • No labels