Meteora.demo
HTML source
<textarea name="input" id="editor-demo-textarea" style="width: 600px; height: 200px"></textarea>
Javascript source
Meteora.uses('Meteora.Editor');
Meteora.onStart(
function() {
new Editor(
'editor-demo-textarea'
);
}
);
Meteora.onStart(
function() {
new Editor(
'editor-demo-textarea'
);
}
);