[popup-docs] "#popupTester" has gone missing, breaking the theme inheritance demo - restore

This commit is contained in:
Gabriel Schulhof 2011-12-20 14:19:30 +02:00
parent f60779518d
commit 3d4fec8c69

View file

@ -138,6 +138,10 @@
$('#myPopupDiv').popup();
</code></pre>
<div data-role="popup" id="popupTester">
<p>This popup assumes the theme of the button that launches it.</p>
<p>Thus, it supports the idea that it is connected to the button.</p>
</div>
<h2>Theming the popup</h2>
<p>Normally, the popup's theme will be set to align with the theme of the link that launches it. The above popup can be shown in multiple places. Each time, upon appearing, the popup's theme is set to match that of the link that launches it:</p>