if you want to call a function with gwt you can do this on your java file
public native void methodName();
/*-{
return functionName();
}-*/
notice the comments after the decation of the method, this means that the
following code is javascript.
The only thing you need to do, is import the script file. (this is done via
module file [.gwt.xml])
Hope it helps,
_____________________
Ing. Gabriel Gutiérrez
On Wed, Jun 10, 2009 at 8:44 AM, subbu <[email protected]> wrote:
>
> Is it possible to get a GWT hidden value in a java script function.
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"GWT-Ext Developer Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/gwt-ext?hl=en
-~----------~----~----~----~------~----~------~--~---