• download
  • documentation
  • forums
  • demo
  • contact
  • blog

meteora

javascript widgets

Documentation

  • Autocomplete
  • Bubble
  • Calendar
  • Carousel
  • Datagrid
  • Dialog
  • Editor
  • Effect
  • Filebrowser
  • Form
  • Jsonrpc
  • Menu
  • Notebook
  • Picbox
  • Popup
  • Searchlist
  • Selection
  • Spinbutton
  • Tablesort
  • Toolbox
  • Treeview

Meteora.demo

This is how the data you just sent does look


  

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'
    );
  }
);

Documentation

If you're looking for more documentation about this widget, you may want to read Meteora.Editor documentation

Copyright © 2007-2009 Astrata Software.