Skip to main content

Layout

WFBs that affect the page layout.

NameDescription ParametersResult
Read ValuesRead values from page element and assign it to a status key or keep it as a current parameter
  • Element: Element which data is read from
  • Status Key: Key used to access data later
  • Returns a current parameter
    Set ValuesSet Values of a page element to the desired status using the status key
  • Element: Element which data is read from
  • Status Key: Key used to access data later
  • Returns a current parameter
    Add Item To ListAdd value to a predefined listElement: Element whose data will be added to the listN/A
    Remove Item From ListRemove a specified value from a listElement: element which has the list stored onN/A
    Set FocusSet the focus to a specific elementElement: Element which will be focused onN/A
    ScrollToScrolls to the selected element
  • Element: Element which will be scrolled to
  • Smooth scroll: Enables scrolling to the element position smoothly
  • Scroll to position: Set the X and Y coordinates to scroll to
  • N/A
    Set Control PropertiesChange the element’s properties
  • Element: Element whose properties will be changed
  • Property: Property of the element that will be changed
  • Formula: The new property value
  • N/A
    Read Control PropertiesRetrieve the element’s properties
  • Element: Element whose properties will be read
  • Property: Property of the element that will be read
  • Status Key: The key used to access that property
  • N/A