Hi Quike; I've used this jQuery plugin to good effect:
http://craigsworks.com/projects/qtip/ It's pretty simple to use. In this example, all controls with the class "description" are selected. You could adjust this to use the class that Hobo assigns to the field. $(document).ready(function() { $('.description').qtip({ content: 'Specify if you want to search for records matching all fields or any search fields.', style: { name: 'cream' }, show: 'mouseover', hide: 'mouseout', position: { corner: { target: 'topMiddle', tooltip: 'bottomMiddle' } } }) }); Tim On Monday, September 1, 2014 11:42:24 AM UTC-4, Quikin wrote: > > Hello Hobousers > > I have a a several tables a common field "description" > > name, description, data1,data2, etc > > i want all fields"description" render as a tooltip , i can activate o > deactivate switch on front of app > > > > Any ideas? > > Best Regards > > Quike > > > -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/hobousers. For more options, visit https://groups.google.com/d/optout.
