Hello,
I have a DateItem into a DynamicForm and I want another image to the right of the calendar image. I use dateItem.setIcons(FormItemIcon) and dateItem.addIconClickHandler(IconClickHandler) for interaction. When user click in FormItemIcon image, i set "12-31-9999" to DateItem.
When launch from GWT/IE7/FF3 browser, the alignament is wrong. The chooser date image is bottom out of space and FormItemIcon image is ok align.
If I remove dateItem.setIcons(FormItemIcon) line, chooser date image is align ok.
How align chooser date image ?
(I would upload a image but i not know how)
Regards.
Francisco.
I have a DateItem into a DynamicForm and I want another image to the right of the calendar image. I use dateItem.setIcons(FormItemIcon) and dateItem.addIconClickHandler(IconClickHandler) for interaction. When user click in FormItemIcon image, i set "12-31-9999" to DateItem.
When launch from GWT/IE7/FF3 browser, the alignament is wrong. The chooser date image is bottom out of space and FormItemIcon image is ok align.
If I remove dateItem.setIcons(FormItemIcon) line, chooser date image is align ok.
How align chooser date image ?
(I would upload a image but i not know how)
Regards.
Francisco.
Comment