Thank you for your help, I tried the first solution.
On Oct 19, 2:28 pm, bconoly <[email protected]> wrote: > First off I'd recommend not using a 3rd party js library as it > bypasses the benefits of the gwt compiler. GWT does have a > DecoratedPopupPanel in its main library. If you need to call an > external anchor from your app you can use a native JS call to do it. > > public static native void clickThickBoxLink(String id) /*-{ > $(id).click(); > > }-*/ > > Hope this helps > > On Oct 18, 1:41 pm, "Jirka Kr." <[email protected]> wrote: > > > > > How can I invoke a click or simulate clicking on plain old <a > > href="path to image" class="thickbox"> </a>. In my application I want > > to use jquery library ThickBox (http://jquery.com/demo/thickbox/). But > > all my html content is dynamic. With Hyperlink class I can change only > > text after anchor. I want to show preview of image, when user double > > cliks on its thumbnail and I don't know how to invoke it from a > > listener. > > > Or is there any alternative solution? I saw glass panel from gwt- > > incubator, but I think it is rather difficult, I want simple > > functionality like thick box. > > > Thanks in advance, JK -- 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.
