Code Editor suggestOn

Greetings, do you know how I can use the “$” symbol and be able to select using the mouse? Thank you.

<codeEditor id="valueField"
** dataContainer=“scaffoldTemplateDc”**
** property=“value”**
** css=“background-color:powderblue;” **
** width=“100%” height=“100%”**
** suggestOn="$"/>**

image

Hi!

You just need to set the escaped value to the suggestOn property.

For example:

<codeEditor id="valueField" suggestOn="\$"/>

Best regards,
Dmitriy