101 - The Basics

Setting up a view requires very little. All you need to do is:

  1. Define a prototype object
  2. Have the vEweFactory create a view from that prototype
  3. Turn on the view

The demo below demonstrates how a view may subscribe to a user generated event (for example: a click) and run methods accordingly.

Ta-da!
What's under the box?