| Home | Trees | Indices | Help |
|
|---|
|
|
Use a Javascript calendar system to allow picking of calendar dates.
|
|||
| template_c | |||
|
Inherited from |
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
template =
|
|||
params =
|
|||
params_doc =
|
|||
attrs = {}
|
|||
skin = "calendar-system"
|
|||
picker_shows_time = False
|
|||
button_text = "Choose"
|
|||
format = "%m/%d/%Y"
|
|||
calendar_lang = None
|
|||
_default = None
|
|||
_param_attrs =
|
|||
_param_button_text =
|
|||
_param_calendar_lang = None
|
|||
_param_format =
|
|||
_param_picker_shows_time = False
|
|||
_param_skin =
|
|||
template_vars =
|
|||
|
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
| default | |||
|
Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
Initializes 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.
|
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.
|
|
|||
template
|
params
|
params_doc
|
template_vars
|
|
|||
default
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Apr 19 13:58:45 2008 | http://epydoc.sourceforge.net |