You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
When a dialog page is external and ajaxEnabled is false, the dialog loads in a new page instead of the dialog popup. I saw that there was a fix to "allow embedded/internal pages to be loaded as dialogs when clicking on @data-rel="dialog" links" (issue #2202), but not for external pages. Is there a fix in the works?
Thanx!
The text was updated successfully, but these errors were encountered:
I believe we'd have to transmit the intent for the page to be a dialog along with the request to support this and there's a danger there of mucking up a server request (reads: we won't be doing that). If you have access to the document where the page is defined you can give it the requisite data-role to render it as a dialog.
When a dialog page is external and ajaxEnabled is false, the dialog loads in a new page instead of the dialog popup. I saw that there was a fix to "allow embedded/internal pages to be loaded as dialogs when clicking on @data-rel="dialog" links" (issue #2202), but not for external pages. Is there a fix in the works?
Thanx!
The text was updated successfully, but these errors were encountered: