我们如何删除SmartGwt组件的内联样式?

时间:2012-02-06 10:21:18

标签: textarea smartgwt

说:当我们创建一个TextAreaItem内联样式(如margin,width height等)时,会创建一个样式名称......我们怎样才能摆脱它?

<textarea handlenativeevents="false" oninput="isc_TextAreaItem_1.$43g()" tabindex="1052" wrap="SOFT" spellcheck="true" autocomplete="OFF" style="margin:0px;WIDTH:140px;HEIGHT:94px;-moz-user-focus:normal;" cols="10" rows="10" class="textItem" $9a="$9b" $89="isc_TextAreaItem_1" id="isc_5" name="isc_TextAreaItem_0"></textarea>

2 个答案:

答案 0 :(得分:0)

你可以通过将 setShowTitle 设置为 false 来实现这一点 EG:textAreaItem.setShowTitle(false);

答案 1 :(得分:0)

FormItem.setTextBoxStyle(String)
FormItem.setCellStyle(String)