Can anybody tell me how use hyphenator (method Hyphenator.run()?) in GWT. When I simply insert JS-code
<script type="text/javascript">
Hyphenator.run();
</script
my text isn’t visible 🙁
Thanks!
PS. there isn’t tag hyphenator – can anybody add it?
I’m new to hypenator, but I can suggest this workaround. Add this to your
EntryPointclass and call this method inonModuleLoad