Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit 67d897a

Browse files
author
Gabriel Schulhof
committed
Popup: External popups no longer need custom click routing
(cherry picked from commit 39fe09e) Fixes gh-7367
1 parent 199d897 commit 67d897a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

demos/popup-outside-multipage/index.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545

4646
<p>You can reuse the same popup on multiple pages if you declare it as a direct child of the <code>body</code> element. It can then appear on any page in the document.</p>
4747
<p>If you define the popup outside of any page, then you must take care to instantiate the popup widget yourself. You can do this as early as DOMReady, because the popup is not on any page.</p>
48-
<p>If you wish the popup to be opened from a set of links, then you must also handle that manually, because automatic handling via <code>data-rel="popup"</code> is restricted to popups on the active page.</p>
4948
<p>The example below illustrates the setup with two pages.</p>
5049
<div data-demo-html="#popup-outside-page,#other-page,#third-page" data-demo-js="#popup-outside-page-script">
5150
<a href="#popup-outside-page" data-rel="popup" class="ui-btn ui-btn-inline ui-corner-all">Menu</a>

0 commit comments

Comments
 (0)