Versions Compared

Key

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

...

Password Field

  • type : 'Password'
  • size : Optional, integer value in string format. Default to '50'. Used to control the length of the input field.
  • maxlength :  Optional, integer value in string format. Used to limit the number of characters can be enter in the input field. 
  • Refer to Retrieve Properties Value in Plugin - Single Value Field on how to use the value of this field type in the plugin code.

...

Readonly Text Field

...

Text Field

  • type : 'TextField'
  • size : Optional, integer value in string format. Default to '50'. Used to control the length of the input field.
  • maxlength :  Optional, integer value in string format. Used to limit the number of characters can be enter in the input field. 
  • Refer to Retrieve Properties Value in Plugin - Single Value Field on how to use the value of this field type in the plugin code.

...