It seems there is a bug in the modern framework checked both 7.0.0 and 7.1.0, same behavior.
I'm trying to set the value of a Ext.field.Field but the result is always an empty string.
I have tried...
Type: Posts; User: attiato
It seems there is a bug in the modern framework checked both 7.0.0 and 7.1.0, same behavior.
I'm trying to set the value of a Ext.field.Field but the result is always an empty string.
I have tried...
for me the request was timing out, because it was taking more time to execute then the default timeout (30000 ms). Increasing the timeout solved the issue.
this also works on fieldset title. Thank you!
Same here, did you find a solution?
I'm having issues with expanding and collapsing all nodes of ~800 leafs grouped in folders. It is very slow and it is annoying because it actually freezes my application.
The best solution I came up...
I need this too, and I don't want to build it on server side, I need it from extjs. Did you do it?
same here. using ext 6.2, it worked in 4.2 for me.
+1
Thanks guys. I had the same problem when upgrading an application from ext 4 to ext 6. You pointed me in the right direction. Thank you very much.
I would like to do the same, stop the tooltip from hiding if I mouse over it.
thanx, it is an excelent extension.
Hi,
It is not working for me.
I can't create second group, only one as in grouping feature.
I tested it in IE 8 and firefox 22.0
Do you have any ideea what should I check?
Thanx.
mgallinucci, thanks for sharing, i had terrible hard time to find a solution for this.
I used your modifications and it worked like a charm.
Hi everybody, a small contribution for the community.
I use 2.0 desktop for a while, and had some problems with pop-up Add/Edit windows with modal:true attribute. I needed modal, but only on the...
i think would do the trick for you. Try it
Hi all,
I have a problem with a tabpanel with two tabs, both have one grid with SearchField in toolbar.
My problem is, that the searchfield is shown only in the first tab, in the second it is not....
Hi there!
Great aplication. Well done.
I have one problem, aligning desktop icons. I have many icons on the desktop, and i don't know, how i can align the icons on columns. like, calculating the...
Hi everybody,
i have some trouble with using remoteValidation plugin.
It seems like the field value sent, is always the same, even if i type different text in the field.
What could be the...
Is this working in Ext 2.0?
Hi MaxT,
I was meaning searching the data store locally for duplicate value of let's say the name field, i know validation, i even tried it but I don't know how to search the datastore for...
Hi catacaustic
Thanks for your reply.
The first solution i don't like, I don't want to make to many requests to the server, i want to do the validation locally. Searching through the data store...
Hi Guys,
I searched the forum for this, but didn't find an exact answer. Can anybody give me an exact answer?
I have a grid, then in the toolbar an Add buton. when I press this button, a form...
curzonj:
Can you give me some more code for the loadMask? where to put
var mask = new Ext.LoadMask( treeCombo.innerList, { store: treeCombo.store });
in the tree_combo.js file, other file,...
Is there a way to put a Loading indicator for the multiselect field, because if used in a form, where the store returns many records, it takes time to load the data in the field, and the user doesn't...
1. How can I put a loadMask for the tree_combo?
2. Is there a timout for the store response, because not always is waiting for the response from the server side script?
Thanx in advance,