Skip to content

Reference: APP.View()

✌ Makis Tracend edited this page Aug 21, 2013 · 4 revisions

Usage

APP.Views.Files = new APP.View.extend({ ... });

Options

  • html (string) If available it is used as the markup for the template
  • url (string) If available it will be called to resource the markup for the template
  • bind (string) Optional Space seperated list of events the data will be binded to the view's render()
  • append (boolean) If true it appends the markup in the view instead of replacing it
  • attr (string) If set it will be used to attribute the view in the container with a 'data-view'
Clone this wiki locally