Search Type: Posts; User: info@ferraresegroup.com

Search: Search took 0.02 seconds.

  1. Hi all,
    in ajax standardSubmit, timeout is ignored.
    What's wrong?
    Thank,
    Luca



    panel.getForm().submit({
    standardSubmit: true,
  2. Hi all,
    same problem for me in ExtJs 4.1.3.

    ---------- FireFox Console --------------------------------
    TypeError: targetContext is undefined



    chrome://firebug/content/blank.gif
  3. Hi all,
    in Ext.grid.Panel when i use features 'groupingsummary' option in header are display only in english.
    Ex: Group by this field.
    How can i change this option in other language?
    Thanks....
  4. Thanks,
    it work fine.
    Luca F.
  5. Hi all,
    i'm looking for add column on gridPanel.
    With add method no firebug error appear but layout don't change.


    var grid = new Ext.create('Ext.grid.Panel', {
    ...
  6. Wrong code:

    var storeData = Ext.create('Ext.data.Store', {
    id: 'storeData',
    model: 'Modello_bacheca_1',
    buffered: true,
    proxy: {
    type: 'ajax',...
  7. From firebug console, if you run "myStore.load();" for simulate a refresh button, there is an error of store definition.
  8. The question is "why storeData.load();" don't work.
    The above code work right on 4.0.7, why not in 4.1.0 RC2?

    Value: json data returned from a database query,
    When: not in autoload but only when...
  9. The purpose is to load a value into the status field every time you call. Load ().
    In the code above, do not forget that the first loading json correctly reads the data, but makes no changes on the...
  10. Problem remain in ExtJs 4.1 RC2!
  11. Same result with this code...



    // create the Data Store
    var storeData = new Ext.create('Ext.data.Store', {
    id: 'storeData',
    model: 'Modello_bacheca_1',
    buffered:...
  12. For the test i created 2 files that i attach:
    1) test.php contains the script ExtJS
    2) data.php and contains the data.
    Executing test.php layout appears correct, storeData go righe but not...
  13. Here the screenshot of Firebug.
    When data1.load() is called, json data return right without error.


    33499

    ...
  14. Here the code of store's definition.
    Firebug confirm that the request on "load" are correct and without error.
    This store, and his layout code, is on center region of a Viewport.



    // create...
  15. The follow code work fine in 4.0.7 not in 4.1 RC1.
    data1 is a store but on load() do nothing.
    Thank for your help.
    Luca F.


    data1.on('load', function dati() {
    ...
  16. The problem is about column chart and for test it i have used an example but i think this should be a bug.
    Every channel you prefer for best discussion and solution.
    Thanks
    Luca F.
  17. Hi all,
    i've a column chart with a dynamic store.
    For example,
    first time store.load() result: [value 1, value 2, value 3]... chart draw correctly three columns.
    the second time of store.load()...
  18. Hi,
    add style: { border: '0px' } in Ext.panel.Panel work only for FF, Safari and Chrome.
    Not in IE, borders always show.
    border: false don't' work.
    This is a bug?

    Thanks.
  19. Hi All,
    after many hours, i've found that "ext-all-debug.js" block js on treePanel node collapsed.
    No problem if i load "ext-all.js".
    This fix is a bad way, i hope a new release can correct this...
  20. Hi all,
    from 4.0 to 4.0.1, tree.Panel on collapse node and tree.store.load() have a bug.
    In Safari all done, in FF with Firebug, script error block all.
    Error is in removeElement with DOM...
  21. thanks!
    work fine!
    =D>
  22. Hi all,
    in example TreeGrid try to add this code, and see that doesn't work!
    When, second time you click a row, selectionchange call a deselect row and return empty records.

    How fix it?...
  23. This work!

    {
    id: 'name',
    header: 'Name',
    dataIndex: 'name',
    sortable: false,
    hideable: false,
    menuDisabled: true,
    width: 60
  24. multiSelect MUST BE true!
  25. Hi all,
    i'm testing new ExtJs 4.0 with a tree.Panel on 'selectionchange' listeners.
    When first item/node clicked it's work, next item/node at one click respond: "records[0] is undefined".
    Click...
Results 1 to 25 of 25