Ju99ernaut / grapesjs-template-manager

Template and page manager for grapesjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Append to div

badiuciprian opened this issue · comments

Hi, I'm using this plugin for a small project I make and I find it just the thing I need. Could it be appended to a div, like the styleManager for example? I need to display it not as a dialog, but as a panel. Thank's

You can get it as an html element by using editor.TemplateManager.render().get(0) then you can append this anywhere.