class Input(Widget):
Known subclasses: django.forms.widgets.CheckboxInput
, django.forms.widgets.EmailInput
, django.forms.widgets.FileInput
, django.forms.widgets.HiddenInput
, django.forms.widgets.NumberInput
, django.forms.widgets.PasswordInput
, django.forms.widgets.TextInput
, django.forms.widgets.URLInput
Method | __init__ |
Undocumented |
Method | get_context |
Undocumented |
Class Variable | template_name |
Undocumented |
Instance Variable | input_type |
Undocumented |
Inherited from Widget
:
Method | __deepcopy__ |
Undocumented |
Method | _render |
Undocumented |
Method | build_attrs |
Build an attribute dictionary. |
Method | format_value |
Return a value as it should appear when rendered in a template. |
Method | id_for_label |
Return the HTML ID attribute of this Widget for use by a <label>, given the ID of the field. Return None if no ID is available. |
Method | render |
Render the widget as an HTML string. |
Method | subwidgets |
Undocumented |
Method | use_required_attribute |
Undocumented |
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 | is_localized |
Undocumented |
Class Variable | is_required |
Undocumented |
Class Variable | needs_multipart_form |
Undocumented |
Class Variable | supports_microseconds |
Undocumented |
Instance Variable | attrs |
Undocumented |
Property | is_hidden |
Undocumented |
django.forms.widgets.Widget.__init__
django.contrib.admin.widgets.AdminEmailInputWidget
, django.contrib.admin.widgets.AdminIntegerFieldWidget
, django.contrib.admin.widgets.AdminTextInputWidget
, django.contrib.admin.widgets.AdminURLFieldWidget
, django.contrib.admin.widgets.AdminUUIDInputWidget
, django.contrib.admin.widgets.ForeignKeyRawIdWidget
, django.forms.widgets.CheckboxInput
, django.forms.widgets.DateTimeBaseInput
, django.forms.widgets.PasswordInput
Undocumented
django.forms.widgets.Widget.get_context
django.contrib.admin.widgets.AdminURLFieldWidget
, django.contrib.admin.widgets.ForeignKeyRawIdWidget
, django.forms.widgets.CheckboxInput
, django.forms.widgets.ClearableFileInput
, django.forms.widgets.MultipleHiddenInput
, django.forms.widgets.PasswordInput
Undocumented