Hi,
I'm using an UltraFormattedTextEditor control thus:
.TreatValueAs = FormattedLinkLabel.TreatValueAs.URL.Appearance.Cursor = Cursors.Hand.Value = "I want the spaces to be underlined"
The text in the control looks like a nice clickable link, you know, all blue and underlined, *EXCEPT* for the fact that spaces are not underlined.
Is there a way I can get the control to underline ALL text including spaces?
Thanks,
Scott
Scott,
Support got back to me and suggested setting the TextSectionBreakMode property to OnlyWhenNecessary.
I set the UltraFormattedTextEditor TreatValueAs property to URL, entered the text "This is a test" and set TextSectionBreakMode as mentioned above and it correctly underlined the spaces.
Hope this helps.
Jim
Thanks Mike,
I saw this morning that this had been sent to support.
Scott, FYI the support case number is CAS-32088-J2I4Q3.
Hm, this is odd. I tried this out with both the UltraFormattedTextEditor and the UltraFormattedLinkLabel. The label underlines the spaces and the text editor does not.
Seems to me like something is wrong here.
I'm going to forward this over to Developer Support so they can check it out.
I was able to get this working but had to use ShowValueAs = FormattedText rather than URL. I set the Value of the control to:
<a href="myUrlInfoHere">My Text With Spaces Here</a>
Hi Jim,
No, I have had to move on to other things, and this remains an issue for me. I'm suprised that there has been no response from Infragistics here. Mike, where are you?! :-)