Versions Compared

Key

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

Properties of Input


  1. Id - unique identifier of the control
  2. GridData (LMS) - control's column values for Large, Medium and Small screens. Please refer to GridData for further details
  3. Bound Field - the Field Name that links the Control to the Data Model.
  4. Type - selection for the type of input (e.g. Text)
  5. Actions on Change - a place to inject a custom code or action in the event that the value changes. A common application of this is calling a Javascript Function.
  6. Placeholder - text that will be displayed before an input has been made. A help or instruction text can be put here (e.g. instruction for the correct format)
  7. Search Help - type of search help to be used (e.g. *SAP Search Help)
  8. Search Definition - settings of the search help based on the type. Please refer to Implementing Search Helps for further details
  9. Enabled - set  set a boolean value Boolean value or a variable with type boolean Boolean from the Model to control the enable property
  10. Visible - set  set a boolean value Boolean value or a variable with type boolean Boolean from the Model to control the visibility property
  11. Description Field - this is a Bound Field that will hold the description. For example the CompanyCode search help is used, its Company Code Name parameter can be assigned to this field
  12. Mandatory - set  set a boolean Boolean value or a variable with type boolean from Boolean from the Model to control the mandatory property.
  13. More - Additional field configuration that can be used to enhance the input field. 
  14. Advanced - properties of the control not available in the above list can be added here. 

    Info

    Setting Additional Properties provides further information about the Advanced property


...