vaadin7 - Responsiveness of Vaadin FormLayout -
i starting make vaadin web app responsive. reading vaadin docs, managed make csslayout
flexible such image shown either left of text section or in separate row depending on available width.
now want make login form flexible. default, captions moved left of fields. how can achieve captions moved top of fields when width reached? possible formlayout
?
can't imagine possible css because formlayout
rendered html table. if so, simple alternative?
that not possible formlayout. structure of formlayout not flexible. there not simple alternative that. can use csslayout or create own component container.
starting point can extending abstractcomponentcontainer described in creating simple component container
Comments
Post a Comment