Thanks, i tried to use $wnd.mouseOverFunction(); but it didnt work.
I am not sure what i am missing. when i inspect the element in chrome this 
comes out as mentioned below.

is this how it is supposed to be?

<span onmouseover="$wnd.mouseOverFunction();"> Mouse over text </span>



On Sunday, 6 April 2014 09:39:20 UTC-4, Jens wrote:
>
> <span onmouseover="$wnd.mouseOverFunction();"> should work.
>
> GWT provides special variables $wnd and $doc to always reference the top 
> level window/document. You should always use these variables because GWT 
> apps might or might not be executed inside an iframe.
>
>
> -- J.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to