Expand my Community achievements bar.

July 31st AEM Gems Webinar: Elevate your AEM development to master the integration of private GitHub repositories within AEM Cloud Manager.

Font/Text controls within JavaScript

Avatar

Former Community Member
Greetings,<br /><br />I have the following JavaScript in Fill Text fields (partial paste below):<br /><br />var stext = "We have received your request <for/to> <Enter transaction name>. Unfortunately, we were unable to";<br /><br />Now I can put a \n at the end of this statement (...unable to\n";) and get a hard return. <br /><br />How can I change the font to lets say make part of this statement BOLD text? \b does not seem to work. So I am confused how some "\" commands work and some do not.<br /><br />Thanks,<br /><br />Rick Kuhlmann
0 Replies