Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: More tabs tests

...

HTML
<style type="text/css">
DIV.deck DIV.tabBar DIV.tab { position: relative; top: 1px; background: #eee; }
DIV.deck DIV.tabBar DIV.tab#current { position: inherit; background: white; }
DIV.deck DIV.tabBar DIV.tab a { color: black; }
DIV.deck DIV.card {border: 1px solid #ccc; display: table-cell;}
</style>

...

Tabs test #1 – using Composition macro

Wiki Markup
{deck:id=myDeck}

...

Wiki Markup
{card}
Wiki Markup
{deck}

This works, but 1) doesn't preview very well (preview shows alternatives as side-by-side cells in a table, with no header row), and 2) requires additional processing code to be added to the SiteExporter.

Tabs test #2 – using a custom "tabs" macro (not yet written)

TBD

Children Test

Children Display
excerpttrue
excerptTypesimple

...