Advertisement
patrickc

Kinds

Jul 6th, 2011
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. {kind: "Button", caption: "Play", onclinck: "play"},
  2. {kind: "Popup", name: "newUrlPopup", components: [
  3. {style: "font-size: 1.1em; text-align: center", className: "enyo-item enyo-first", components: [
  4. {content: "Add New Feed", style: "align: center"}
  5. ]},
  6. {className: "enyo-item enyo-last", components: [
  7. {kind: enyo.Input, name: "url", hint: "Station URL", autoCapitalize: "lowercase"}
  8. ]},
  9. {flex: 1, components: [
  10. {kind: enyo.Button, onclick: "playUrl", caption: "Play", className: "enyo-button-affirmative"}
  11. ]},
  12. ]},
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement