1. SNAPSHOT_v9.0d_2013-02-28/LGPL Development Only (built 2013-02-28)
2. browser(s): IE 8, FF 10.0.2
RichTextItem and other FormItems located on DynamicForm. The form is assigned to Datasource. By default form.setCanEdit(false)
When I add new record and do
all Items become editable except RichTextItem. But as only I resize the IE (or FF) window it becomes editable and I can put text there.
Could you please fix it?
Thanks in advance
2. browser(s): IE 8, FF 10.0.2
RichTextItem and other FormItems located on DynamicForm. The form is assigned to Datasource. By default form.setCanEdit(false)
When I add new record and do
Code:
form.setCanEdit(true)
Could you please fix it?
Thanks in advance
Comment