Re: CustomEvent examples

2020-08-31 Thread Gordan Krešić
On 28. 08. 2020. 23:28, Thomas Broyer wrote: https://developer.mozilla.org/en-US/docs/Web/Guide/Events/Creating_and_triggering_events The second example would be coded as: CustomEventIniteventInit =CustomEventInit.create(); eventInit.setDetail(time); CustomEventevent=newCustomEvent("build",eve

Re: CustomEvent examples

2020-08-28 Thread Thomas Broyer
On Friday, August 28, 2020 at 7:29:37 PM UTC+2, Gordan Krešić wrote: > > Are there any examples/best cases of using elemental2.dom.CustomEvent in > GWT > 2.9? > https://developer.mozilla.org/en-US/docs/Web/Guide/Events/Creating_and_triggering_events The second example would be coded as: Cust

CustomEvent examples

2020-08-28 Thread Gordan Krešić
Are there any examples/best cases of using elemental2.dom.CustomEvent in GWT 2.9? My primary use case is to use it as a replacement for GwtEvent in elemental2 components. -gkresic. -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To uns