[web2py] Re: DISPLAYING LINK DETAILS INTO ANOTHER DIV USING (args=variable.id)

2018-01-08 Thread mostwanted
On Monday, January 8, 2018 at 2:55:43 PM UTC+2, Anthony wrote: > > You'll need the links to trigger Ajax requests. web2py includes some > relevant built-in functionality for this -- see the documentation for the > A() helper: http://web2py.com/books/default/chapter/29/05/the-views#A. > You

[web2py] Re: DISPLAYING LINK DETAILS INTO ANOTHER DIV USING (args=variable.id)

2018-01-08 Thread Anthony
You'll need the links to trigger Ajax requests. web2py includes some relevant built-in functionality for this -- see the documentation for the A() helper: http://web2py.com/books/default/chapter/29/05/the-views#A. You can use either (1) the "callback" and "target" arguments or (2) the "cid"