Requires

Provides

Context.js

Menu widget to be used as a drop down

License:
Public domain (http://unlicense.org).
Authors:
Yaroslaff Fedin
  1. 28
  2. 29
  3. 30
  4. 31
  5. 32
  6. 33
  7. 34
  8. 35
  9. 36
  10. 37
  11. 38
  12. 39
  13. 40
  14. 41
  15. 42
  16. 43
  17. 44
  18. 45
  19. 46
  20. 47
  21. 48
  22. 49
  23. 50
  24. 51
  25. 52
  26. 53
  27. 54
LSD.Widget.Menu.Context = new Class({ Includes: [ LSD.Widget.Menu, LSD.Trait.Animation ], options: { attributes: { type: 'context' }, animation: { duration: 200 } } }); LSD.Widget.Menu.Context.Command = new Class({ Includes: [ LSD.Widget.Menu.Command, LSD.Trait.Item.Stateful ] }); (function(Context) { Context.Button = Context.Option = Context.Radio = Context.Checkbox = Context.Command.Command = Context.Command; })(LSD.Widget.Menu.Context);