textitem.setAttribute("readOnly",true);
But when I try:textitem.setAttribute("readOnly",false);and textitem still can't edit, maybe it's bug of SmartGWT.
textitem.setEnabled(true);
But when I try:
ReplyDeletetextitem.setAttribute("readOnly",false);
and textitem still can't edit, maybe it's bug of SmartGWT.
textitem.setEnabled(true);
ReplyDelete