Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

BDC DrillDown Menu 0.3


Changes in version 0.3

  • Removed restriction that the menu must be built on a list. In fact, the sub-menus and items can be built with completely arbitrary elements (one item, for instance, need not be the same tag as the next).
  • Changed the mechanism for placing menu panels away from using margins and to using the relative position 'top' property. This way, menu panels can have margins set without losing them on placement.
  • Made the menu panels calculate their height and width automatically. This height and width need no longer be set in CSS (and in fact, CSS settings are ignored for these two properties).
  • Recommented the code and renamed a few variables to make the code clearer.
  • Added scrolling through an additional "scroll pane" div to contain the submenus and the new scroll buttons.
  • Added seven CSS options: scrollPaneClass, scrollUpClass, scrollUpHoverClass, scrollUpClickClass, scrollDownClass, scrollDownHoverClass, and scrollDownClickClass. These all control the scroll pane and the two scroll buttons.
  • Added the option scrollSpeed to control the speed of menu panel scrolling.
  • Modified the default title hover CSS class to be a darker blue, rather than black.