Difference between revisions of "Header-menu"

From Wiki2
(Created page with "===header-menu=== If you want menus in your header use this code, just don't let any class in the data-role="page" <div> mess with your formatting <syntaxhighlight> <div dat...")
 
 
Line 1: Line 1:
===header-menu===
====header-menu====
If you want menus in your header use this code, just don't let any class in the data-role="page" <div> mess with your formatting
If you want menus in your header use this code, just don't let any class in the data-role="page" <div> mess with your formatting
<syntaxhighlight>
<syntaxhighlight>

Latest revision as of 10:26, 31 May 2013

header-menu

If you want menus in your header use this code, just don't let any class in the data-role="page"

mess with your formatting

<syntaxhighlight>

<a href="#popupMenu" data-rel="popup" data-role="button" data-inline="true">Menu</a> <a href="#popupNested" data-rel="popup" data-role="button" data-inline="true">Nested menu</a>

Dog

  • Popup API
  • <a href="options.html">Options</a>
  • <a href="methods.html">Methods</a>
  • <a href="events.html">Events</a>

Farm animals

  • <a href="../dialog.html" data-rel="dialog">Chicken</a>
  • <a href="../dialog.html" data-rel="dialog">Cow</a>
  • <a href="../dialog.html" data-rel="dialog">Duck</a>
  • <a href="../dialog.html" data-rel="dialog">Sheep</a>

Pets

  • <a href="../dialog.html" data-rel="dialog">Cat</a>
  • <a href="../dialog.html" data-rel="dialog">Dog</a>
  • <a href="../dialog.html" data-rel="dialog">Iguana</a>
  • <a href="../dialog.html" data-rel="dialog">Mouse</a>

Ocean Creatures

  • <a href="../dialog.html" data-rel="dialog">Fish</a>
  • <a href="../dialog.html" data-rel="dialog">Octopus</a>
  • <a href="../dialog.html" data-rel="dialog">Shark</a>
  • <a href="../dialog.html" data-rel="dialog">Starfish</a>

Wild Animals

  • <a href="../dialog.html" data-rel="dialog">Lion</a>
  • <a href="../dialog.html" data-rel="dialog">Monkey</a>
  • <a href="../dialog.html" data-rel="dialog">Tiger</a>
  • <a href="../dialog.html" data-rel="dialog">Zebra</a>

</syntaxhighlight>