Yeahhh, el ipod cigarrera
Aquí coloco un video chino muy raro que trata, de una manera no muy biográficamente correcta, de contar la historia de Jobs :
Blog orientado al área de tecnología, programación, telecomunicaciones y software libre.
var grid = Ext.create('Ext.grid.Panel', {
store: store,
width: 470,
height: 200,
frame: true,
clickstoEdit: 1,
title: 'Listado de asistencias',
viewConfig: { forceFit: true },
columns: [{
text: 'Mifila1', width: 200, dataIndex: 'serial', sortable: true
},
{
text: 'Mifila2', width: 250, dataIndex: 'created', sortable: true
}
],
listeners: {
itemclick : function(grid, rowIndex, e) {
//Dont do anything.
}
}
});
xtype:'tabpanel',
plain:true,
activeTab: 0,
autoHeight: true,
height:300,
region: 'center',
viewConfig: { forceFit: true },
defaults:{autoScroll:true, bodyStyle:'padding:10px'},
items:[{
title:'ANAMNESE',
defaults: {width: 210},
items: [{
xtype: 'combo',
store: laser_depTypes,
fieldLabel: 'Tipo de depilacion anterior',
name: 'laser_typeDep',
forceSelection: true,
editable: false,
displayField: 'name',
valueField: 'type',
mode: 'local'
},{
xtype: 'combo',
store: laser_pelo,
fieldLabel: 'Pelo',
name: 'laser_pelo',
forceSelection: true,
editable: false,
displayField: 'name',
valueField: 'type',
mode: 'local'
}
]
},{
title: 'EVOLUÇÃO',
cls: 'x-plain',
layout: 'fit',
viewConfig: { forceFit: true },
items: {
xtype: 'htmleditor',
name: 'bio2',
fieldLabel: 'Evolução'
}
},grid]