How to display & symbol in JavaScript action

0
Hello, I am trying to use JavaScript action to write some description in Mendix. However,  my description will stop showing anything after the “&” symbol. Here is my JavaScript action and the result I got. Does anyone knows how to  display "&" symbol by using JavaScript action in Mendix? Thank you so much    Here is my JavaScript action   Here is my result. Everything that I type after the “&” symbol will not be shown
asked
2 answers
6

Hi, 

Use escape character %26 to display & symbol like %0D%0A.

For more information refer this paga: http://www.javascripter.net/faq/mathsymbols.htm

I hope this will be helpful for you.

Thanks.

answered
0

Hi I-Tai Lin,

 

Attached the screenshot of hexa code character image try with that.

 

answered