Re: [web2py] ToolTip feature in HTML Table

2018-07-27 Thread Dave S
On Friday, July 27, 2018 at 7:33:45 AM UTC-7, GS wrote: > > Hi Guys, > > I am looking to implement a tool tip feature to display content from the > .DB on mouse hover(pointing to each of the cells) > > On Mousehover, I want to pull the unique data from the database for each > of the cells. > I

Re: [web2py] ToolTip feature in HTML Table

2018-07-27 Thread icodk
Hi Gaurav Shet Here is a rather complex example for a tooltip on a field in a grid that shows a warning if an email is missing and explanation as in the attached i

Re: [web2py] ToolTip feature in HTML Table

2018-07-27 Thread Val K
Hi! Try XML('%s' % row.psb...) Use expressions {{=...}} only in views On Friday, July 27, 2018 at 5:33:45 PM UTC+3, GS wrote: > > Hi Guys, > > I am looking to implement a tool tip feature to display content from the > .DB on mouse hover(pointing to each of the cells) > > On Mousehover, I wan

[web2py] Re: Postgres migration errors

2018-07-27 Thread Leonel Câmara
pg8000 has many problems, my first approach would be to simply install psycopg2 -- 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