I wann use DOM to change some properties of a widget, but I've no idea how to setID to a Widget or getID from a Widget. In gwt, I can call widget.getElement to get the Element. But smartgwt doesn't support this method.
Thx
Thx
public void setID(java.lang.String id)
java.lang.Object
extended by com.smartgwt.client.core.JsObject
extended by com.smartgwt.client.core.DataClass
extended by com.smartgwt.client.core.RefDataClass
extended by com.smartgwt.client.widgets.form.fields.FormItem
extended by com.smartgwt.client.widgets.form.fields.TextAreaItem
<img border="0" align="TEXTTOP" width="18" height="18" suppress="TRUE" style="vertical-align: middle; margin-top: 0px; margin-bottom: 0px;" id="isc_9C" src="http://127.0.0.1:8888/images/icons/calendar_Disabled.png"/>
Comment