• 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
In order to post messages on this forum, you must be registered and logged in
80x80:1760834185_unknown.png
Forums » General » Help for beginners

Problem with FileBrowser

Posted by pedro62

Hi everyone,

I successfully installed the FileBrowser widget on my website, and now I'd like to turn it into a portal (iGoogle like) widget but I encounter some issues.

Here's the html I use for my portal widget:

<head> <script src="http://myremoteserver.org/meteora/src/meteora.js" type="text/javascript"></script> </head>

<body>

<script type="text/javascript"> Meteora.uses('Meteora.Filebrowser'); Meteora.showDebug(true);

Meteora.onStart( function() { new Filebrowser( 'filebrowser-div', 'filebrowser.php', { 'path': '/' } ); } ); </script> </body>

Firebug gives me 2 errors:

“Meteora.options is undefined” in Meteora.js at line 376 --> “ if (Meteora.options.debug.startOpened) { ”

And the second one:

Meteora.uses is not a function in the html code above at line 20 --> “ Meteora.uses('Meteora.Filebrowser'); ”

It may be worth to mention that the server-side script “filebrowser.php” is basically the script that is given in the test folder, and that the portal and the meteora library are hosted on 2 different servers.

Thanks a lot for your help!

  • Thursday April 15, 2010 @ 09:38 date
  • pedro62 user
There are no replies yet.

Copyright © 2007-2009 Astrata Software.