Skip to content
Ian Johnson edited this page May 23, 2014 · 1 revision

tributary.control({name:"a dropdown", options: [ "foo", "bar" ] })

tributary.control({name: "a slider", min: 0, max: 100 })

tributary.control({name: "a button", onclick: function() { ... })

Clone this wiki locally