Skip to main content

View Pages in Popup

Transcript Summary

Introduction

Hey everybody, it's Tim from Tadabase here. Today, we're shining a spotlight on opening pages in modal pop-ups.

Overview

Opening pages in modal pop-ups allows us to add the ability inside menu items to open particular pages inside an actual modal pop-up. It's very easy to enable.

Step-by-Step Guide

  1. Create the Page

    • First, we need to create the page we want to open in a modal pop-up. In this example, I'm using a form component.
    • This page contains a form component that I want to be accessible directly from a menu to add new records to a data table throughout the application.
  2. Add Page to Menu Component

    • I've added this page to my menu component.
    • Once added to the menu, I can edit the menu item and enable the "Show in Pop-up" option.
  3. Customize Pop-up

    • From here, I can enable or disable the pop-up headers or footers and customize the content as necessary, such as changing the pop-up title.

Final Result

Once that's done, you can now open this page with the form component as a modal pop-up. This can be accessible anywhere that the menu is available within your current page layout.

Conclusion

Thanks for watching, and I'll see you in the next one!