Hi we are look at upgrading our editor to the latest version.
Currenly we are using the old editor (7.1.1.0), specifically we are using it in an application where we are using the image manager as a standalone.
as per the kb article http://www.telerik.com/support/kb/article/b454K-keh-b454T-btc-b454c-btc.aspx
we have this in a single ascx that we can load multiple times within a single aspx:
we now want to test with the latest version of the editor, and found the following article:
http://www.telerik.com/support/kb/article/b454K-htg-b454T-bme-b454c-bme.aspx
This works fine in isolation, but when we place it in ascx and then load multiple (as with the old one) we only seem to be able to reference the last loaded ascx.
anyone any ideas on how to achive a multiple use?
Thanks
Currenly we are using the old editor (7.1.1.0), specifically we are using it in an application where we are using the image manager as a standalone.
as per the kb article http://www.telerik.com/support/kb/article/b454K-keh-b454T-btc-b454c-btc.aspx
we have this in a single ascx that we can load multiple times within a single aspx:
<%
@ register src="~/ImageDialogCaller.ascx" tagname="ImageDialogCaller" tagprefix="uc3" %>
<uc3:imagedialogcaller id="ImageDialogCaller1" editorclientid="<%# RadEditor1.ClientID %>" runat="server" /><uc3:imagedialogcaller id="ImageDialogCaller2" editorclientid="<%# RadEditor1.ClientID %>" runat="server" />
This works great.we now want to test with the latest version of the editor, and found the following article:
http://www.telerik.com/support/kb/article/b454K-htg-b454T-bme-b454c-bme.aspx
This works fine in isolation, but when we place it in ascx and then load multiple (as with the old one) we only seem to be able to reference the last loaded ascx.
anyone any ideas on how to achive a multiple use?
Thanks
