Try our conversational search powered by Generative AI!

Making strings use TinyMCE RTE formatting.

Vote:
 

Hi,

I have propertys of type virtual string - "Listing title" and "Listing description".

We are attempting to use the superscript symbols - ® on both of these propertys however it doesnt display correctly (the ® symbol appears too big ). When entering this symbol in a text block within a XhtmlString, it is formatted correctly.

Is there a way to ensure that strings within ListingSettings are powered by the TinyMCE plugin - so the format for these symbols appear the same as within a XhtmlString?

#303562
Edited, Jun 15, 2023 11:44
Vote:
 

There is no unicode subscripted version of the trademark symbol. But some fonts renders it subscripted anyway. As you have already found out, one way is to use markup to subscript it instead; <sup>®</sup>.

You can change the data type of the string properties to XhtmlString, or ask the editors to add the markup manually. Note that you also need to render the string unescaped as well then.

#303574
Edited, Jun 15, 2023 21:58
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.