Top Banner
Sencha ExtJS Javascript Framework for rich Desktop Apps
12

SevillaJS - ExtJS

Nov 29, 2014

Download

Technology

amunizmartin

Talk about ExtJS in SevillaJS meetup
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: SevillaJS - ExtJS

Sencha ExtJSJavascript Framework for rich Desktop Apps

Page 2: SevillaJS - ExtJS

$> whoami

Antonio Muñiz@amunizmartin

opinahq.com clinkerhq.com mivecindad.com

Page 3: SevillaJS - ExtJS

ExtJS• Framework JS

• +100 components

• Documentation

• Themes

• +100 examples

• +1000 API’s

Page 4: SevillaJS - ExtJS

Only Javascript

NO HTML - NO CSS

Page 5: SevillaJS - ExtJS

Class systemExt.define(‘...’, extend: ‘...’, requires: [...]);

Ext.create(‘...’);

Page 6: SevillaJS - ExtJS

MVC

Imagen: http://laberintoimaginado.tumblr.com/

Page 7: SevillaJS - ExtJS

Widgets

Page 8: SevillaJS - ExtJS

EventsExt.define(‘...’, extend: ‘Ext.util.Observable’ ... doSomething: function() { ... this.fireEvent(...); });

widget.on(...);

Page 9: SevillaJS - ExtJS

Cross Browser

Internet Explorer 6+ Firefox 3.6+Safari 4+ Chrome 10+ Opera 11+

Page 10: SevillaJS - ExtJS

Charts

Page 11: SevillaJS - ExtJS

Docs

Page 12: SevillaJS - ExtJS