Advertisement
Guest User

Untitled

a guest
Sep 17th, 2014
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <div data-bind="dxButton: { text: 'Button1' }, dxAction: '#myNextPage/'"></div>
  2.  
  3. <div data-bind="dxButton: {
  4. text: 'Button1',
  5. clickAction: function() {
  6. app.navigate('home', { root: true });
  7. }
  8. }"></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement