Guest User

Untitled

a guest
Jan 22nd, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. enyo.kind({
  2. kind: "VFlexBox",
  3. name: "MainView",
  4. events: { "BuildClick": "" },
  5. components: [
  6. { content: "0 Slideshows", flex: 1 },
  7. { kind: "Button", caption: "+", onclick: "BuildClick" }
  8. ],
  9. BuildClick: function() {
  10. this.doBuildClick();
  11. }
  12. });
Add Comment
Please, Sign In to add comment