Search Type: Posts; User: wiz61

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    121
    We've created a custom tree panel within a trigger (a TreeCombo). Works great, except on Apple laptops, and Macs using the Magic Trackpad (mouse works fine). When clicking on the "elbow" the...
  2. Replies
    1
    Views
    212
    We are nearing the completion of a major ExtJs 3.x to 4.x upgrade. For the most part we have been able to work around the gotchas in 4.x; and are really enjoying the new architecture. That said......
  3. Replies
    6
    Views
    1,762
    Nice feature. Thanks!
  4. Never mind. I found the reference in the code that instructs setting lastQuery='' in order to keep from the clearing the initial values.
  5. If I define a combo control, set multiSelect to true, and then (after it has been rendered):

    1 - call setValue([arr]) on it before the list drops down the first time (eg, in response to the event...
  6. Replies
    3
    Views
    4,759
    As part of a UI redesign project, I have implemented a CheckboxListCombo control for ExtJs4, the code is shown below. I've added some explanation afterward. In addition, there's an issue that might...
  7. You can listen on the store.load event and copy the data back into the store record for use with
    a template (such as the rowexpander's rowBodyTpl). While ExtJs should have a more elegant solution,...
  8. I have a requirement to modify the invalidCls based upon whether a field is required or desired (changing the border color, and in both cases getting rid of the squiggley line).

    I have written a...
  9. Replies
    5
    Views
    1,021
    Thanks. I was able to code around it. As stated above I posted this thread more for a documentation heads up. The Ext.isIEx properties should have this caveat noted.
  10. Replies
    5
    Views
    1,021
    Actually, I can't really tell. The tools menu has "compatibility view" grayed out. I assumed that this means it is in that mode and can't be changed, but the icon (the broken page) is not showing...
  11. Replies
    5
    Views
    1,021
    The default is to view all intranet sites in compatibility mode, so yes (this is an intranet site). I can understand the issue, though it should be noted in the docs, which is the real reason for...
  12. Replies
    5
    Views
    1,021
    I do a test for Ext.isIE6 and Ext.isIE7 (just checking each property for true) in order to inform the user to upgrade. It works fine, except that Ext.isIE7 also returns true for IE8.
  13. It turns out that if the EAST region starts out collapsed, IE freaks out and the layout has issues. If the EAST region is expanded, all is well. Can you say "Bug"?
  14. Okay, so we all hate IE; but I can't release an app that doesn't support IE. Aside from the excruciating delays noted in other posts, I can't get a simple border layout to display and resize (my...
  15. Getting similar error. How'd you fix it? was it missing semi-colons?
  16. Ahhh. Can't define a component to a namespace other than "Ext"? If I change the name of the component to Ext.ux.slideMenu it works fine. Hmmm...
  17. I have a component that has been working for a while (3.3, 4pr1-4b2) that is now broken in Beta3.

    All I am doing is defining a new component, as below:



    Ext.define('gt.ux.slideMenu', { ...
  18. Replies
    9
    Views
    1,546
    I understand how I can load a complex model into a variable. However, how do I save the data? If I have:



    user: {
    name: 'whatever',
    city: 'anywhere',
    orders: [
    { orderId: 1...
  19. I made the change myself, though this means I have to maintain it. Oh well. BTW, so far beta1 seems a bit buggier than PR5. That said; it's worth the pain :) ... Thanks!
  20. I understand you're under the gun, but in 3.3 the checkcolumn fired the 'change' event, which allowed me to add a 'check all' column that both showed the status and allowed for check/uncheck all. ...
  21. I've implemented a grid that uses the ux/checkheader class. Unfortunately, adding a listener for the "change" event doesn't do anything. I added a listener for "mouseover" and it was called as...
  22. I am doing the following in order to provide a means of lazy-loading common/shared data (to be reused). This lazy loading "should' work even when done on a form/field.

    1 - Create the model.
    2...
  23. So we can't use autoLoad to load the contents of a tab panel, even though the documentation says that this is supported?
Results 1 to 23 of 23