Wisdom.Implementation


namespace: wisdom.implementation

This is a place for wisdom modules to store some "implementation-specific" data and objects, particularly those that are global (required to be accessible or shared by multiple objects or modules). This can be useful when dealing with event handlers (which are not run as methods of objects).

Website and application developers should NOT make use of the things in here - they are not classified as part of the Wisdom public API and will change out from under you, often without documentation.

component-specific event handlers:

ui.DropDownMenuAdvanced:

properties:

  • wisdom.implementation.openMenus[]: an array of ...
  • wisdom.implementation.topLevelMenuElement: a reference to the top level menu element (this.element)

event handlers:

  • wisdom.implementation.menuMouseOver()
  • wisdom.implementation.menuMouseOut()

This is part of the Reference Documentation for the Wisdom Javascript Library? (or wisdom.js)