Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Removing inline style of any SmartGwt element

    Hello,
    how can I remove inline style of any SmartGWT component?
    In GWT you could use:

    DOM.setStyleAttribute(element, "height", "");
    DOM.setElementProperty(element, "style", "");
    Last edited by guyman; 1 Apr 2013, 09:42.
Working...
X