APIs

Show:

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 optional
    underscore template function to be used in the render if you call this class' render function
  • [options.tplArgs] Function optional

    args 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.

Item Index