--Layout

      





             

{ codeMirror: CodeMirror }

--Display

             

--Bottom resizing bar

                    

--Size

             

             

--Defining menu items

[ 'Arial', 'tahoma', 'Courier New,Courier' ]        [ 8, 10, 14, 18, 24, 36 ]

['p', 'blockquote', 'h1', 'h2', 'h3']

[ ['#ff0000', '#ff5e00', '#ffe400', '#abf200'], ['#00d8ff', '#0055ff', '#6600ff', '#ff00dd'] ]

--Image

             

      



      

--Video

             


--Defining save button


function (contents) { alert(contents) }

--Templates Array


[
  {
    name: 'Template-1',
    html: '<p>HTML source1</p>'
  },
  {
    name: 'Template-2',
    html: '<p>HTML source2</p>'
  },
]

console.log.apply(console, options);
Attached files Attach image 0KB