You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Being in a hurry I kept the original Java function names for focus gain instead
of renaming them to HTML on* style name.
Example:
TextFieldFromDistance_focusGained();
should have become
onFromDistancefocusGained()
Example from SELECT controls I more properly renamed the action function to HTML style
JAVA ChoiceModel_itemStateChanged()
JS function onModelSelect( )
The text was updated successfully, but these errors were encountered:
Being in a hurry I kept the original Java function names for focus gain instead
of renaming them to HTML on* style name.
Example:
TextFieldFromDistance_focusGained();
should have become
onFromDistancefocusGained()
Example from SELECT controls I more properly renamed the action function to HTML style
JAVA ChoiceModel_itemStateChanged()
JS function onModelSelect( )
The text was updated successfully, but these errors were encountered: