In Sencha, They have used made mistake in parameter passing in initMouseEvent()
57311
instead of
57312
and This feature has been removed from the Web standards. Though some browsers may still...
Type: Posts; User: PCM
In Sencha, They have used made mistake in parameter passing in initMouseEvent()
57311
instead of
57312
and This feature has been removed from the Web standards. Though some browsers may still...
Ext.application({
name : 'Fiddle',
launch : function() {
var treeStore = Ext.create('Ext.data.TreeStore', {
autoLoad: false,
fields: ['node_id',...