Blog Viewer

Required Field Validator Properties Controls

  

This item is found in multiple S3 file types. Its controls and their order may vary based on the file type.

 

ID

  • What it does: Programmatic ID of the control.
  • How to use it: Enter the text.
  • Other notes: This must be unique. It is prefixed with rfv.



CSS Class

  • What it does: Custom style sheet class that controls cell appearance.
  • How to use it: Enter the text.
  • Other notes: If left blank, the appearance is default. The class must be configured in the MVVM project style sheet in the .NET project.



Custom Attributes

  • What it does: Custom attribute defined by the developer to be rendered on the HTML page.
  • How to use it: Enter the text.



Text

  • What it does: Text the user sees to indicate the field is required.
  • How to use it: Enter the text.
  • Other notes: This is usually an asterisk.



Control to Validate

  • What it does: Form control the application checks to ensure it is not null.
  • How to use it: Select from the list of available controls.
  • Other notes: This is the field that is required.



Error Message

  • What it does: Message the application displays if the user attempts to execute a method when the control being validated is null.
  • How to use it: Enter the error message.

 

This post is part of multiple topics:

0 comments
67 views

Permalink