Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

House Keeping: Text Control focusGained functions are poorly named #34

Open
ElSkunkito opened this issue Nov 17, 2015 · 0 comments
Open

Comments

@ElSkunkito
Copy link
Collaborator

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( )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant