Icon Header

ToscaWidgets

ToscaWidgets is a framework for building reusable web components. The system allows a web developer to use a complex widget in their application with ease - the internal complexity of the widget is hidden. This helps rapidly develop compelling web applications. There is an extensive library of existing widgets, for example:


The main benefit of ToscaWidgets is that this example took very little Python code to implement.

tw.forms

tw.forms is a library of widgets for building HTML forms. It enables the rapid creation of forms, with server-side validation that returns clear error messages to users.

As tw.forms is built on ToscaWidgets, the developer can easily use more complex widgets in the forms. The end result is a powerful framework that is useful to web developers in the real world.

Getting Started

ToscaWidgets works with many Python web frameworks, including Pylons, TurboGears, and raw WSGI. To start using ToscaWidgets:

  1. 1) Enable ToscaWidgets in your web framework. More...
  2. 2) Learn the basics of creating forms. More...
  3. 3) Discover the exciting widgets available. More...


After this, move on to the reference documentation.