Input element

This element is a simple input field. See the Type property, below, for details of the input types.

See examples

Properties

  • ID
    Element identifier.
  • Field type
    Specifies what kind of data this element represents.

    Note

    This property is only available in the CyberApp enablement form and the Customer enablement form.

    • Identity
      The field contains an identity, registered in your service, such as username, API client identifier, etc.
      The identity is sent in the X-CyberApp-Auth header of the callback request as plain text.
    • Connection settings indicates that this information will be sent to the ISV servers but does not need to uniquely identify a user and is not sensitive information that must be stored and sent in a special way.

    • Additional settings

  • Label
    An optional element label.
    For more details, see the Size property, below.
  • Width

  • Placeholder
    An optional text, displayed when the user has not entered any input, to hint what data the user should enter.
    Placeholder is never displayed if the Type property is Number.
    If the placeholder text is longer than the element can accomodate, it is truncated.
  • Size

    • Default
      Standard height and width, with the label inside the field.
      If Label is longer than the default element width can accomodate, the label is truncated. (see examples)
    • Small
      Reduced height and width, with the label located above the field.
      If Label is longer than the default element width can accomodate, the element width increases accordingly. (see examples)
  • Type

    • Text
      Accepts entry of single-line alphanumeric input.
    • Textarea
      A resizable text input that can contain multiple lines.
    • Number
      Only accepts rational numbers.

      Note

      You can optionally specify the minimum and maximum permitted values.

Examples

Width=Fill examples

../../../../../../_images/ss-element-input-fill.png

Width=Fit examples

../../../../../../_images/ss-element-input-fit.png

Long label examples

../../../../../../_images/ss-element-input-longlabel.png