Hi
I am using smartgwt 2.2
I creted a dynamic form and set items by using method setItems(.....)
I am setting checkbox items and text items but i notice that title for checkbox items are showing but text item title is not showing, only area for entering text is showing.
I am using Absolute layout for form using dynamicForm.setItemLayout(FormLayoutType.ABSOLUTE);
If i did not use absolute layout then there is no problem but i need to use absolute layout for proper positioning of formitems
Any suggestions please!
Thanks
I am using smartgwt 2.2
I creted a dynamic form and set items by using method setItems(.....)
I am setting checkbox items and text items but i notice that title for checkbox items are showing but text item title is not showing, only area for entering text is showing.
I am using Absolute layout for form using dynamicForm.setItemLayout(FormLayoutType.ABSOLUTE);
If i did not use absolute layout then there is no problem but i need to use absolute layout for proper positioning of formitems
Any suggestions please!
Thanks
Comment