Basic example

jsPanel.create({
    content:     '
', contentSize: '960 auto', headerTitle: 'jsPanel with Froala', position: 'center-top 0 100', theme: '#644AEB', callback: function (panel) { panel.style.height = 'auto'; var editor = new FroalaEditor('#froalademo'); } });