How to install tw2.jqplugins.portlets
- Download and install ActivePython
- Buy and install the Business Edition license from account.activestate.com
- Open Command Prompt
- Type
pypm install tw2.jqplugins.portlets
tw2.jqplugins.portlets is a toscawidgets2 (tw2) wrapper for jquery-ui portlets. Its kind of like the widgets on the customized google homepage.
It was inspired by this thread on the jquery-ui mailing list.
Live Demo
Peep the live demonstration.
Sampling tw2.jqplugins.portlets in the WidgetBrowser
The best way to scope out tw2.jqplugins.portlets is to load its widgets in the tw2.devtools WidgetBrowser. To see the source code that configures them, check out tw2.jqplugins.portlets/tw2/jqplugins/portlets/samples.py
To give it a try you'll need git, python, and virtualenvwrapper. Run:
$ git clone git://github.com/toscawidgets/tw2.jqplugins.portlets.git $ cd tw2.jqplugins.portlets $ mkvirtualenv tw2.jqplugins.portlets (tw2.jqplugins.portlets) $ pip install tw2.devtools (tw2.jqplugins.portlets) $ python setup.py develop (tw2.jqplugins.portlets) $ paster tw2.browser
...and browse to http://localhost:8000/ to check it out.