editor icon indicating copy to clipboard operation
editor copied to clipboard

Update custom component document

Open easylogic opened this issue 3 years ago • 1 comments

렌더링 레이어를 어떻게 만들어서 확장 할 수 있는지 정리한다.

    editor.registerComponent('iframe', IFrameLayer);

    editor.registerMenuItem('inspector.tab.style', {
        IFrameProperty
    })

    editor.registerRenderer('html', 'iframe', new HTMLIFrameRender());

easylogic avatar Jan 21 '22 03:01 easylogic

شكرا علي قرائتكم

Flyflio avatar Jan 21 '22 03:01 Flyflio