searching info for autocomplete js and java code on studio..

join all docs for can build a sample for autocomplete js and java code on studio..
searching some autocompleter code http://webtecker.com/2008/03/10/10-auto-complete-ajax-scripts/
first try: convert this plugin on editor wysiwyg http://loopj.com/2009/04/25/jquery-plugin-tokenizing-autocomplete-text-entry/
http://view.jquery.com/trunk/plugins/autocomplete/demo/
second try: search on stackoverflow
http://stackoverflow.com/questions/1358129/rich-web-text-editor-with-autocomplet...
third try: an applet solution http://www.sferyx.com/htmleditor



maybe can be done with plugins for chrome or firefox ??
autocomplete js and java code on studio
maybe can be done with plugins for chrome or firefox ??
Manuel Rodriguez Coria
Tarija, Bolivia
mavirroco@gmail.com
I expect a rough draft of
I expect a rough draft of autocompletion to go out with the next dev build. Not as clean and elegant as people would like; its more there to help people discover what is possible within the code editor than as a shortcut to avoid typing.
Michael Kantor
Sr Engineer; WaveMaker
excellent the best feature that i waiting..is near.. :D
Manuel Rodriguez Coria
Tarija, Bolivia
mavirroco@gmail.com
Ah; sorry... the
Ah; sorry... the autocompletion for the code editor is not done in a way useful for building into your own apps.
Michael Kantor
Sr Engineer; WaveMaker
not understand this??
Manuel Rodriguez Coria
Tarija, Bolivia
mavirroco@gmail.com
Autocompletion has been done
Autocompletion has been done by building in assorted parsing combined with a lot of knowledge about wavemaker components (expanded the knowledge used to generate the property panels). As such, its fairly tightly linked to wavemaker and javascript code. Its also not a traditional autocomplete; its implemented more as a help (user clicks to see possible completions) than autocomplete (options popup as you type). So while you can study this code, I think adapting it will be a headache; this wasn't implemented as a generalizable solution but as a first draft of a one use solution.
Michael Kantor
Sr Engineer; WaveMaker
ctrl + space is the default hotkey for see in popup menu the pos
ctrl + space is the default hotkey for see in popup menu the posible values?
i not see this on wm6.3 dev build
Manuel Rodriguez Coria
Tarija, Bolivia
mavirroco@gmail.com