Skip to main content

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

AttributeTypeDescription
attrsdict = {"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

NameTypeDescription
attrsdict = NoneA dictionary of HTML attributes to be added to the rendered widget.

Signature

def AdminUUIDInputWidget(
attrs: dict = null
) - > null

Parameters

NameTypeDescription
attrsdict = nullA dictionary of HTML attributes to be added to the rendered input element.