awa.ui.ExpandableContainerMixin Class
Extends Backbone.View
Module: awa.ui
Please use this view as opposed to Backbone.View. This provides a lot of extra functionality and some structure which makes for easer refractoring.
Constructor
awa.ui.ExpandableContainerMixin
(
-
[options.tpl] -
[options.tplArgs]
Parameters:
-
[options.tpl]Function optionalunderscore template function to be used in the render if you call this class' render function -
[options.tplArgs]Function optionalargs passed to the template. If none are provided, the view will take the model, convert it to a regular object and pass that to the template.