Move JavaScript function killEvent from wicketautocomplete.js to wicket-event.js
--------------------------------------------------------------------------------
Key: WICKET-1460
URL: https://issues.apache.org/jira/browse/WICKET-1460
Project: Wicket
Issue Type: Wish
Components: wicket, wicket-extensions
Affects Versions: 1.3.2
Reporter: Martin Grigorov
Priority: Minor
Is it a good idea to move the JS function "killEvent" from
jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/wicket-autocomplete.js
to
jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/wicket-event.js.
I find it quite useful and I think it really belongs there.
Currently since I don't use the autocomplete component I copied this function
in my .js file (and wicket-event.js is referer in all my pages).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.