italoc
16 Jul 2009, 12:44 PM
i have 2 problem after upgrade to extjs 3.0
i can't realod the store and chacke the url of http proxy, i use this method
pato.proxy.conn.setUrl = 'extjs.php?pato=true¬asel='+record.data.id;
pato.load();
but don't change the url of proxy
i can't read the value of checkbox i use this:
{
xtype: 'radiogroup',
fieldLabel: 'C.F./STP',
name: 'addcfstp',
id: 'addcfstp',
getValue: function() {
var v;
this.items.each(function(item) {
if (!item.getValue()) return true;
v = item.getRawValue();
return false;
});
return v;
}
with
Ext.getCmp('addcfstp').getValue();
but return always "NULL" value..
Can you help me???
thanks..
i can't realod the store and chacke the url of http proxy, i use this method
pato.proxy.conn.setUrl = 'extjs.php?pato=true¬asel='+record.data.id;
pato.load();
but don't change the url of proxy
i can't read the value of checkbox i use this:
{
xtype: 'radiogroup',
fieldLabel: 'C.F./STP',
name: 'addcfstp',
id: 'addcfstp',
getValue: function() {
var v;
this.items.each(function(item) {
if (!item.getValue()) return true;
v = item.getRawValue();
return false;
});
return v;
}
with
Ext.getCmp('addcfstp').getValue();
but return always "NULL" value..
Can you help me???
thanks..