menu.js

Pop-up menu control.


Objects

Methods

Properties


OAT::Menu()

Creates new Menu object.

OAT::Menu::createFromUl(ul)

Creates a menu from an already build unordered list, referenced by ul.

OAT::Menu::closeFilter

Set this property to a class name of objects which should close menu by clicking. Defaults to *, since every menu item closes menu when clicked.

OAT::Menu::noCloseFilter

Set this property to a class name of objects which should NOT close menu by clicking.