layoutevents.html 549 B

123456789101112131415
  1. <section id="layoutevents" data-transition="slide">
  2. <header data-title="Layout Events">
  3. <nav class="box">
  4. <a href="#back" data-router="section" data-label="back"></a>
  5. </nav>
  6. </header>
  7. <article class="active list indented">
  8. <ul>
  9. <li class="dark">
  10. <strong>Lungo gives you the possibility to subscribe to events generated by your layout, for example you'll know when a section/article is loaded or unloaded.</strong>
  11. </li>
  12. </ul>
  13. </article>
  14. </section>