Hello,

I'm making an app, where "many 2 many" happens quite often:

It's a list of programs (similar to apt database, but also for
windows),
and there fields:
depends (on  a set of other programs)
env (some set of win/linux/mac)
used_for (tags: math, education, geometry)
tutorials  (set of links)


now I am thinking to make
Field ("tags", "string"), (just for representation purposes)

and could leave it as string in crud flow,
but after one edits+saves the field,
I post-process the stuff,
and update tables: tags_titles, tags_m2m
(also use ajax when filling field, for auto-completion)

would be cool , if I could have widget,
which would propose list with checkboxes (if no more than 10),
or list of dropdowns (if there is many things to choose from)
[+ empty text_field for non existent tags]

would it be hard to accomplish?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" 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