I have a table with a text area. I want to be able to insert a clickable 
reference to a a record in another table while entering/editing the text. 
Ideally, I should be able to search the table I want to reference to find 
the entry I want to point to. I am sure I can do this with AJAX but, well, 
AJAX is not my forte.

Here is a more detailed description -- not what I am doing but easier to 
explain.

Let's say the table I want to reference is colors and the table I am 
editing describes cars. I want to be able to enter text such as "This car 
is <blue>" where blue would be a a clickable reference into the color 
table. Clearly easy if the color table is short but what I will reference 
will eventually have thousands of records. Thus, the need for the search.

Clues and/or examples appreciated. Thanks.

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to