Search Type: Posts; User: lelit

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    142
    This worked great for me.
  2. Replies
    146
    Views
    35,267
    That's probably the same problem reported in the message #134 in this thread (look at the previous page): you probably need to tweak a few lines in the source where there is a call to the function...
  3. Replies
    146
    Views
    35,267
    Trying out this great plugin with the recently released 4.2.0.663, there is compatibility issue: in a few places it calls
    me.grid.headerCt.getGridColumns(true), where in previous versions of ExtJS...
  4. Casually browsing form/Basic.js source in ExtJS 4.2.0 beta2 I saw the following code in the getValues() method:



    if (isArray(val)) {
    values[name] = values[name] = bucket.concat(val);
    }...
  5. With ExtJS 4.2.0.265, trying to open any window in the ExtTop example raises an error about “win.dd is undefined”. It worked well under previous beta version.

    Effectively the “createWindow()”...
  6. While browsing differences between 4.1.1a and 4.2.0beta I noticed a typo in the method “onWindowBtnClick” of the class TaskBar:



    win.on('hide', function() {
    ...
  7. Accordingly with ExtJS 4.1.3 documentation the “forid” attribute should not be added if not specified.

    I added a standalone Label, not correlated to a field, in a Panel and I noticed a strange...
Results 1 to 7 of 7