Versions Compared

Key

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

...

Code Block
languagejs
canvas.env.options.form.errorLblPosition ='bottom'; 
/* The default option is 'inline', i.e.,which means the error message displays when
the * displays when the user hovers over the //error icon on the form item.
 */


Info

To view the form in your end application, you must create a view and map the form to it. Then map the form view to the app and the app to a workspace.

...