CBModalWindow

The CBModalWindow component is used to display a popup window and render another component in the window. The component receives a copy oy the MyInstance parameter which it passes on the component being loaded within the window.

Components can configured to be used by the CBModalWindow component regardless of where they’re being called from in only three steps!

  1. Add the component to the switch statement within the CBModalWindow component.
  2. Where ever the component is being called from, ensure you update the following two properties on the current instance (MyInstance.Instance)
    • CBModalName – This should match the name of the case you added to the switch statement in the CBModalWindow component.
    • CBModalVisible – This should be set to true so the popup window will become visible.
  3. Call the notify state changed event on the current instance (MyInstance.NotifyStateChanged())

The following modal popup windows are available in the Layout folder:

  • Access Control
  • Copy
  • Export
  • Import Child
  • Milestones
  • Move
  • Previous Versions
  • Recover Instance
  • Incomplete Wizards
  • Alerts
  • History
  • Feedback
Updated on January 26, 2023

Was this article helpful?

Related Articles

Need Support?
Can’t find the answer you’re looking for? Don’t worry we’re here to help!
Contact Support

Leave a Comment