Re: xsiframe linker : Having access denied problem for scriptFrame.contentDocument in IE

2012-10-30 Thread zz
My current working solution is to extend the xs linker based on the idea from here. Since many mentioned xs linker is deprecated, an xsiframe solution is still pretty much wanted though. -- You received

xsiframe linker : Having access denied problem for scriptFrame.contentDocument in IE

2012-10-29 Thread zz
I am creating a bookmarklet with GWT and used the suggested xsiframe linker to handle the cross domain issue. What's in the bookmark is just inserting a

How to obfuscate RequestFactory type name, not only the operations ( GWT 2.4 )

2012-09-05 Thread zz
e file. Is there anything similar required to enable obfuscation for RequestFactory? Regards, zz -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-w

Re: How can I hide the border of richtextarea?

2008-12-08 Thread lichking . zz
Thank you for your reply,but this way doesn't work. 2008/12/8 Litty Preeth <[EMAIL PROTECTED]> > May be you should try > DOM.setStyleAttribute(rta.getElement(), "border", "0px"); > > > On Sun, Dec 7, 2008 at 3:12 PM, lichking.zz <[EMAIL PROTECTED]> wrote: > >> >> Hi,all >> >> I try to hide the bo