Skip to content
thegingerbloke edited this page Sep 16, 2011 · 2 revisions

This tutorial leads you through all that is need to get started working with Sqwidget to build you own easily-deployable widget. We begin with a very simple embedded block of text and move all the way through to something more complex and more useful.

All the examples here are available in the sqwidget repository at https://github.com/premasagar/sqwidget/tree/master/tutorials/

But first, a little bit of architecture of Sqwidget will help you work out what we are trying to do.

A Sqwidget widget is put in a page using a small piece of html embed code that contains a `

` element that makes a place that the resulting widget will be put into, and a `
Clone this wiki locally