This question is locked. New answers and comments are not allowed.
Hi Folks,
I am having an issue with the MVC Editor.
On my site.master page in my project I have the jquery cycle plugin which cycles through a series of images. To get this to work I needed to add the jquery(false) switch to the site.master page (I did this after reading about it on another post from this forum). Now I have the following on the site.master page and the jquery cycle plugin works perfectly:
However, I have a page which uses the editor control, and after putting in the .jquery(false) switch the buttons on the editor are now unresponsive. They appear to depress when clicked, however, they perform no action.
Has anyone seen this error before and it down my poor implementation? Is this easy to work around?
Thanks in advance,
Morris
I am having an issue with the MVC Editor.
On my site.master page in my project I have the jquery cycle plugin which cycles through a series of images. To get this to work I needed to add the jquery(false) switch to the site.master page (I did this after reading about it on another post from this forum). Now I have the following on the site.master page and the jquery cycle plugin works perfectly:
<%= Html.Telerik().ScriptRegistrar().DefaultGroup(group => group.Combined(true).Compress(true)).jQuery(false) %>
However, I have a page which uses the editor control, and after putting in the .jquery(false) switch the buttons on the editor are now unresponsive. They appear to depress when clicked, however, they perform no action.
Has anyone seen this error before and it down my poor implementation? Is this easy to work around?
Thanks in advance,
Morris