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

Popular posts from this blog

java - How to compare two classes -

javascript - Why Selenium can't find an element that is graphically visible -

c# - Get the Class name in a class with atribute inside a attribute method -