12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- <h2>Install</h2>
- <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>
- <h2>Panels Wrapper</h2>
- <p>Wrap your panes and regions with unlimited possibilities.</p>
- <ul>
- <li>Go HTML5! Wrap your content in the newly defined tags.</li>
- <li>Add custom containers and HTML.</li>
- <li>Simplify and beautify Panels markup.</li>
- </ul>
- <p>Sample output after applying the wrapper elements on 1 region and 2 content panes: the powered by block and a main menu.</p>
- <code>
- <hgroup>
- <header id="#powderedby">Hello World</header>
- <footer><span>Powered by <a href="http://drupal.org">Drupal</a></span></footer>
- <h3>Main menu</h3>
- <nav id="#main-menu" class="navigation menu">
- <ul class="menu clearfix"><li><a href="/d">Home</a></li></ul>
- </nav>
- </hgroup>
- </code>
- <h2>Wrapper: Element</h2>
- <p>Wrap any region or pane with one of several dozen tags, including HTML5 elements.</p>
- <h2>Wrapper: Raw</h2>
- <p>Wrap any region or pane with a custom raw prefix and suffix.</p>
- <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>
- <h4>TODO</h4>
- <ul>
- <li>Wrapper: Element
- <ul>
- <li>'Add more' ajaxy button for attributes.</li>
- </ul>
- </li>
- </ul>
|