Search Type: Posts; User: wzl002

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. I found the answer by view the src.



    var recordsInStore = store.pageMap.getRange(0, pageSize); //get All Data


    store.pageMap.addPage(1, recordsInStore);// set Data static
    ...
  2. Try this, you may need some modification for your requirements.



    /* * 数据格式示例 : var testdata = { part : { 'Jul 01' : 2000, 'Aug 02' : 2400, 'Sep 03' : 2000, 'Oct 04' :
    * "", 'Dec 05' : null },...
  3. try this:
    http://www.sencha.com/forum/showthread.php?219467-Ext.ux.form.MonthField&p=830859#post830859
  4. Try this:

    http://www.sencha.com/forum/showthread.php?219467-Ext.ux.form.MonthField&p=830859#post830859
  5. Replies
    1
    Views
    797
    A extend from Ext.form.field.Date,just choose Year & month without date.
  6. I had a store and I want update it's data :

    The correct code with buffered = false :


    //buffered = false
    var store = Ext.create('Ext.data.Store', {
    fields: ...,
    ...
  7. Can you provie your case code and evn infomation like IE version,os and so on
  8. Thank you very much, I will take a look at that.
  9. What if I want to change the layout config when the owning panel layout?




    var child1 = new Ext.panel.Panel({
    title: 'Panel',

    collapsible: true,
    anchor: '100% 40%',
  10. Can you provide your case code please?
    I think the property 'altFormats' will not work as expect and the format for time part is 'H:i:s' and unchangeable, any format set for this part would not...
  11. This is just a case to show error.

    I find this when I upgrade my custom portal component to 4.1.0.

    There is a feature in my portal : when one portlet was collapsed/expanded, closed or...
  12. REQUIRED INFORMATION




    Ext version tested:

    Ext-4.1.0-gpl
  13. It was a logic in my custom component. I wrote a portalpanel with layout 'column', and I want all its items has the same height as the portal, so I set the items's height in the portal's beforLayout....
  14. I had update the thread and put the upgrade version for ext-4.1.0.

    All the bugs in replays had be fixed, I guess:>.


    Thanks again and welcome improve replay.
  15. REQUIRED INFORMATION




    Ext version tested:

    Ext-4.1.0-gpl
  16. Replies
    47
    Views
    22,225
    No matter how long the fixed bug list, my only concern its performance in IE.
  17. Thanks for your answer.
    I know the reason for the el error, but if I just render the Form with " container.add(reportForm); ", The height I got is just as the container's height, like 80px, it's too...
  18. Thank you very much for your reply.
    But, my problem is not How/When to reset the container height but How much px I should set.
    It will get a suitable height for the formpanel when use a DIV...
  19. Hi,
    As the 'autoHeight' is no longer available, I got a question when render a form.
    I have a simple viewpoint with 'column' layout, it's items just like this:



    items: [{
    id: 'menuColumn',...
  20. I didn't test that, you can try it and if there are any bug, I will be glad to help.
  21. Thank you!
    I had edited the post and uploaded a new zip.
    I'm very sorry for this bug because I had found and resolve this before I post it, but I made a big mistake when upload the js files.
    ...
  22. ignore again? Or it's my fault and I made some mistake?
  23. 26595

    Add a time spinner to the DatePicker.

    From picture left, there are DateTimeMenu, TimePickerField, DateTimeField, a simple example.js for this is contained in the zip.

    Any improve or...
  24. Ext.ClassManager setNamespace: function(name, value) is a function which will be call when use Ext.define().

    If use the function with a same name twice, then in the function, " leaf =...
  25. The 'itemexpand' event "Fires when a node is expanded", but I find that the childNodes will show after the itemexpand function return, which is just like the 'beforeitemexpand'. Should not the...
Results 1 to 25 of 29
Page 1 of 2 1 2