java - Insert ICON/PNG inside TextArea -


without resorting wrapping gwt textarea in separate div, how add search icon/magnifier icon inside text area?

no, not possible.text area not normal widget.

gwt's textarea maps directly html textarea thats why can set text it. thing can ist create grid/verticalpanel/horizontalpanel , put in each cell separate textarea.

google groups

similar question


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -