Dear SmartGWT users,
I have problem with icons diplayed at arbitrary FormItem. I set icons by the following way:
But after displaying DynamicForm icons at FormItem are not displayed in a line after this FormItem as stated in the JavaDoc but in the column (first image). I do not know how to display icons in a line (second image). Any ideas?
Best regards,
Ales
I have problem with icons diplayed at arbitrary FormItem. I set icons by the following way:
Code:
FormItem.setIcons(new FormItemIcon(), new FormItemIcon());
Best regards,
Ales
Comment