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

demos: Remove doc line re: panels external to page is not supported #8576

Merged
merged 1 commit into from Dec 7, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion demos/panel/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

<h2>Where panel markup goes in the markup</h2>

<p>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 <em>before</em> or <em>after</em> these elements, but not in between. A panel cannot be placed outside a page, but this constraint will be removed in a future version.</p>
<p>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 <em>before</em> or <em>after</em> these elements, but not in between.</p>

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

Expand Down