View control of time values.

Hierarchy

  • UpTextVMainControl
    • Time

Methods

Methods

  • Retrieve the current value of the control.

    Returns string

    Example

    // Get value of control
    ix.api.dom.getControl("<ELEMENT-GUID>").getValue();
  • Set value of the control. No validation or formation done!

    Parameters

    • value: string
    • Optional settings: {
          asHtml?: boolean;
      }
      • Optional asHtml?: boolean

    Returns void

    Example

    // Set value for text controls
    ix.api.dom.getControl("<ELEMENT-GUID>").setValue("INTREXX!");