Hello,
If, in the Editor, you select some text and then open the Linkmanager and then if you add tags to the text, bold so that "test" becomes "<b>test</b>" for example, when you click on "OK" these tags are removed.
This means, for the company I work for, that an icon added previously is no longer added to the link. That is, this snippet no longer works:
I believe this behaviour has been introduced in a recent dll (we are now using 2013.2.717.40).
Thank you
Paul Herzberg
If, in the Editor, you select some text and then open the Linkmanager and then if you add tags to the text, bold so that "test" becomes "<b>test</b>" for example, when you click on "OK" these tags are removed.
This means, for the company I work for, that an icon added previously is no longer added to the link. That is, this snippet no longer works:
var resultLink = this._clientParameters.get_value(); if (document.getElementById("dateiIcon").value != "") { resultLink.innerHTML = document.getElementById("dateiIcon").value + this._linkText.value;
}
I believe this behaviour has been introduced in a recent dll (we are now using 2013.2.717.40).
Thank you
Paul Herzberg