Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有什么方法可以在 vaadin7 上使用 FormLayout 在 TextField 顶部设置标题?我认为默认标题只是左边,但我需要改变它。
任何想法 ?
谢谢
FormLayout总是把标题放在字段的左边。此外,它还有一个错误指示器列。其他布局,例如VerticalLayout或HorizontalLayout将标题放在字段上方。
FormLayout
VerticalLayout
HorizontalLayout
如果你想控制标题的位置,你可以