public interface QuizzesFieldListener
QuizzesField
components.
In JavaScript, it is not mandatory to implement all the methods. The Wiris
Quizzes generic API will check for the availability of a method before
calling it.Modifier and Type | Method and Description |
---|---|
void |
contentChanged(QuizzesField source)
The value of the field object just changed.
|
void |
contentChangeStarted(QuizzesField source)
A user action has started that will end with a
contentChanged(com.wiris.quizzes.api.ui.QuizzesField)
event. |
void contentChanged(QuizzesField source)
source
- The QuizzesField that originated the event.QuizzesField.getValue()
void contentChangeStarted(QuizzesField source)
contentChanged(com.wiris.quizzes.api.ui.QuizzesField)
event.
This event is triggered by MathType when the user starts writing on the
canvas. The contentChanged event will be triggered only after the formula
has been recognized. It is recommended to disable the submit buttons
between these two events.source
- The QuizzesField that originated the event.Copyright © 2021 Maths for More S.L. All Rights Reserved.