Search Type: Posts; User: op1op

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Thank you very much,It works!
  2. Thank you!
  3. Thank you!
  4. Hi all,I use treegrid than want to display child with radio,but when expand that catch exception like this:Uncaught TypeError: Cannot call method 'insertSibling' of null in file src/tree/view.js line...
  5. Hi , is there any way to do this?

    Copy data from excel to extjs grid?
  6. Hi all,can any body help?cellmodel how to auto add new row when cruuentposition is at last row and press down key?
  7. Thank you!Great,That's what i want.
  8. I found this //@charset GBK,thanks.
  9. Hi all,I use cmd 3.1.0.256 to compile my project,but it change my js file encoding to UTF-8,is there any way to set the encoding?

    I use YUI alone is fine.
  10. Thank you!

    But is there any way to do this no matter the grid is cellmodel or rowmodel?

    It can use setCurrentPosition method ,but i may not want to determine the type of selectmodel.
  11. grid cellmodel select row throw error like this Cannot read property 'view' of undefined ;
    in file src/selection/CellModel.js line 324

    view = pos.view || me.primaryView;

    Use the example...
  12. grid with cell checkcolumn no display the checkbox image.Any one can help?
  13. Thank you very much!

    I just want to make a small ext-all file fix to all pages.

    If there are a lot of pages , it may compile difference allclasses ?
  14. How to create JSB3 file with Sencha Cmd?

    Sencha Cmd build command can build extjs with a JSB3 file,but how to create JSB3 file?
  15. Thank you very much!
    This way is not suit for me.I want to include the normal classes in one file all-class.js and can load other classes in runtime.
  16. Any one help?
  17. Sencha Cmd how to create a custom build containing only the code that application needs?

    I use sencha sdktool 2.0 create jsb3 file to build a custom build file,but use cmd ,i dont know how to do...
  18. I found the new source code add


    May be this event cost more time,can you add some args to skip this ?such as silence.
  19. record.set(field,value) take more time than 4.1,is there any thing change?
  20. I use chrome open the example Buffered Scrolling page,the close this tab ,but the memory does not release.How to release the memory except close browser?
  21. Today I try to use ext-4.2.0.489 to replace the old test case,Why use ext.js is difference from ext-debug.js?When use ext.js it will load js with wrong path,but ext-debug.js is fine.
  22. 4.x grid is too bad.
    why load record slower than 3.4?
    4.x load cost more than 1 second,3.4 cost less then 0.2 second.
  23. it seems as if call grid2.store.loadData() after render,the checker restore.
  24. and the Grid event beforeselect param 'record' is array ,not a record.

    add this test code


    grid2.on("beforeselect", function(mme,
    record, index, eOpts) {
    ...
  25. the checker column width will tool long.




    Ext.define('Company', {
    extend: 'Ext.data.Model',
    fields: [
    {name: 'company'},
    {name: 'price', type: 'float'},
Results 1 to 25 of 37
Page 1 of 2 1 2