Skip to content
grasuth edited this page Aug 13, 2010 · 1 revision

The samples folder contains sample sqwidget configs.

samples/development

These are development samples which are used for development and testing. Loading widget.html in a browser will yield a page that contains a number of test widgets.

Notes

  • If you are accessing these samles as a local file from your browser, you may find that Chrome fails to load local files , so templates dont get loaded. To fix this, you need to start Chrome with --allow-file-access-from-files. See http://code.google.com/p/chromium/issues/detail?id=36336#c5 for more about this.

Under OS X, something like this works for starting chrome with this command line option:
open /Applications/Google\ Chrome.app/ --args --allow-file-access-from-files

Clone this wiki locally