From 3d4fec8c699e9357c8fbb70f3fb382c9e077ba1a Mon Sep 17 00:00:00 2001 From: Gabriel Schulhof Date: Tue, 20 Dec 2011 14:19:30 +0200 Subject: [PATCH] [popup-docs] "#popupTester" has gone missing, breaking the theme inheritance demo - restore --- docs/pages/popup/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/pages/popup/index.html b/docs/pages/popup/index.html index 5cd090d8..d555d6e9 100644 --- a/docs/pages/popup/index.html +++ b/docs/pages/popup/index.html @@ -138,6 +138,10 @@ $('#myPopupDiv').popup(); +
+

This popup assumes the theme of the button that launches it.

+

Thus, it supports the idea that it is connected to the button.

+

Theming the popup

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: