application. And facing issue with form tag. When form tag placed under
radEditor. Any alternative to this problem. Is this issue resolved in
latest version. Need help on this as early as possible.
9 Answers, 1 is accepted
Can you elaborate on the exact form-tag issue you are facing? What are the steps to reproduce it?
Basically, our demos application is running with the latest official version of our controls, so you can directly test whether the issue is fixed in it:
http://demos.telerik.com/aspnet-ajax/editor/examples/overview/defaultcs.aspx
Regards,
Vessy
Telerik by Progress
Thanks for reply. On the given demo link I pasted below content from html view.
<form action="https://visitor2.constantcontact.com/api/signup" method="post">
<p>Email Address:</p><input name="email" placeholder=" " size="30" type="email">
<br><br>First Name:<br>
<input name="first_name" placeholder=" " size="30"><br><br>Last Name:<br>
<input name="last_name" placeholder=" " size="30"><br><br>
<p data-id="Lists:p"><label data-id="Lists:label" data-name="list" class="ctct-form-required">Email Lists</label></p><div><input data-id="Lists:input" name="list_0" value="1271673089" type="checkbox"><span data-id="Lists:span">"To the Point" E-Newsletter</span></div><div><input data-id="Lists:input" name="list_1" value="1394862772" type="checkbox"><span data-id="Lists:span">Alumni Newsletter</span></div><div><input data-id="Lists:input" name="list_2" value="2009200633" type="checkbox"><span data-id="Lists:span">General Interest</span></div><div><input data-id="Lists:input" name="list_3" value="1375871949" type="checkbox"><span data-id="Lists:span">Parent Updates (Current Parents)</span></div><div><input data-id="Lists:input" name="list_4" value="1098075564" type="checkbox"><span data-id="Lists:span">Summer Session Community</span></div><p> </p>
<input name="ca" value="c729552c-f7c6-4126-a166-a616bb5adae4" type="hidden">
<input name="url" value="http://www.constantcontact.com/" type="hidden">
<input type="submit">
</form>
But I got error - Blocked by Content Security Policy
Is this possible to achieve using RAdEditor.
Can you have any alternate solution for same. Please suggest.
Hi Telerik Team,
I am developer working on one of the Content management System project in asp.net. I am using telerik rad editor control for editing the html of the page. I am using class file to set all properties of telerik rad editor control at run time. Now days, I am facing one issue html form element. I can add html form and save success fully for first time but when I edit the page content using edit button on tool bar I receive an telerik javascript error as " a is a not a function" and my editor does nothing further. I can not able to edit or publish the changes after adding html form element using telerik rad editor .
Please refer my class file used to configure the telerik rad editor at run time and version of telerik DLL being used for your reference as attached
Please kindly assist me in solving this issue immediately. Here I am also giving HTML form as,
<form action="https://visitor2.constantcontact.com/api/signup" method="post">
<p>Email Address:</p><input name="email" placeholder=" " size="30" type="email">
<br><br>First Name:<br>
<input name="first_name" placeholder=" " size="30"><br><br>Last Name:<br>
<input name="last_name" placeholder=" " size="30"><br><br>
<p data-id="Lists:p"><label data-id="Lists:label"
data-name="list" class="ctct-form-required">Email
Lists</label></p><div><input data-id="Lists:input"
name="list_0" value="1271673089" type="checkbox"><span
data-id="Lists:span">"To the Point"
E-Newsletter</span></div><div><input
data-id="Lists:input" name="list_1" value="1394862772"
type="checkbox"><span data-id="Lists:span">Alumni
Newsletter</span></div><div><input
data-id="Lists:input" name="list_2" value="2009200633"
type="checkbox"><span data-id="Lists:span">General
Interest</span></div><div><input
data-id="Lists:input" name="list_3" value="1375871949"
type="checkbox"><span data-id="Lists:span">Parent Updates
(Current Parents)</span></div><div><input
data-id="Lists:input" name="list_4" value="1098075564"
type="checkbox"><span data-id="Lists:span">Summer Session
Community</span></div><p> </p>
<input name="ca" value="c729552c-f7c6-4126-a166-a616bb5adae4" type="hidden">
<input name="url" value="http://www.constantcontact.com/" type="hidden">
<input type="submit">
</form>
Please kindly look into this and help me to resolve this issue.
Thanks
Amol
I tested the used by you version of the editor with the given content but no errors were thrown at my end.
Can you, elaborate a bit on what exactly do you mean by saying "but when I edit the page content using edit button on tool bar I receive an telerik javascript error"? Is this Edit button part of the used CMS system, or is it a custom tool implemented by you in RadEditor?
Are you able to reproduce the same issue outside the used CMS system (you can see how to isolate the problem here)? If so, are you experiencing the issue in all browsers, or only in a specific one?
In case the problem occurs only in the CMS environment, I would advice that you contact the used Content management System support and see whether they are aware of the problem and what may be causing it.
Regards,
Vessy
Telerik by Progress
Hi Vessy,
Thank you very much for your reply. Edit button is a part of my CMS system. Telerik Rad Menu control is used for doing Admin activities. On this admin tool bar I have given button to edit page content. I am facing this issue in all browser; it is not browser specific.
Please kindly help .
Thanks
Amol
Unfortunately I cannot be much more helpful here as I can only guess what is the logic assigned to the click event of the Edit button in the used CMS system. Contacting the developers/support of the used CMS system will be the best option in this case, as they will know the best which part of their Edit implementation may interferes with the Telerik controls on the page and brings the experienced error.
Regards,
Vessy
Telerik by Progress
Hi Vessy,
Thank you very much for the updates. I have posted same issue on another forum to get support and resolve this issue asap but I am unable to find solution for this problem.
Thanks
You are welcome, Amol - I hope that the CMS crew will address this problem for you soon. Please, feel free to update this thread once you found what is causing the issue, or in case you manage to reproduce it outside the CMS environment with the Telerik controls, so we can assist you further on resoling it.
Regards,
Vessy
Telerik by Progress
Hi Vessy,
Thank you very much your information.Looking for solution to resolve this problem.
Thanks
Amol