Hi,
We are using the trial version 5.7.3.0 for SharePoint.
We are trying to add code such as
But when the page is Checked in, the onclick event is removed, and the resulting code is
We removed the filters "RemoveScripts" and "EncodeScripts", and added AllowScripts="true" to the RadHtmlField control.
Do you have any idea on how to allow the onclick event?
Thanks in advance.
Kind regards,
Xavier Stévenne
We are using the trial version 5.7.3.0 for SharePoint.
We are trying to add code such as
<
a
href
=
"#"
onclick
=
"functionCall()"
>Click here</
a
>
<
a
href
=
"#"
>Click here</
a
>
We removed the filters "RemoveScripts" and "EncodeScripts", and added AllowScripts="true" to the RadHtmlField control.
Do you have any idea on how to allow the onclick event?
Thanks in advance.
Kind regards,
Xavier Stévenne