-
1. Re: Formatting individual words in a text box
resdesign Mar 26, 2014 6:53 AM (in response to iwywaw)Use this in compositionReady:
sym.$('Text').html('The word <b>apple</b> should be bold.');
-
2. Re: Formatting individual words in a text box
iwywaw Mar 26, 2014 7:36 AM (in response to resdesign)Thank you for your response but I'm looking for a solution that will avoid coding on compositionReady.
Editing the javascript file directly is currently the best solution I've found as the formatted content is displayed in Edge, allowing me to arrange my content without having to go back and forth with page previews.
-
3. Re: Formatting individual words in a text box
resdesign Mar 26, 2014 7:41 AM (in response to iwywaw)We hope that some day the text editor will allow formatting. At this time the only way to do text formatting is with css or html tags as shown above.
You can still edit the js file without any problem as long as you know what your text element's name is. You could also write a array for all your text and use that and this can also be edited in the js file.



