• 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

HTML source

<div id="notebook-demo-div"></div>

Javascript source

Meteora.uses('Meteora.Notebook');
Meteora.onStart(
  function () {
    var nb = new Notebook('notebook-demo-div');
    nb.addPage(
      {
        'id':     'lorem',
        'title':  'Lorem ipsum'
      },
      {
        'url':    '/demo/ajax_notebook_test_1'
      }
    );
    nb.addPage(
      {
        'id':     'finibus',
        'title':  'Finibus Bonorum et Malorum'
      },
      {
        'url':    '/demo/ajax_notebook_test_2'
      },
      {
        'allowClose': true  
      }
    );
    document.testNotebook = nb;
  }
);

Documentation

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

Copyright © 2007-2009 Astrata Software.