Forums de discussion

a problem in decorating form components

thumbnail
Behzad Gadimi, modifié il y a 11 années.

a problem in decorating form components

Junior Member Publications: 36 Date d'inscription: 08/03/11 Publications récentes
Hi,
I have an input text and a browse button in front of it,

This is my solution :

<aui:input name="coverimage" label="Cover Image" type="text" inlineField="true"
value="<%=book.getDocumentCoverImage()%>"></aui:input>
<aui:button class="aui-button-input" type="button" value="Browse" />


I set inlineField of input to true,
But the label of input comes to left side of input too and I want it at top of the input,
How can I get rid of this problem?