Copy/paste (i.e. fork) ValueBoxEditorDecorator into your own project.
See http://code.google.com/p/google-web-toolkit/issues/detail?id=5465

On Friday, October 19, 2012 12:24:52 AM UTC+2, vehdra music wrote:
>
> I would like to get
>
> [ text box ] Error message.
>
> But I am getting this:
>
> Error message [ text box ]
>
> This is my ui.xml:
>
> <tr>
>
> <td><ui:msg description="Email">Email</ui:msg></td>
>
> <td>
>
> <e:ValueBoxEditorDecorator ui:field="email">
>
>         <e:valuebox>
>
>           <g:TextBox styleName="{resources.style.editField}"/>
>
>         </e:valuebox>
>
>       </e:ValueBoxEditorDecorator>
>
> </td>
>
> </tr>
>
> And this in my style:
>
> .editField {
>
>   display: inline;
>
>   width: fieldWidth;
>
> }
>
>
> .rightAlign {
>
>   text-align: right;
>
> }
>
> And I've tried playing with CSS to make the error message positionate to 
> the right of the text box, but I can't figure how can I do it.
>
> Is there any way to positionate the error message to the right of the text 
> box?
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/cUxDopS-f6YJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to