Monday, September 14, 2015

Re: TextBox in text

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 <noname.khv@gmail.com> wrote:

Hello all !

i need paste text box in text. Like as:

Some long text... [ text box ] ...continue text.


Graphically:


I use UiBinder:

<g:HorizontalPanel>
  <g:Label ui:field="someLabel"/>
  <g:TextBox ui:field="textBox"/>
</g:HorizontalPanel>

As expected i get:


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 google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
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 google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment