rasheedamir/the-fascinator

Streamline menu macros

Closed this issue · 2 comments

{{{
  #openMenu("Actions")
... menu items
  #closeMenu()
}}}

{{{
<div class="box menu">
#if isNull($menuTitle)
  <h2>#&nbsp;</h2>
#else
  <h2>$menuTitle</h2>
#end
}}}

or maybe even:
{{{
<div class="box menu">
  <h2>#renderTitle($menuTitle)</h2>
}}}

Original issue reported on code.google.com by greg.pen...@gmail.com on 1 Aug 2011 at 5:16

Original comment by greg.pen...@gmail.com on 23 May 2012 at 1:08

  • Added labels: Type-Enhancement
Migrated to https://github.com/the-fascinator/the-fascinator/issues/13

Original comment by duncan.q...@gmail.com on 14 Jan 2013 at 5:27

  • Changed state: MovedToGitHub