selecta> or you could use my improved version selecta> http://groups.google.com/group/web2py/browse_thread/thread/4f9dfc4e9c4b5b27#
Thanks, I downloaded Massimo's CRM app then overlaid your version of the plugin. It seems to work, I think. I'm not quite sure about the expected behavior in the tag-related stuff, but the obvious CRM stuff seems to work. Some questions: * The Search box in the upper right of every page doesn't seem to ever trigger any search activity. I can't follow the logic in layout.html well enough to tell where I should be looking for code which implements that action. The action is empty. I don't know where that's supposed to lead back to in the code. * In the controllers directory I now have a plugin_tagging.py file which defines these functions: tag, tag_cloud, tag_cloud_table, tag_cloud_record. This URL works: http://127.0.0.1:8000/crm/plugin_tagging/tag_cloud but this yields 404: http://127.0.0.1:8000/crm/plugin_tagging/tag Why is that? * Is the tag cloud supposed to be mouse-sensitive? (I've not used tag clouds before and don't plan to use one for my app, at least initially, so it's no big deal. Mostly I'm just curious.) Thx, -- Skip Montanaro - s...@pobox.com - http://www.smontanaro.net/
-- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web...@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.