AdminUUIDInputWidget
This class provides a specialized text input widget for UUID fields within the administrative interface. It automatically applies the 'vUUIDField' CSS class to ensure consistent styling and behavior in the admin UI while inheriting standard text input functionality.
Attributes
| Attribute | Type | Description |
|---|---|---|
| attrs | dict = {"class": "vUUIDField"} | A dictionary of HTML attributes to be added to the rendered input widget, which defaults to including the 'vUUIDField' CSS class. |
Constructor
Signature
def AdminUUIDInputWidget(
attrs: dict = None
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| attrs | dict = None | A dictionary of HTML attributes to be added to the rendered widget. |
Signature
def AdminUUIDInputWidget(
attrs: dict = null
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| attrs | dict = null | A dictionary of HTML attributes to be added to the rendered input element. |