henrique-suave
21 Jun 2007, 5:49 AM
I'm experiencing the exact same problem as this other posts.
http://extjs.com/forum/showthread.php?t=6696
http://extjs.com/forum/showthread.php?t=6624
My checkbox starts unchecked on IE, but it works fine on firefox.
I added the checkbox to the toolbar of the grid component. I set to start as checked and it works fine on Firefox, but it initiates unchecked on IE.
var cbpm = new Ext.form.Checkbox({
autoCreate: true,
checked:true,
name:'cb_pm',
change: myReload
});
I even try his solution but I'm probably doing it wrong.
checkBoxVisible.setValue(true);
And the interesting part is that, on the forms exemple, on my server, the dynamic.html works perfectly. I compare with my checkbox code and it's the same, but somehow on the toolbar it has this issue.
I'm probably doing something wrong, because I'm kind of new to yui-ext.
If someone could point me on the right direction, I'd appreciated.
THANKS
http://extjs.com/forum/showthread.php?t=6696
http://extjs.com/forum/showthread.php?t=6624
My checkbox starts unchecked on IE, but it works fine on firefox.
I added the checkbox to the toolbar of the grid component. I set to start as checked and it works fine on Firefox, but it initiates unchecked on IE.
var cbpm = new Ext.form.Checkbox({
autoCreate: true,
checked:true,
name:'cb_pm',
change: myReload
});
I even try his solution but I'm probably doing it wrong.
checkBoxVisible.setValue(true);
And the interesting part is that, on the forms exemple, on my server, the dynamic.html works perfectly. I compare with my checkbox code and it's the same, but somehow on the toolbar it has this issue.
I'm probably doing something wrong, because I'm kind of new to yui-ext.
If someone could point me on the right direction, I'd appreciated.
THANKS