Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

Tooltips for form items might not display correctly in case of jQuery code because of conflict with TBS, which is Canvas platform's default JS framework. To overcome this conflict, use the global (application-level) property, 'enableTooltipNoConflict', by setting it to 'True' to enable display of tool tips for form items when using jQuery. The default value for 'enableTooltipNoConflict' is 'False'.

Code Block
languagejs
//For example, in CT_Ready.js, use 'enableTooltipNoConflict' property as follows:
ctcanvas.env.options.enableTooltipNoConflict = true


...