• 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

Methods demo

We recommend you check out the Meteora.Jsonrpc documentation to understand this concept.

Click any of the available tests and then press the execute button.

JsonRPC console

This is the data your server-script is supposed to send. It does not have to be indented, that was only for demonstration pourposes.

Available tests

  • test 1
  • test 2
  • test 3
  • test 4
  • test 5

#ul-test

  • #li-test-1
  • #li-test-2
  • #li-test-3
  • #li-test-4
  • #li-test-5
  • #li-test-6
  • #li-test-7

Warning

Do always send the HTTP header “Content-Type: text/plain; charset=utf8” before sending the response, you'll have weird results otherwise. Using PHP this could be done as below:
header('Content-Type: text/plain; charset=utf8');
MSIE 6.0 and 7.0 do not respect the Content-Type sent if an HTML tag is found among the response, they corrupt the JSON before Meteora can read it. To avoid this you can print some line breaks (\n) before actually sending the response. Using 200 or 300 \n before sending the answer will do the trick.

Copyright © 2007-2009 Astrata Software.