Page tree

Versions Compared

Key

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

Select HTML Elememt을 셀렉션 합니다Elememt.


Parameters:

NameTypeDescription
actionNameString액션 이름'setSelectionByHTMLElement' HTML Element selecting API
htmlElementHTMLElement셀렉션할 HTML Element to select


Example:

Code Block
languagejs
themeEmacs
editor.execCommand('setSelectionByHTMLElement', document.getElementById('test'));

...