Requires

Provides

Container.js

Container widget to wrap around the content

License:
Public domain (http://unlicense.org).
Authors:
Yaroslaff Fedin
  1. 22
  2. 23
  3. 24
  4. 25
  5. 26
  6. 27
  7. 28
LSD.Widget.Container = new Class({ Extends: LSD.Widget.Element, options: { tag: 'container' } });