Search Type: Posts; User: dnoizet
Search: Search took 0.06 seconds.
-
14 May 2013 4:16 AM
- Replies
- 4
- Views
- 2,486
The fix posted by Condor is still valid for ExtJS 4.2.
-
3 Apr 2013 11:55 PM
- Replies
- 2
- Views
- 539
I had the same issue, and the suggestion of pablotcarreira was the answer. Thanks :-)
-
1 Apr 2013 11:19 PM
Jump to post Thread: 4.2 ComboBox Query Enhancements by dnoizet
- Replies
- 14
- Views
- 743
I solved it. I changed :
// Create our filter when first needed
if (!me.queryFilter) {
// Create the filter that we will use during typing to filter the Store
... -
29 Mar 2013 8:15 AM
Jump to post Thread: 4.2 ComboBox Query Enhancements by dnoizet
- Replies
- 14
- Views
- 743
Edit: sorry, what I wrote below does not work as expected.
In order to make anyMatch with typeAhead work, I added the following code in doLocalQuery:
...
// Filter the Store according to... -
27 Mar 2013 11:58 PM
- Replies
- 2
- Views
- 273
Hi,
Since I upgraded to ExtJS 4.2, I have this problem. I initialize my TreePanel with a static JSON file. All the children are expanded. Then, later during application execution, I load another... -
27 Mar 2013 11:54 PM
- Replies
- 1
- Views
- 145
All my stores have the autoLoad property set to false. But when remoteSort is set to true, the store is auto-loaded. :-?
See thread below for details.
... -
10 Oct 2012 6:14 AM
Jump to post Thread: Router by dnoizet
- Replies
- 6
- Views
- 2,364
The plugin is great but does not work with Firefox 3 and IE7, because the trim() function is used in line 209 of Router.js. This function is not supported by old browsers.
Workaround: add this... -
5 Oct 2012 5:38 AM
- Replies
- 3
- Views
- 2,333
Actually I found that there is two time the "Mars" entry. It should be removed.
-
5 Oct 2012 1:10 AM
- Replies
- 3
- Views
- 565
Up
-
5 Oct 2012 1:03 AM
- Replies
- 6
- Views
- 836
Sencha Architect is a good product :), but I really hope that such basic things like the document title, favicon, meta tags, <base> tag... could be set in the next release of Sencha Architect. Why...
-
21 Sep 2012 5:13 AM
- Replies
- 3
- Views
- 2,333
Welcome B)
-
21 Sep 2012 5:09 AM
- Replies
- 3
- Views
- 565
I would really, *really* like to have someone's advice on this, if that's not too much to ask. How to use components from the Sencha Market in Sancha Architect, anyway?
-
20 Sep 2012 7:23 AM
- Replies
- 3
- Views
- 2,333
Hi,
I encountered a bug with the French localization file of ExtJS 4.1.2.
Current code:
Ext.Date.monthNumbers = {
"Janvier": 0,
"Janv": 0, -
19 Sep 2012 2:05 AM
- Replies
- 3
- Views
- 565
I'd really like an answer here. I found a workaround, but it is more of a hack than a solution, so if there is a better solution, I'll be happy to hear it.
Here is my hack:
Add a container in... -
18 Sep 2012 7:40 AM
- Replies
- 3
- Views
- 565
Hello,
I'm trying to use the Ext.ux.form.field.MultiMonth component available at https://market.sencha.com/users/30/extensions/61 in Sencha Architect, but I cannot get it to work. It doesn't even... -
4 Sep 2012 4:21 AM
- Replies
- 5
- Views
- 699
Correction, it is a little documented here http://docs.sencha.com/ext-js/4-1/#!/api/Ext.data.reader.Reader-method-getRoot
-
4 Sep 2012 4:12 AM
- Replies
- 5
- Views
- 699
Thank you, it seems to work, although I don't understand what is that getRoot function (it's not documented in XMLReader) and why do you have to wrap each summary row "mydataRow" in a "mydataSummary"...
-
3 Sep 2012 10:35 PM
- Replies
- 5
- Views
- 699
Hi,
Thank you for your reply, but unfortunately that is not what I need. I need to compute the grouping summary lines on the server side. That's why I wish to use the remoteRoot property.
Do... -
3 Sep 2012 4:45 AM
- Replies
- 5
- Views
- 699
Hi,
I'm trying to use the GroupingSummary feature of the ExtJS grids. I use a XLMStore to retrieve the data. I need the summary lines to be retrieved from the XML file, they can't be computed...
Results 1 to 19 of 19
