Monday, September 14, 2015

TextBox in text

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.

No comments:

Post a Comment