Is there anybody who is using the Hyphenator (http://code.google.com/p/
hyphenator/) together with GWT?
I want to hyphenate the content of a simple FlowPanel. This FlowPanel
is filled with a RPC method.
For this I have defined a JSNI method
private native void callHyphenator() /*-{
$wnd.Hyphenator.config({
remoteloading: false
});
$wnd.Hyphenator.run();
}-*/;
and call it after filling the FlowPanel. But nothing happens.
I inject the Hyphenator.js in my module.xml with <script
src="Hyphenator.js" />
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" 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/google-web-toolkit?hl=en.