Module

RMP_Container

For Container widgets, the following methods of Common_Functions_AllWidgets are available:
  • getParent
  • getContainerIndex
  • getElement
  • isVisible
  • setVisible
  • setVisibleRule
  • getName
  • isActive
  • isEnabled

Methods

# inner getType() → {string}

Returns the type of the widget (RMP_Container).
string

# inner openModal(boolean)

Displays the container widget as a Modal if true, otherwise hides the modal if false.
Parameters:
Name Type Description
boolean Boolean true to display - false to hide the modal