Re: Does anyone know of some example code to traverse the DOM tree in GWT?

2010-11-18 Thread Blackberet
This is the right answer for what I'm looking for, and is what I will
use for my solution.
thanks

On Nov 18, 4:41 pm, zixzigma  wrote:
> This might be helpful:
>
> Working with the DOM
>
> http://code.google.com/intl/en/webtoolkit/doc/latest/DevGuideUiDom.html
>
> by the way,GQuery is actually GWTQuery, written with GWT. so it is a
> pure GWT solution.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Does anyone know of some example code to traverse the DOM tree in GWT?

2010-11-18 Thread zixzigma
here is GQuery talk at Google IO Conference.


http://www.google.com/events/io/2009/sessions/ProgressivelyEnhanceAjaxApps.html

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Does anyone know of some example code to traverse the DOM tree in GWT?

2010-11-18 Thread zixzigma
This might be helpful:

Working with the DOM

http://code.google.com/intl/en/webtoolkit/doc/latest/DevGuideUiDom.html


by the way,GQuery is actually GWTQuery, written with GWT. so it is a
pure GWT solution.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Does anyone know of some example code to traverse the DOM tree in GWT?

2010-11-18 Thread aarnott
You could always look at the GQuery source code.

On Nov 18, 3:39 pm, Blackberet  wrote:
> Yeah, I'm not really looking for theory. I'm looking for code
> examples.
> I found the ChildWalker class in the uibinder package and am currently
> trying to see if that can be used.
>
> On Nov 18, 10:36 am, Karthik Ramachandran
>
>  wrote:
> > In therory you could use the Javascript native mode and manipulate the dom.
>
> > On Thu, Nov 18, 2010 at 10:26 AM, Blackberet 
> > wrote:
>
> > > I really need a pure GWT solution. I was hoping someone would point me
> > > out to a code example, maybe in the GWT source tree.
>
> > > On Nov 17, 8:37 pm, zixzigma  wrote:
> > > > GQuery: Manipulating the DOM and CSS
>
> > > >http://code.google.com/p/gwtquery/wiki/GettingStarted#Manipulating_th...
>
> > > --
> > > You received this message because you are subscribed to the Google Groups
> > > "Google Web Toolkit" group.
> > > To post to this group, send email to google-web-tool...@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > google-web-toolkit+unsubscr...@googlegroups.com > >  cr...@googlegroups.com>
> > > .
> > > For more options, visit this group at
> > >http://groups.google.com/group/google-web-toolkit?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Does anyone know of some example code to traverse the DOM tree in GWT?

2010-11-18 Thread Blackberet
Yeah, I'm not really looking for theory. I'm looking for code
examples.
I found the ChildWalker class in the uibinder package and am currently
trying to see if that can be used.

On Nov 18, 10:36 am, Karthik Ramachandran
 wrote:
> In therory you could use the Javascript native mode and manipulate the dom.
>
> On Thu, Nov 18, 2010 at 10:26 AM, Blackberet wrote:
>
>
>
>
>
>
>
> > I really need a pure GWT solution. I was hoping someone would point me
> > out to a code example, maybe in the GWT source tree.
>
> > On Nov 17, 8:37 pm, zixzigma  wrote:
> > > GQuery: Manipulating the DOM and CSS
>
> > >http://code.google.com/p/gwtquery/wiki/GettingStarted#Manipulating_th...
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Google Web Toolkit" group.
> > To post to this group, send email to google-web-tool...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-web-toolkit+unsubscr...@googlegroups.com > cr...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/google-web-toolkit?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Does anyone know of some example code to traverse the DOM tree in GWT?

2010-11-18 Thread Karthik Ramachandran
In therory you could use the Javascript native mode and manipulate the dom.

On Thu, Nov 18, 2010 at 10:26 AM, Blackberet wrote:

> I really need a pure GWT solution. I was hoping someone would point me
> out to a code example, maybe in the GWT source tree.
>
> On Nov 17, 8:37 pm, zixzigma  wrote:
> > GQuery: Manipulating the DOM and CSS
> >
> > http://code.google.com/p/gwtquery/wiki/GettingStarted#Manipulating_th...
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To post to this group, send email to google-web-tool...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Does anyone know of some example code to traverse the DOM tree in GWT?

2010-11-18 Thread Blackberet
I really need a pure GWT solution. I was hoping someone would point me
out to a code example, maybe in the GWT source tree.

On Nov 17, 8:37 pm, zixzigma  wrote:
> GQuery: Manipulating the DOM and CSS
>
> http://code.google.com/p/gwtquery/wiki/GettingStarted#Manipulating_th...

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Does anyone know of some example code to traverse the DOM tree in GWT?

2010-11-17 Thread zixzigma
GQuery: Manipulating the DOM and CSS

http://code.google.com/p/gwtquery/wiki/GettingStarted#Manipulating_the_DOM_and_CSS

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Does anyone know of some example code to traverse the DOM tree in GWT?

2010-11-17 Thread zixzigma
I think GQuery would be very helpful for this situation.

http://code.google.com/p/gwtquery/

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Does anyone know of some example code to traverse the DOM tree in GWT?

2010-11-17 Thread Blackberet
I basically want to traverse the DOM tree, search for a DIV pattern
and replace that DIV with something else.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.