Versions Compared

Key

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

...

Info
  • Selecting the help indicator property is mandatory if you want to display help text for the form item in your end application. The help text as such cannot be provided in Form Designer. You must configure the help text for the form item ID in the properties file for it to display in your end application.
  • Help indicator property is applicable only for selective form items as indicated in the table above.


Image Modified


  3.   In the properties file (for example, common_en_US.properties) provide the help text for the form item as raw-key value pair as follows:

...

Code Block
languagejs
canvas.env.options.form.helpLblPosition='inline'; 
	//* 	Note: Oncethat this codeiscode implemented, it will reflect globally for all form items at the application level.
	*/ 

Sample screen shot of the form item with the help text:

...