Adding Links to Other Views
 
 Use the vdl-event attribute to add a link to another view.  
 
 Add code similar to the following: 
 
                <a vdl-event="click: function() 
                  { insight.openView('Welcome') }">
         go to Welcome
</a> Here, the 
 vdl-event attribute is being used as a click handler to 
 insight.openView(). 
 
