Search Type: Posts; User: dnoizet

Search: Search took 0.06 seconds.

  1. The fix posted by Condor is still valid for ExtJS 4.2.
  2. I had the same issue, and the suggestion of pablotcarreira was the answer. Thanks :-)
  3. 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
    ...
  4. 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...
  5. 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...
  6. 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.
    ...
  7. 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...
  8. Actually I found that there is two time the "Mars" entry. It should be removed.
  9. Up
  10. 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...
  11. Welcome B)
  12. 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?
  13. Hi,

    I encountered a bug with the French localization file of ExtJS 4.1.2.

    Current code:


    Ext.Date.monthNumbers = {
    "Janvier": 0,
    "Janv": 0,
  14. 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...
  15. 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...
  16. Correction, it is a little documented here http://docs.sencha.com/ext-js/4-1/#!/api/Ext.data.reader.Reader-method-getRoot
  17. 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"...
  18. 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...
  19. 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