tw2.slideymenu

toscawidgets2 wrapper for random filament group tools


Keywords
toscawidgets, widgets
License
MIT
Install
pip install tw2.slideymenu==2.2

Documentation

tw2.slideymenu

Author: Ralph Bean <rbean@redhat.com>

tw2.slideymenu is a toscawidgets2 (tw2) package with slidey menu that I made just for you!

Live Demo

Slideymenu is best demonstrated by its use in narcissus. Definitely check it out.

You can also see it in the tw2 WidgetBrowser although it doesn't do it justice.

Links

Get the source from github.

PyPI page and bugs

Description

toscawidgets2 (tw2) aims to be a practical and useful widgets framework that helps people build interactive websites with compelling features, faster and easier. Widgets are re-usable web components that can include a template, server-side code and JavaScripts/CSS resources. The library aims to be: flexible, reliable, documented, performant, and as simple as possible.

This package contains a menu that slides!

Sampling tw2.slideymenu in the WidgetBrowser

The best way to scope out tw2.slideymenu is to load its widgets in the tw2.devtools WidgetBrowser. To see the source code that configures them, check out tw2.slideymenu/tw2/slideymenu/samples.py

To give it a try you'll need git, python, and virtualenvwrapper. Run:

$ git clone git://github.com/toscawidgets/tw2.slideymenu.git
$ cd tw2.slideymenu
$ mkvirtualenv tw2.slideymenu
(tw2.slideymenu) $ pip install tw2.devtools
(tw2.slideymenu) $ python setup.py develop
(tw2.slideymenu) $ paster tw2.browser

...and browse to http://localhost:8000/ to check it out.