Skip to main content

Hello monday.com community,


I am building an item view. I would like to display a custom dialog outside of the iframe, I wasn’t able to find a suitable function in the monday js sdk. I did notice that an existing app, pandadoc, is able to have a dialog outside of the iframe as shown in this webinar: New Features June 2021 | monday.com - YouTube

Hi @fatih!


Thanks for your patience here. I agree that Pandadoc’s app looks very, very cool!


To start, I would suggest digging around in our Storybook here to find potential components that might work for you.


I’m also going to do some research for you to see if I can find exactly what feature they’re using. Thanks!


Hey @Helen,


Good to hear from you. I have found out this can be accomplished with the undocumented feature from the sdk openAppFeatureModal and it supports the following arguments for anyone else interested:


url,
urlPath,
urlParams,
width,
height

Url defaults to the iframe’s URL if not specified.


The function returns a promise, .then will be called when the modal is closed.


You can close the modal by calling the closeAppFeatureModal function.


This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.