Search Type: Posts; User: wiz61
Search: Search took 0.02 seconds.
-
10 Apr 2013 11:54 AM
Jump to post Thread: Apple TrackPad & mimicBlur by wiz61
- 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...
-
20 Feb 2013 2:49 PM
Jump to post Thread: Tree performance - lots of nodes by wiz61
- 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......
-
28 Jul 2011 8:00 AM
Jump to post Thread: Select the data in a gridPanel by wiz61
- Replies
- 6
- Views
- 1,762
Nice feature. Thanks!
-
26 Jul 2011 5:09 AM
- Replies
- 1
- Views
- 1,256
Never mind. I found the reference in the code that instructs setting lastQuery='' in order to keep from the clearing the initial values.
-
25 Jul 2011 9:05 AM
- Replies
- 1
- Views
- 1,256
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... -
17 Jul 2011 12:47 PM
Jump to post Thread: ExtJs4 - Checkbox List Combo by wiz61
- 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...
-
15 Jul 2011 6:29 AM
- Replies
- 1
- Views
- 1,064
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,... -
20 Jun 2011 10:33 AM
- Replies
- 0
- Views
- 316
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... -
14 Jun 2011 9:31 AM
Jump to post Thread: [4.0.2] isIE7 returns true for ie8 by wiz61
- 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.
-
14 Jun 2011 7:00 AM
Jump to post Thread: [4.0.2] isIE7 returns true for ie8 by wiz61
- 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...
-
14 Jun 2011 6:57 AM
Jump to post Thread: [4.0.2] isIE7 returns true for ie8 by wiz61
- 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...
-
14 Jun 2011 6:51 AM
Jump to post Thread: [4.0.2] isIE7 returns true for ie8 by wiz61
- 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.
-
12 May 2011 6:26 AM
- Replies
- 3
- Views
- 1,822
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"?
-
4 May 2011 1:48 PM
- Replies
- 3
- Views
- 1,822
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...
-
3 May 2011 11:57 AM
- Replies
- 5
- Views
- 1,368
Getting similar error. How'd you fix it? was it missing semi-colons?
-
15 Apr 2011 8:15 AM
- Replies
- 3
- Views
- 537
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...
-
15 Apr 2011 6:35 AM
- Replies
- 3
- Views
- 537
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', { ... -
13 Apr 2011 1:38 PM
Jump to post Thread: model.save() - too shallow? by wiz61
- 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... -
4 Apr 2011 1:33 PM
- Replies
- 4
- Views
- 961
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!
-
4 Apr 2011 12:34 PM
- Replies
- 4
- Views
- 961
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. ...
-
4 Apr 2011 9:57 AM
- Replies
- 4
- Views
- 961
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...
-
28 Mar 2011 9:51 AM
- Replies
- 1
- Views
- 1,035
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... -
29 Sep 2010 7:15 AM
- Replies
- 4
- Views
- 825
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
