Namespace metawidget.layout
Layouts.
Defined in: metawidget-layouts.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Method Attributes | Method Name and Description |
---|---|
<static> |
metawidget.layout.createFlatSectionLayoutDecorator(config, decorator, decoratorName)
Augment the given 'decorator' with methods suitable for making flat (as
opposed to nested) section separator LayoutDecorators.
|
<static> |
metawidget.layout.createNestedSectionLayoutDecorator(config, decorator, decoratorName)
Augment the given 'decorator' with methods suitable for making nested (as
opposed to flat) section separator LayoutDecorators.
|
Method Detail
<static>
metawidget.layout.createFlatSectionLayoutDecorator(config, decorator, decoratorName)
Augment the given 'decorator' with methods suitable for making flat (as
opposed to nested) section separator LayoutDecorators.
This includes an implementation of the layoutWidget method and a declaration of a addSectionWidget method.
- Parameters:
- config
- decorator
- decoratorName
<static>
metawidget.layout.createNestedSectionLayoutDecorator(config, decorator, decoratorName)
Augment the given 'decorator' with methods suitable for making nested (as
opposed to flat) section separator LayoutDecorators.
This includes an implementation of the layoutWidget method and a declaration of a createSectionWidget method.
- Parameters:
- config
- decorator
- decoratorName