Requires

Provides

Command.js

Command node creates accessible command

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
LSD.Widget.Command = new Class({ Includes: [ LSD.Node, LSD.Module.DOM, LSD.Module.Command ] }); (function(Command) { Command.Command = Command.Checkbox = Command.Radio = Command; })(LSD.Widget.Command);