Show TOC

CInputField PropertiesLocate this document in the navigation structure

  • hAlign

    Horizontal alignment of the content within the CInputField.
    Table 1:
    Value Description
    auto Automatic alignment of the text content. The alignment is determined by the usage of the UI element - for example, by the data type of the value to be displayed.
    beginOfLine The text is always displayed at the beginning of the line.
    center Centered alignment
    endOfLine The text is always displayed at the end of the line.
    forcedLeft The text content is always displayed on the left.
    forcedRight The text content is always displayed on the right.
  • value

    Character string displayed within the CInputField frame. This property must be bound to a context attribute.