Search Type: Posts; User: DannyR
Search: Search took 0.03 seconds.
-
17 Nov 2012 11:23 AM
Jump to post Thread: How to delete a node off the tree? by DannyR
- Replies
- 1
- Views
- 225
This shouldn't be that hard, should it? I need to search through the store to find nodes that meet a certain criteria, and simply delete them (be they leaves or branches)?
Here's what I've got:
... -
11 Sep 2012 9:26 PM
- Replies
- 2
- Views
- 282
Quick test in Fiddle and it seems to work great!
Let me know where to send my donation... ;D
Oh, and thanks for the impossibly quick reply, too. -
11 Sep 2012 7:08 PM
- Replies
- 2
- Views
- 282
Hey gang -
I'll be darned if I can figure this one out. I'm essentially trying to decouple the tab switch from the card content switch. I need to have one tab with content and a second tab that... -
12 Jan 2008 12:40 PM
- Replies
- 17
- Views
- 2,717
You're very welcome. =]
-
12 Dec 2007 7:09 PM
Jump to post Thread: Need to extend/override TreeLoader by DannyR
- Replies
- 6
- Views
- 1,493
Just looking through the TreeLoader.js. Is it possible to leverage requestData() to call into my JS libraries and then set a callback back into the sandbox?
-
12 Dec 2007 9:05 AM
Jump to post Thread: Need to extend/override TreeLoader by DannyR
- Replies
- 6
- Views
- 1,493
Ok, here's the tricky part ... my functions are async, so they don't return anything. Everything is chained. So somehow my custom loader would have to have it's own custom method which has a...
-
11 Dec 2007 6:06 PM
Jump to post Thread: Need to extend/override TreeLoader by DannyR
- Replies
- 6
- Views
- 1,493
Thanks Doug. I'll take a fresh look at this in the AM but I think I'm following.
best,
-d. -
11 Dec 2007 5:31 PM
Jump to post Thread: Need to extend/override TreeLoader by DannyR
- Replies
- 6
- Views
- 1,493
Yes, this is one of the examples I read but I was a bit confused ...
1. Is sandBox his own custom method?
2. Are load and processResponse methods of the superclass that are being overridden,... -
11 Dec 2007 3:14 PM
Jump to post Thread: Need to extend/override TreeLoader by DannyR
- Replies
- 6
- Views
- 1,493
I've only been using Dojo for a couple of weeks now. We were supposed to have enough time to massage the backend to use JSON, but now we've gone into "emergency" mode where we've got to turn...
-
3 Dec 2007 10:21 PM
Jump to post Thread: Ext 2.0 Stable released by DannyR
- Replies
- 26
- Views
- 4,526
My Tuesday is already looking up!
Grats guys!
best,
-d. -
3 Dec 2007 3:44 AM
- Replies
- 7
- Views
- 1,713
If you see the "First Node" in the tree, then it works. You have to get the dataUrl working on your end. 'getNodes.php' is just an arbitrary data source.
I just now went to the trouble of... -
30 Nov 2007 10:39 AM
- Replies
- 7
- Views
- 1,713
Here you go ... I pulled it out of a very complex layout I'm building so it may need some tweaking:
Ext.onReady(function(){
var viewport;
function getTree() {
// setup... -
28 Nov 2007 11:32 AM
- Replies
- 7
- Views
- 1,288
It's not that there's NO other way to do it. We are dynamically loading javascript modules, and we've found in the past that SYNC was the most viable approach.
best,
-d. -
28 Nov 2007 11:12 AM
- Replies
- 7
- Views
- 1,288
One additional follow-up question if you guys would indulge me. Is there any way to force this call to SYNC? If there is, I don't see it in the API - which is surprising because a generic XHR can...
-
28 Nov 2007 10:12 AM
- Replies
- 7
- Views
- 1,288
Perfection.
You guys are the best! -
28 Nov 2007 9:54 AM
- Replies
- 7
- Views
- 1,288
Hi gang -
As part of my arduous process of converting our app from Dojo to Ext, I need the ability to get the contents of an URL (on the same server) back as a string. Of course I could write it... -
27 Nov 2007 6:16 AM
Jump to post Thread: Combine Grouping and Paging by DannyR
- Replies
- 12
- Views
- 3,635
Would it be too much trouble to ask you to post an example? Either a code snip, or a URL to a working example?
Much obliged,
-d. -
26 Nov 2007 12:15 PM
Jump to post Thread: Combine Grouping and Paging by DannyR
- Replies
- 12
- Views
- 3,635
I'm now looking into this scenario myself as well. Not to beat a dead horse, but does anyone know if this is, in fact, possible?
thx,
-d. -
20 Nov 2007 3:49 AM
Jump to post Thread: Trying to create a 'liquid' form by DannyR
- Replies
- 2
- Views
- 827
Whoops ... there it is. *embarrassed smile*
Thought I had to be missing something. Forgive this neophyte ...
thx,
-d. -
19 Nov 2007 9:12 PM
Jump to post Thread: Trying to create a 'liquid' form by DannyR
- Replies
- 2
- Views
- 827
For any of you who have experience with visual toolkits such as SWT, VB, etc, I am trying to create forms where all of the form fields dynamically resize to fill the width of their container.
Of... -
18 Nov 2007 1:51 PM
- Replies
- 17
- Views
- 2,717
Ok, after playing around with it a bit, I wanted to make sure I donated a code snip back to this thred. No doubt someone else will run into this and as has already been said there doesn't seem to be...
-
13 Nov 2007 11:11 AM
Jump to post Thread: And the winner is ... Ext! by DannyR
- Replies
- 7
- Views
- 2,124
Wow!
I have been absolutely flooded with requests for our Dojo/Ext comparison. It's comforting to know, in retrospect, that we weren't alone in our situation. In discussing it with my boss, we... -
12 Nov 2007 12:16 PM
Jump to post Thread: And the winner is ... Ext! by DannyR
- Replies
- 7
- Views
- 2,124
Hey gang -
After weeks of making my case to the "higher ups" to convince them we need to change from Dojo to Ext, we have officially been given the "thumbs up"!
I'd like to take this... -
9 Nov 2007 10:35 AM
- Replies
- 17
- Views
- 2,717
Interesting ... I guess I'm off to read the card example. =]
best,
-d. -
9 Nov 2007 8:29 AM
- Replies
- 17
- Views
- 2,717
Nope:
listeners: {
render:function() {
this.stripWrap.addClass('notabs');
}
},
Results 1 to 25 of 35
