i'm using SmartGWT - 10-10-10 Build. I want to change border for TextItem in a DynamicForm. I need to make it look like a plain static text field in readonly mode.
I tried :
setCellStyle("readOnly");
setTextBoxStyle("readOnly");
.readOnly{
color:gray;
border:0px;
}
I searched all the forums. Please suggest me some tips.
-raghu
I tried :
setCellStyle("readOnly");
setTextBoxStyle("readOnly");
.readOnly{
color:gray;
border:0px;
}
I searched all the forums. Please suggest me some tips.
-raghu
Comment