Versions Compared

Key

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

...

  • To display the help text inline or bottom for the form items, provide the following respective code in any JavaScript listener file:
Code Block
languagejs
canvas.env.options.form.helpLblPosition='inline'; //for inline on the form item

// OR
canvas.env.options.form.helpLblPosition='bottom'; //for bottom of the form item

// Note that this code will reflect globally for all form items at the application level.

...