Hi,
How can I verticaly align top the checkboxes and the button at the right? (see attachment-1)
For the checkboxes, I used "css-style: vertical-align: top;" but I have read somewhere, that we should use smartgwt-layouting instead of css. But with css it works fine.
Additionlly if I click into the textfield (see attachment-2), I use a AutoFitTextAreaItem as edit-item, which is higher than the text was before the click. The rows below are shifted down (including the checkboxes), but the buttons stay fix (which is wrong).
For the buttons I use IButton.
(we have a big smartgwt-application with smartgwt-5.0-2015-08-20).
How can I verticaly align top the checkboxes and the button at the right? (see attachment-1)
For the checkboxes, I used "css-style: vertical-align: top;" but I have read somewhere, that we should use smartgwt-layouting instead of css. But with css it works fine.
Additionlly if I click into the textfield (see attachment-2), I use a AutoFitTextAreaItem as edit-item, which is higher than the text was before the click. The rows below are shifted down (including the checkboxes), but the buttons stay fix (which is wrong).
For the buttons I use IButton.
(we have a big smartgwt-application with smartgwt-5.0-2015-08-20).
Comment