GraffitiTOTPField

Preview #

About #

GraffitiTOTPField is a set of inputs designed for time-based one time password value display or entry, complete with auto-progression and display of validation status.

Enumerations #

NameValues
StatesUnvalidated
Valid
Invalid

Constants #

This class exposes no constants.

Events #

NameParametersReturn TypeDescription
CodeCompleteNoneNoneRaised when all of the child fields have a value.
ValueChangedNoneNoneRaised when any of the child fields’ value is changed.

Methods #

NameParametersReturn TypeDescription
ResetNoneNoneResets all the value of all child fields to empty.

Properties #

NameTypeDefault ValueDescription
StateGraffitiTOTPField.StatesGraffitiTOTPField.States.UnvalidatedThe current visual state of the control.
ValueInteger0The current value of the control.

Examples #

This class currently has no examples.