This is either you need to fragment the text in to different labels and put
a textbox accordingly else you can add as some HTML content

On Mon, Sep 14, 2015 at 5:09 PM, Maksim <[email protected]> wrote:

> Hello all !
>
> i need paste text box in text. Like as:
>
> Some long text... [ text box ] ...continue text.
>
>
> Graphically:
>
>
> <https://lh3.googleusercontent.com/-zaI5-WVVa30/VfauTFsIFAI/AAAAAAAAAUg/EqyLMt0Ctgw/s1600/text.png>
>
> I use UiBinder:
>
> <g:HorizontalPanel>
>   <g:Label ui:field="someLabel"/>
>   <g:TextBox ui:field="textBox"/>
> </g:HorizontalPanel>
>
> As expected i get:
>
>
> <https://lh3.googleusercontent.com/-nWTIbTicZjw/Vfau4wWaRXI/AAAAAAAAAUo/IFP86ggQKxw/s1600/myText.png>
>
> How i can get result as first image? And further call the
> textBox.getText();
>  method in the code?
>
> --
> You received this message because you are subscribed to the Google Groups
> "GWT Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/google-web-toolkit.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to