Reputation: 167
i was implementing a text field to get some user data (new to vaadin)
when i initialize the textfield using
new TextField("caption");
i am using reindeer theme how can i get the text field as this :
caption: textarea //same line
instead of
caption: //different lines
textarea
should i override the default css and how to do it?????
or is there any method availble for this??????
Upvotes: 0
Views: 1388