Re: JsInterop - How to access window object

2017-11-29 Thread Guillaume REBESCHE
Yes that's exactly what I needed. Thanks. Guillaume On 29 November 2017 at 11:22, Thomas Broyer wrote: > > On Wednesday, November 29, 2017 at 4:44:22 PM UTC+1, grebesche wrote: >> >> Hi, >> I want to use JsInterop to interact with a library that define a global >> object

Re: JsInterop - How to access window object

2017-11-29 Thread Thomas Broyer
On Wednesday, November 29, 2017 at 4:44:22 PM UTC+1, grebesche wrote: > > Hi, > I want to use JsInterop to interact with a library that define a global > object in the window (`window.gantt`). > I have defined the @JsType interface for this object `gantt`. > > But now, how can I access this

JsInterop - How to access window object

2017-11-29 Thread grebesche
Hi, I want to use JsInterop to interact with a library that define a global object in the window (`window.gantt`). I have defined the @JsType interface for this object `gantt`. But now, how can I access this object in my GWT code? Thanks -- You received this message because you are subscribed