I want to create hyperlink in the Alert message which will open a editor in my application. I am using GXT Dialog. not browser dialog. The message will be
"The user 3012546 is not eligible". I want 3012546 is as hyperlink. If i use any widget i am not able to concatenate the hyperlink widget with the string. I can use widget.getText() to form the above text.
But the widget.getString() will return the string which does not have event handler. so onclick wont work