SproutCMS

This is the code documentation for the SproutCMS project

function currentReveal()

Draws a current-reveal menu.
This is a menu where the top level items all get shown, but the children
only get shown for active items.

Uses the same HTML as the pmm2 menu, just because that HTML has plenty of
classes and ids, and I already had the code for that menu :)

See http://www.rymill.com.au/ for an example of this type of menu.

Usage

void Navigation::currentReveal ( );

Return value

  • void

Tags:   designer-api   api