Search Type: Posts; User: scottlusk.cis
Search: Search took 0.02 seconds.
-
19 Dec 2011 9:26 AM
- Replies
- 2
- Views
- 1,206
I'm currently using ExtJS 3.4.0 and have a custom component that was created that extends Ext.Toolbar. There is a good bit of custom logic added and I would like to re-use that component for a new...
-
20 Apr 2011 5:39 AM
- Replies
- 1
- Views
- 668
After much digging I've found the root cause of the problem is due to if an object is not created in the same window and you try to use Ext.type or Ext.isFunction it will always return object. I've...
-
14 Apr 2011 8:01 AM
- Replies
- 1
- Views
- 668
I have an object that I have created, below is a skeleton of what it looks like. It has basic properties and such and also has some functions that perform certain operations, i.e. validate method...
-
30 Dec 2010 9:36 AM
- Replies
- 7
- Views
- 8,939
I'm having this same problem, were you able to figure it out?
-
16 Nov 2010 7:22 AM
- Replies
- 2
- Views
- 646
Was able to resolve the problem by adding the property and folderSort config options to my treeSorter. However, my property was an integer and apparently treeSorter expects a string so I had to go...
-
16 Nov 2010 7:20 AM
- Replies
- 2
- Views
- 646
Found reference to this at the link below
... -
15 Nov 2010 10:55 AM
- Replies
- 2
- Views
- 646
Can someone tell me if something has changed with the "sortType" for an Ext.tree.TreeSorter with ExtJs 3.3.0? Below is my code I had that worked fine prior to updating to v3.3.0 but now it doesn't...
-
14 Apr 2010 7:01 AM
Jump to post Thread: Manually do an autoLoad? by scottlusk.cis
- Replies
- 1
- Views
- 530
Is there a way to force a component to do an autoLoad or any other recommendations?
I have an accordion layout and I have within the items config the accordion panels. I'm using autoLoad so that... -
9 Apr 2010 8:43 AM
- Replies
- 38
- Views
- 18,534
I'm experiencing the same problem as described by senacle, has anyone found a solution for this? Thanks.
-
31 Mar 2010 10:14 AM
- Replies
- 1
- Views
- 673
I am trying to create a data store and also a grid where the fields/columns need to be dynamic. This is because it will change depending upon what's selected so the fields/columns will not be the...
-
30 Mar 2010 6:41 AM
- Replies
- 4
- Views
- 842
I guess this means a re-write for me :(. Are any of the document objects available (i.e. document.getElementById)? I'll continue to search the API docs for an example. Thanks for the quick response.
-
30 Mar 2010 6:31 AM
- Replies
- 4
- Views
- 842
I am using an Ext.Window to open an aspx page that was previously opened as a popup window. I'm doing this using the autoLoad config and specifying the url.
A problem i'm running into is that... -
29 Mar 2010 10:56 AM
- Replies
- 5
- Views
- 971
Got it, thanks again for the help
-
29 Mar 2010 8:57 AM
- Replies
- 5
- Views
- 971
Two questions:
1. Is there a way to hide the DataTip when performing a drag and drop? Using the code you posted the tip shows up great but it continues to show as i drag the item. As I pass over... -
29 Mar 2010 8:28 AM
- Replies
- 5
- Views
- 971
Thanks for the help, great code.
-
29 Mar 2010 6:21 AM
- Replies
- 5
- Views
- 971
Can anyone give me some insight on this one? I've searched the forums and haven't found an answer that works for me. Any insight is greatly appreciated.
I am working with two Ext.TreePanel, when... -
23 Mar 2010 7:29 AM
- Replies
- 3
- Views
- 1,030
Has anyone found an answer to this one? Is it possible to have two checkboxes? I need to have a tree where the nodes have two checkboxes. One checkbox represents add the node to a list that will be...
-
22 Mar 2010 2:05 PM
Jump to post Thread: Vertical Slider Question by scottlusk.cis
- Replies
- 1
- Views
- 620
I was able to solve this one myself doing some simple math. I found the solution to this to be to take the most zoomed in value and substract it from the most zoomed out value and then divide by a...
-
16 Mar 2010 1:11 PM
Jump to post Thread: Vertical Slider Question by scottlusk.cis
- Replies
- 1
- Views
- 620
I have extended the Ext.Slider component and created my own component. I have vertical set to true. I am using the slider to zoom in/out on a map. The veritcal from how I have it set up has min at...
-
16 Mar 2010 9:38 AM
Jump to post Thread: Change cls after render by scottlusk.cis
- Replies
- 2
- Views
- 1,131
Thanks for your help, that gets me exactly what I needed. :D
-
16 Mar 2010 8:29 AM
Jump to post Thread: Change cls after render by scottlusk.cis
- Replies
- 2
- Views
- 1,131
Can someone tell me how I can change the cls of a component after it has been rendered? I am extending a BoxComponent and rendering to a div. The css I apply to it is an inactive image and does have...
Results 1 to 21 of 21
