Advanced HTML Editor 3 Support Product Page
Answered
How to stop Editor 3.3.1 changing link code
Asked 13 years ago
1
has this question
13 years ago Foster Brovan posted:
I have some code that I need to put in the Editor and it changes the codeExample code:
<a href="#" class="dmxHTML5MP3PlayerBtnPlay"></a>
It changes the code to:
<a class="dmxHTML5MP3PlayerBtnPlay" href="PageNewUpdate.php?recordID=4#"></a>
How do I keep the code link like the first Example?
Thank you.
Foster
Replies
Replied 13 years ago
13 years ago Vulcho Vulev replied:
Hello Foster.
That is the way the extension works at the moment , when you place a empty <a href='#'> tag it automatically links to the name of your current working page.
You can place the code like in the following example:
the editor won't replace the code.
Regards: Vulcho.
That is the way the extension works at the moment , when you place a empty <a href='#'> tag it automatically links to the name of your current working page.
You can place the code like in the following example:
<a href="1#" class="dmxHTML5MP3PlayerBtnPlay"></a>
the editor won't replace the code.
Regards: Vulcho.
Replied 13 years ago
13 years ago Foster Brovan replied:
I used this and it works.
"formatterSettings": {"linkType": ""},
I left the linkType made chaged it to blank and that seems to work.
Or is the best way the way you said to do?
Thank you for your help.
"formatterSettings": {"linkType": ""},
I left the linkType made chaged it to blank and that seems to work.
Or is the best way the way you said to do?
Thank you for your help.