Les dejo una pantalla de muestra mientras tanto y la URL del sitio oficial de ExtJS www.extjs.com
Lo recomiendo mucho, para que se hagan un ejemplo de como funciona aquí también les dejo algo básico.
1: Ext.onReady(function(){
2:
3: var p = new Ext.Panel({
4: title: 'Windows Title',
5: collapsible: false,
6: renderTo: 'helpBar',
7: width: 635,
8: height: 405
9: });
10:
11: });
3 comentarios:
what is this mean?
hola, i know. its a javascript, wow cool for the samples.
Hi ivan, yeah is a framework for javascript, for dynamic web's.
Publicar un comentario