Oh, and you can always retrieve an existing link element on the page (assuming it has an id).
On Sun, Apr 26, 2009 at 11:34 PM, Vitali Lovich <[email protected]> wrote: > Document.get().createLinkElement > > > On Sun, Apr 26, 2009 at 11:15 PM, jagadesh <[email protected]>wrote: > >> >> How can i identify whether css has loaded or not .meanwhile i got a >> code snippet as >> >> public native boolean isLinkLoaded(LinkElement le)/*-{ >> >> try { >> return le.readyState=="Complete"; >> }catch(e){ >> return e; >> } >> >> }-*/; >> >> but how can i create a link element in GWT. >> >> >> > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
