class documentation

class SplitHiddenDateTimeWidget(SplitDateTimeWidget): (source)

View In Hierarchy

A widget that splits datetime input into two <input type="hidden"> inputs.

Method __init__ Undocumented
Class Variable template_name Undocumented

Inherited from SplitDateTimeWidget:

Method decompress Return a list of decompressed values for the given compressed value. The given value can be assumed to be valid, but not necessarily non-empty.
Class Variable supports_microseconds Undocumented

Inherited from MultiWidget (via SplitDateTimeWidget):

Method __deepcopy__ Undocumented
Method get_context Undocumented
Method id_for_label Return the HTML ID attribute of this Widget for use by a <label>, given the ID of the field. Return an empty string if no ID is available.
Method value_from_datadict Given a dictionary of data and this widget's name, return the value of this widget or None if it's not provided.
Method value_omitted_from_data Undocumented
Class Variable media Undocumented
Class Variable use_fieldset Undocumented
Instance Variable widgets Undocumented
Instance Variable widgets_names Undocumented
Property is_hidden Undocumented
Property needs_multipart_form Undocumented
Method _get_media Media for a multiwidget is the combination of all media of the subwidgets.

Inherited from Widget (via SplitDateTimeWidget, MultiWidget):

Method build_attrs Build an attribute dictionary.
Method format_value Return a value as it should appear when rendered in a template.
Method render Render the widget as an HTML string.
Method subwidgets Undocumented
Method use_required_attribute Undocumented
Class Variable is_localized Undocumented
Class Variable is_required Undocumented
Instance Variable attrs Undocumented
Method _render Undocumented
def __init__(self, attrs=None, date_format=None, time_format=None, date_attrs=None, time_attrs=None): (source)