I've upgrade to Ext 2.2 but the problem is the same..
I've check the code and i think the problem is that i use CherryOnExt to filter the tables.
Infact if i try the online example of a simple grid...
Type: Posts; User: zampedo
I've upgrade to Ext 2.2 but the problem is the same..
I've check the code and i think the problem is that i use CherryOnExt to filter the tables.
Infact if i try the online example of a simple grid...
excuse me i've wrong to put this question into bug session and so i've revrite the question into help session...
I've a problem with firefox 3.0
some time ago i've develope a program with extjs that use the grid and with firefox 2.0 this program work good...
when i've installed firefox 3.0 this program...
I've a problem with firefox 3.0
some time ago i've develope a program with extjs that use the grid and with firefox 2.0 this program work good...
when i've installed firefox 3.0 this program...
Hi,
I must find an element into a store.
The store have two colums, i know the element of the first colum and i need to retrive the elemets of the secons colum in the same row.
I think to use...
hi,
i've a problem with store reload..
i've a FormPanel to insert a date and when this date is valid i reload 'mensa_store' with the params giorni.. but in the post i don't see the params giorni.....
Hi Animal,
is correct as you have write..
The problem is that i have add :
Ext.MessageBox.getDialog().body.child('input').dom .type='text';
after prompt as the hongyuan example in:
Hi Animal,
this is piece of code...
if (programmi.form.isValid()) {
Ext.MessageBox.prompt({
...
Hi,
there are any method to use Ext.Msg.prompt as password control?
is possible make the input field become a password field instead of textfeild?
i've try the solutions find here but without...
OK CONDOR,
you have solve my problem!
Thanks a lot..
Hi condor,
I've try to insert defaults : {hideMode:'offsets'} as you can see in the code but it doesn't solve the problem.
The first panel do not appear..
var tabs = new Ext.TabPanel({...
Hi,
I've a tabpanel with four tab.
In each tab i use a form panel and a gridpanel rispectively with border layout.
The problem is that the first tab do not appear.
The problem is the same also if...