Advanced HTML Editor 3 Support Product Page

Answered

How to stop Editor 3.3.1 changing link code

Asked 10 Apr 2012 23:28:11
1
has this question
10 Apr 2012 23:28:11 Foster Brovan posted:
I have some code that I need to put in the Editor and it changes the code
Example 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 11 Apr 2012 07:18:12
11 Apr 2012 07:18:12 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:

<a href="1#" class="dmxHTML5MP3PlayerBtnPlay"></a>


the editor won't replace the code.


Regards: Vulcho.
Replied 11 Apr 2012 20:03:20
11 Apr 2012 20:03:20 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.

Reply to this topic