Discussion:ExtJs
Aller à la navigation
Aller à la recherche
- http://www.objis.com/formation-java/IMG/pdf/Plan_cours_formation_extjs_initiation.pdf
- http://jessewarden.com/2012/02/sencha-ext-js-is-viable-technology-choice-for-flex-developers.html
- http://www.attuneuniversity.com/blog/getting-started-with-ext-js.html
xtypes
store
- http://www.artsoftsolutions.ro/en/tipsatricks/extjs/23-extjs-probleme-cu-gridurile-la-aplicarea-unui-filtru-extern
- http://www.quizzpot.com/2009/05/what-is-store-how-does-it-work/
grid
actioncolumn
init: function()
{
this.control(
{
'actioncolumn': {
click: this.startProcesss
}
})
- http://www.learnsomethings.com/2011/09/25/the-new-extjs4-xtype-actioncolumn-in-a-nutshell/
- dans un groupe :http://www.devfull.com/ext-4.0.2a/examples/rowactionsexample.html
- http://www.extjsframework.com/mvc/simple-mvc-application
- http://jsfiddle.net/E8fDN/4/