Skip to main content
Nintex Community Menu Bar

Floating box over smartobject

  • August 10, 2018
  • 1 reply
  • 23 views

Hi All,

I got requirement that e.g if there is row/s then for each column data ,when mouse pointer hovers over it and if that field has a comment column(hidden from uers) then that content of column will display in messagebox/form.

Thanks .

1 reply

Forum|alt.badge.img+9
  • August 13, 2018

Hi pankaj1,


 


I think the best OOTB option would be to utilize the Tooltip property:


K2 SMARTFORMS PRODUCT DOCUMENTATION: USER GUIDE - List View


 


However i dont think that dynamic tooltips are currently implemented, seems the only other option would be to create a custom JavaScript event, for example "OnHover"


 


-Jean