Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

id에 해당하는 링크를 갱신합니다Update the link that corresponds to the ID.


Parameters:

NameTypeDescription
actionNameString액션 이름'updateLink' link updating API
idString링크 Link ID to update
urlString

링크 URL of the hyperlink

textString변경할 텍스트Text to update
titleString링크 설명Title of the hyperlink
targetString

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

...

Code Block
languagejs
themeEmacs
editor.execCommand('updateLink', 'se_287be74c-119f', 'http://www.synapeditor.com', '사이냅에디터 홈페이지로 가기Go to the Synap Editor homepage', '사이냅에디터Synap 홈페이지Editor', '_blank');