Requires

Provides

Toolbar.js

Menu widget to be used as a drop down

License:
Public domain (http://unlicense.org).
Authors:
Yaroslaff Fedin
  1. 25
  2. 26
  3. 27
  4. 28
  5. 29
  6. 30
  7. 31
  8. 32
  9. 33
  10. 34
  11. 35
  12. 36
  13. 37
LSD.Widget.Menu.Toolbar = new Class({ Includes: [ LSD.Widget.Menu, LSD.Trait.List, LSD.Trait.Accessibility ], options: { attributes: { type: 'toolbar' } } });