Page tree

Versions Compared

Key

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

...

NameTypeDescription
htmlStringHtml content
optionsObject

Status
title릴리즈 2.6.0 이상

Code Block
languagejs
{
    callback: function() {}, // 완료 후 호출할 callback함수
    bAsync: false,           // 동기처리 (기본값: false)
    bFocus: true,            // 문서열기 후 에디터에 포커스처리 (기본값: true)
    bOverwrite: true         // 덮어쓰기처리 (기본값: true)
}


...