Re: [web2py] ToolTip feature in HTML Table

2018-07-28 Thread Gaurav Shet
Thank you Guys. The solution from Val K was a quick fix for me. Appreciate the help, Thanks Dave and ICODK for providing iunputs. On Sat, Jul 28, 2018 at 5:25 AM Dave S wrote: > > > On Friday, July 27, 2018 at 7:33:45 AM UTC-7, GS wrote: >> >> Hi Guys, >> >> I am looking to implement a tool tip

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