in the Auto-completion section, Chap.10, it's nice to find out how to
incorporate autocompletion in web2py applications with controllers and
views.

my initial interest was to enable autocompletion in coding the program
online. the editor (EditArea) is a Javascript program located in the
admin/static/edit_area directory. can i apply the method described in
the above section in this case?

--
Teru


On 9月4日, 午後9:43, mdipierro <mdipie...@cs.depaul.edu> wrote:
> Do you know this is discussed in the book? Chapter 10.
>
> Massimo
>
> On Sep 4, 5:45 am, suiato <homm...@gmail.com> wrote:
>
> > On 9月1日, 午後3:20, suiato <homm...@gmail.com> wrote:
> > ...
>
> > > so far, i've found the web2py editor uses nicEdit, which is written in
> > > JavaScript and uses jQuery. jQuery has anautocompleteplugin (http://
> > > bassistance.de/jquery-plugins/jquery-plugin-autocomplete/).
>
> > looking further, i  found:
> > - nicEdit is used for htmledit, but not for edit.
> > - editArea (made by Christophe Dolivet) is used for editing the code.
> > - its code and usage actually look more straightforward than those of
> > nicEdit.
> > - autocomple feature is in its todo list :-)
>
> > so, helping Christophe to incorporate the feature looks like the
> > fastest way to realizeautocompletein web2py.
>
> > --
> > Teru
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to