[web2py] Re: making requests to components from outside

2011-06-17 Thread blackthorne
this is gook. Things like this make me think how cool would it be to have some sort of system in the web2py admin app or an API to handle updates for plugins as well

[web2py] Re: making requests to components from outside

2011-06-16 Thread Anthony
On Sunday, June 12, 2011 8:52:42 AM UTC-4, Anthony wrote: > Actually, now I see that there are two distinct arguments to the jqgrid > widget, '_id' and 'id'. It looks like the '_id' argument is completely > ignored, but if you specify 'id', it will be used as the jqgrid table id > (via the curr

[web2py] Re: making requests to components from outside

2011-06-12 Thread Anthony
On Sunday, June 12, 2011 9:08:10 AM UTC-4, blackthorne wrote: > > My point remains on that even if that is working correctly you are > defining the id for a table so you are not free to replace that > component for something else not being a table. Can't you just use the jQuery replaceWith()