mirror of
https://github.com/dzeiocom/FormManager.git
synced 2025-04-23 03:12:14 +00:00
Added mode switch listener
This commit is contained in:
parent
dc40b373ff
commit
311db899d5
@ -6,6 +6,7 @@ enum AttributeListeners {
|
|||||||
FORM_SUBMIT, // Event run before submitting (datas is filled with the datas that will be submitted, MUST return TriggerCallback)
|
FORM_SUBMIT, // Event run before submitting (datas is filled with the datas that will be submitted, MUST return TriggerCallback)
|
||||||
VERIFY, // Event run on element verification (return true or false only)
|
VERIFY, // Event run on element verification (return true or false only)
|
||||||
FORM_FILL, // Event run after the form was filled
|
FORM_FILL, // Event run after the form was filled
|
||||||
|
MODE_SWITCH, // Event run on form mode switch
|
||||||
}
|
}
|
||||||
|
|
||||||
export default AttributeListeners
|
export default AttributeListeners
|
||||||
|
Loading…
x
Reference in New Issue
Block a user