0

is there a way to implement this kind of component with GXT API?

the image needs to be inside the text field. it must react to mouse clicks and must have its own tooltip. enter image description here

Alex
  • 2,589
  • 3
  • 35
  • 44
  • Like ComboBox and DateField do? These inherit from TriggerField, and the icon is called a trigger. There is also a TwinTriggerField, for when two such icons are required (can be over/under like SpinnerField or side by side). – Colin Alworth Jan 29 '13 at 03:37
  • By using gwt Image img=new Image("location of image"). we can add to the combobox i think. – swamy Jan 29 '13 at 05:59
  • TriggerField seems like the way to go. I'll post the results soon. – Alex Jan 29 '13 at 19:00

0 Answers0