Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ContextMenu, WSContextMenu, TreeView, ControlBase, Events, Validation
ContextMenu, WSContextMenu - Now looks like an ordinary context menu. - Submenus are now revealed on mouse over (hover). - Expanding an item by clicking it makes it sticky. - Improved and more intuitive keyboard navigation. - Added viewport collision detection (boundary detection). - Responsive - old TreeView mode on low-res devices. - Added GetAllChildren function to ContextMenu. - Added GetParent function to ContextMenu.Item. - Fixed bugs in documentation. TreeView - Added new functions: GetNodeFocused, GetNodeAbove, GetNodeBelow, KeyboardNavigation (enabled/disable keyboard). - Enter key now selects an item, even if AutoPostBack is disabled. - Various minor improvements and fixes. ControlBase - Renamed data-active attribute to data-focused Events - GetModifierKeys() now includes KeyUp/KeyDown codes. - GetPointerState() now supports Touch. Validation - Added ExpectInstanceArray function. - ThrowError now includes call stack on modern browsers.
- Loading branch information