AdminBigIntegerFieldWidget
This class provides a specialized widget for handling large integer fields within the administrative interface. It extends the standard integer field widget by applying a specific CSS class to ensure appropriate styling and behavior for big integer data types.
Attributes
| Attribute | Type | Description |
|---|---|---|
| class_name | string = vBigIntegerField | The CSS class name applied to the HTML input element for styling and identification purposes. |
Constructor
Signature
def AdminBigIntegerFieldWidget()
Signature
def AdminBigIntegerFieldWidget() - > null