Quote from
noyzen on June 14, 2023, 7:48 pm
Hi,
I'm using this command:
neoEditSetHtml "NoteBox" "<p class="ql-align-right ql-direction-rtl"><br></p>"
as you see I'm using neoEdit plugin. I need to set html inside it but problem is character "
I tried to use [#34] for it like VisualNEO Win, but It's not working...
neoEditSetHtml "NoteBox" "<p class=[#34]ql-align-right ql-direction-rtl[#34]><br></p>"
How to deal with character " and other special characters in VisualNEO Web?
Hi,
I'm using this command:
neoEditSetHtml "NoteBox" "<p class="ql-align-right ql-direction-rtl"><br></p>"
as you see I'm using neoEdit plugin. I need to set html inside it but problem is character "
I tried to use [#34] for it like VisualNEO Win, but It's not working...
neoEditSetHtml "NoteBox" "<p class=[#34]ql-align-right ql-direction-rtl[#34]><br></p>"
How to deal with character " and other special characters in VisualNEO Web?