v8.3d_2012-11-19/PowerEdition Deployment (built 2012-11-19) with Chrome and Firefox latest versions.
Group name is shown incorrectly (screenshot) (and should be like http://www.smartclient.com/smartgwt/..._form_spanning)
Upd. Seems like it's because of setMargin. Workaround is to wrap form with layout with margin.
No need to reply.
Group name is shown incorrectly (screenshot) (and should be like http://www.smartclient.com/smartgwt/..._form_spanning)
Code:
DynamicForm templatesForm = new DynamicForm(); templatesForm.setMargin(10); templatesForm.setPadding(10); templatesForm.setIsGroup(true); templatesForm.setNumCols(7); templatesForm.setGroupTitle("Шаблоны"); ...
No need to reply.