Skip to main content
December 8, 2008
Answered

is there a listener for when making a selection inside a textfield

  • December 8, 2008
  • 3 replies
  • 372 views
Hello,
Does anyone know how to create a listener that listens when you select some text inside a textfield?
I am trying to run a function after a selection is made. Because after you made the selection you can
get the Selection.getBeginIndex() and the Selection.getEndIndex();

Regards,
This topic has been closed for replies.
Correct answer kglad
:

3 replies

kglad
Community Expert
Community Expert
December 11, 2008
you're welcome.
December 11, 2008
Thanks kglad, this is exactly what i was looking for! :)

kglad
Community Expert
kgladCommunity ExpertCorrect answer
Community Expert
December 8, 2008
: