Module t.w.widgets

Part of twisted.web View Source

A twisted web component framework.

This module is DEPRECATED.
Function listify Undocumented
Function _ellipsize Undocumented
Class Widget A component of a web page.
Class StreamWidget A 'streamable' component of a webpage.
Class WidgetMixin A mix-in wrapper for a Widget.
Class Presentation I am a widget which formats a template with interspersed python expressions.
Function htmlFor_hidden Undocumented
Function htmlFor_file Undocumented
Function htmlFor_string Undocumented
Function htmlFor_password Undocumented
Function htmlFor_text Undocumented
Function htmlFor_menu Value of the format [(optionName, displayName[, selected]), ...]
Function htmlFor_multimenu Value of the format [(optionName, displayName[, selected]), ...]
Function htmlFor_checkbox A checkbox.
Function htmlFor_checkgroup A check-group.
Function htmlFor_radio A radio button group.
Class FormInputError Undocumented
Class Form I am a web form.
Class DataWidget No class docstring; 1/2 methods documented
Class Time No class docstring; 1/1 methods documented
Class Container No class docstring; 1/2 methods documented
Class _RequestDeferral Undocumented
Function possiblyDeferWidget Undocumented
Class RenderSession I handle rendering of a list of deferreds, outputting their
Class WidgetResource No class docstring; 2/2 methods documented
Class Page No class docstring; 2/2 methods documented
Class WidgetPage I am a Page that takes a Widget in its constructor, and displays that
Class Gadget I am a collection of Widgets, to be rendered through a Page Factory.
Class TitleBox No class docstring; 1/1 methods documented
Class Reloader Undocumented
Class Sidebar No class docstring; 1/3 methods documented
Class WebWidgetNodeMutator A WebWidgetNodeMutator replaces the node that is passed in to generate
def listify(x): (source)
Undocumented
def _ellipsize(x): (source)
Undocumented
def htmlFor_hidden(write, name, value): (source)
Undocumented
def htmlFor_file(write, name, value): (source)
Undocumented
def htmlFor_string(write, name, value): (source)
Undocumented
def htmlFor_password(write, name, value): (source)
Undocumented
def htmlFor_text(write, name, value): (source)
Undocumented
def htmlFor_menu(write, name, value, allowMultiple=False): (source)
Value of the format [(optionName, displayName[, selected]), ...]
def htmlFor_multimenu(write, name, value): (source)
Value of the format [(optionName, displayName[, selected]), ...]
def htmlFor_checkbox(write, name, value): (source)
A checkbox.
def htmlFor_checkgroup(write, name, value): (source)
A check-group.
def htmlFor_radio(write, name, value): (source)
A radio button group.
def possiblyDeferWidget(widget, request): (source)
Undocumented
API Documentation for twisted, generated by pydoctor.