README.html 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <h2>Install</h2>
  2. <p>Enable the module to find additional region and pane styles in Panels. Below is a list of those currently included. <em>Please share and contribute your styles! :)</em></p>
  3. <h2>Panels Wrapper</h2>
  4. <p>Wrap your panes and regions with unlimited possibilities.</p>
  5. <ul>
  6. <li>Go HTML5! Wrap your content in the newly defined tags.</li>
  7. <li>Add custom containers and HTML.</li>
  8. <li>Simplify and beautify Panels markup.</li>
  9. </ul>
  10. <p>Sample output after applying the wrapper elements on 1 region and 2 content panes: the powered by block and a main menu.</p>
  11. <code>
  12. <hgroup>
  13. <header id="#powderedby">Hello World</header>
  14. <footer><span>Powered by <a href="http://drupal.org">Drupal</a></span></footer>
  15. <h3>Main menu</h3>
  16. <nav id="#main-menu" class="navigation menu">
  17. <ul class="menu clearfix"><li><a href="/d">Home</a></li></ul>
  18. </nav>
  19. </hgroup>
  20. </code>
  21. <h2>Wrapper: Element</h2>
  22. <p>Wrap any region or pane with one of several dozen tags, including HTML5 elements.</p>
  23. <h2>Wrapper: Raw</h2>
  24. <p>Wrap any region or pane with a custom raw prefix and suffix.</p>
  25. <div class="messages-status"><p>Install the <a href="http://drupal.org/project/fences">Fences</a> module for a <em>plethura</em> of element options!</p></div>
  26. <h4>TODO</h4>
  27. <ul>
  28. <li>Wrapper: Element
  29. <ul>
  30. <li>'Add more' ajaxy button for attributes.</li>
  31. </ul>
  32. </li>
  33. </ul>