module documentation

This module defines an input field for the ACME text UI.

Class ACMEFieldOriginator An input field for an originator in the ACME text UI.
Class ACMEInputField A generic input field for the ACME text UI.
Function validateOriginator Validate a originator.
Variable idFieldOriginator The ID of the originator field.
def validateOriginator(value: str, requestView: Widget | None = None) -> bool:

Validate a originator.

Parameters
value:strThe value to validate.
requestView:Widget | NoneThe request view for context (to determine operation type).
Returns
boolTrue if the value is valid, False otherwise.
idFieldOriginator: str =

The ID of the originator field.