Hi all,
Can I cast "old" *com.google.gwt.dom.client.Element* to a new
*elemental2.dom.HTMLElement*?
Thanks
--
You received this message because you are subscribed to the Google Groups "GWT
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to google
Hi all,
Can I cast "old" *com.google.gwt.dom.client.Element* to a new
*elemental2.dom.HTMLElement*?
Thanks
--
You received this message because you are subscribed to the Google Groups "GWT
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to google
Hi all,
Can I use elemental 2 inside a uiBinder?
Where I can find examples and what is the best way to do that?
Thanks
--
You received this message because you are subscribed to the Google Groups "GWT
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
Hi all,
Can anyone explain me how tu use (and reuse) CssResource inside a UiBinder?
I don't understand if I have to make a ClientBundle with some CssResources
interface
and use with the tag inside a UiBinder.
Be CssResource ensureInjected() ?
Thanks
--
You received this message because yo
I think the problem is in "this" keyword.
You can try to change your function with a Element param; like this.
public static native void fadeInOutAction(Element e) /*- {
if ($wnd.$(e).scrollTop() > 100) { ... }
else { ... }
}-*/
and the call in java code
faceInOutAction(myWidget.getElement());