Home | Trees | Indices | Help |
|
---|
|
object --+ | base.Widget --+ | forms.InputWidget --+ | forms.FormField --+ | CalendarDatePicker
Use a Javascript calendar system to allow picking of calendar dates.
Nested Classes | |
template_c | |
Inherited from |
Instance Methods | |||
|
|||
|
|||
Inherited from Inherited from Inherited from |
Class Variables | |
template =
hash(x) |
|
params =
|
|
params_doc =
|
|
attrs = {}
|
|
skin = "calendar-system"
|
|
picker_shows_time = False
|
|
button_text = "Choose"
|
|
format = "%m/%d/%Y"
|
|
calendar_lang = None
|
|
Inherited from Inherited from Inherited from |
Properties | |
default hash(x) |
|
Inherited from Inherited from Inherited from Inherited from |
Method Details |
Initialize an input widget. It accepts the following parameters (besides those listed at params): name: Name of the input element. Will be the name of the variable the widget's input will be available at when submitted. validator: Formencode validator that will validate and coerce the input this widget generates.
|
Update the template parameters. This method will have the last chance to update the variables sent to the template for the specific request. All parameters listed at class attribute 'params' will be available at the 'params' dict this method receives. *Must* call super(MyWidget, self).update_params(params) cooperatively, unless, of course, your know what you're doing. Preferably this should be done before any actual work is done in the method.
|
Class Variable Details |
templatehash(x)
|
params
|
params_doc
|
Property Details |
defaulthash(x)
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Jul 14 21:45:37 2011 | http://epydoc.sourceforge.net |