Class Index | File Index

Classes


Namespace metawidget.layout

Layouts.
Defined in: metawidget-layouts.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
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.
Namespace Detail
metawidget.layout
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

Documentation generated by JsDoc Toolkit 2.3.2 on Mon Dec 14 2015 20:12:11 GMT-0500 (EST)