Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Ui for Angular haters by @escusado

gdljs
February 17, 2016
100

Ui for Angular haters by @escusado

Slides de la plática Ui for Angular haters by @escusado

Del 26 de Enero de 2016 en GDLJS

gdljs

February 17, 2016
Tweet

Transcript

  1. ...

  2. class Button extends NanoWidget { } .element [.name] .render(targetEl, beforeEl)

    .bind(‘event’, handler()) .unbind(‘event’, handler()) .dispatch(‘event’, {data}) .appendChild(<child>) .removeChild(<child>) [.children] [.parent] .activate() .deactivate() .enable() .disable() [.active] [.disabled] .destroy()