Hi all,
I am trying to integrate a 3rd party JS library into my app. This app can add some fancy decoration to pre-existing html div-s.
For this, I need to get get DOM IDs of the tables/divs my SmartGWT widgets/layouts are rendered into.
How does one do that?
getId(), getElement().getId() does not seem to be doing what one would (naively) expect them do to.
Thank you for your help:
Kristof
I am trying to integrate a 3rd party JS library into my app. This app can add some fancy decoration to pre-existing html div-s.
For this, I need to get get DOM IDs of the tables/divs my SmartGWT widgets/layouts are rendered into.
How does one do that?
getId(), getElement().getId() does not seem to be doing what one would (naively) expect them do to.
Thank you for your help:
Kristof
Comment