LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


IntegralUI.Menu

Represents the IntegralUI Menu widget, displays menus and submenus. Inherits from IntegralUI.Widget.

Properties


  • alignment
  • Specifies the alignment of root menu items
  • allowAnimation
  • Inherited. Determines whether animations of element's properties are allowed
  • animationSpeed
  • Inherited. Gets or sets the speed of animation effects
  • dataFields
  • Specifies data fields that match the data in local data source
  • openOnHover
  • Determines whether sub-menus are automatically opened whenever mouse cursor hovers over their parent menu
  • rtl
  • Determines whether left-to-right or right-to-left layout is active
  • showIcons
  • Determines whether icons are visible or not

Events


  • clear
  • Occurs when all items are removed
  • close
  • Occurs when menu or sub-menu begins to close
  • itemadded
  • Occurs after menu item is added to the collection
  • itemadding
  • Occurs before menu item is added to the collection
  • itemclick
  • Occurs when menu item is clicked
  • itemhover
  • Occurs when the mouse cursor hovers over menu item space
  • itemremoved
  • Occurs after menu item is removed from the collection
  • itemremoving
  • Occurs before menu item is removed from the collection
  • open
  • Occurs when menu or sub-menu begins to open

Methods