Forum
Calc Builder Support
Calc Builder supportForums
Public write access is disabled. Please login
Re: Adding a custom Tooltip for a field 26.05.2014 09:50
Hello,
Two easier ways to add tooltip are:
- Using Joomla hasTip : ensure that Joomla tooltips are available in your site. Then, add class 'hasTip' to any element with 'title' attribute filled.
You could get more info at: http://docs.joomla.org/J1.5:How_to_add_tooltips_to_your_Joomla!_website
- Using jQuery UI: add 'CB("[title]").tooltip();' in 'Executed on loaded page' in javascript event in your calculator. In 'Form layout' you could use it using 'title' attribute field. For example:
example
More info at:http://jqueryui.com/tooltip/
Hope this helps. Regards,
Moonsoft Team
www.moonsoft.es
Two easier ways to add tooltip are:
- Using Joomla hasTip : ensure that Joomla tooltips are available in your site. Then, add class 'hasTip' to any element with 'title' attribute filled.
You could get more info at: http://docs.joomla.org/J1.5:How_to_add_tooltips_to_your_Joomla!_website
- Using jQuery UI: add 'CB("[title]").tooltip();' in 'Executed on loaded page' in javascript event in your calculator. In 'Form layout' you could use it using 'title' attribute field. For example:
example
More info at:http://jqueryui.com/tooltip/
Hope this helps. Regards,
Moonsoft Team
www.moonsoft.es