Skip to content

Commit 5a20482

Browse files
Demos: added link back to Panels on fixed positioning and responsive layout demo page.
1 parent 955545a commit 5a20482

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/demos/widgets/panels/panel-fixed.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ <h2>Responsive</h2>
7171

7272
<p>To make this responsive, the panel stays open and causes the page to re-flow at wider widths. This allows both the menu and page to be used together when more space is available. This behavior is controlled by CSS media queries. You can create a custom one for a specific breakpoint or use the breakpoint preset by adding the <code>class="ui-responsive-panel"</code> to the page container. We have added this class on this demo page.</p>
7373

74+
<a href="panel-fixed.html" data-rel="back" class="jqm-button" data-ajax="false" data-role="button" data-mini="true" data-inline="true" data-icon="arrow-l" data-iconpos="left">Back to Panels</a>
75+
76+
7477
<div data-demo-html="#panel-fixed-page1" data-demo-css="true"></div><!--/demo-html -->
7578

7679
</div><!-- /content -->

0 commit comments

Comments
 (0)