I need to “break” a tooltip in 2 or more lines using something like html <br>.
My code is generated and, where needed, I use a placeholder (#BR#) in the place where the line should be broken.
At runtime, with some js, I need to substitute the placeholder with the appropriate character sequence (is it <br> ?) but I don’t find the way to substitute it.
I can’t use id because my code is generated at runtime and I don’t now ids in advance.
How can I solve ?
Tks