From 2264d6e8fb0cb6de391018b5ce479f5843f7ca4d Mon Sep 17 00:00:00 2001 From: mindchasers Date: Wed, 7 Jun 2017 09:24:10 -0400 Subject: [PATCH] demos: Remove doc line re: panels external to page is not supported --- demos/panel/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/panel/index.php b/demos/panel/index.php index 989f85ae566..d496db9ae08 100644 --- a/demos/panel/index.php +++ b/demos/panel/index.php @@ -60,7 +60,7 @@

Where panel markup goes in the markup

-

A panel must be a sibling to the header, content and footer elements inside a jQuery Mobile page. You can add the panel markup either before or after these elements, but not in between. A panel cannot be placed outside a page, but this constraint will be removed in a future version.

+

A panel must be a sibling to the header, content and footer elements inside a jQuery Mobile page. You can add the panel markup either before or after these elements, but not in between.

Here is an example of the panel before the header, content and footer in the source order: