cleditor / cleditor

a lightweight jQuerified HTML editor
http://premiumsoftware.net/cleditor/
233 stars 67 forks source link

how can I set initialy html text? #6

Open sebfischer83 opened 13 years ago

sebfischer83 commented 13 years ago

how can I set initialy html text in the editor control on startup?

afilina commented 13 years ago

editor.$area.val(htmltext); editor.updateFrame();