Hello,
I am working on a project made in vs2010,As per my requirement I have a Iframe in radeditor and want to add a custom context menu on this Iframe. I have tried a lot but failed.Please help me or give me any idea.
I am using this code.
<telerik:RadEditor ID="RadEditor1" runat="server">
<Content>
<iframe style="position:absolute;width:500px;height:500px;" src="http://www.bing.com" originalPath ="http://www.bing.com" originalAttribute=src> </iframe>
</Content>
</telerik:RadEditor>
Thank You.
I am working on a project made in vs2010,As per my requirement I have a Iframe in radeditor and want to add a custom context menu on this Iframe. I have tried a lot but failed.Please help me or give me any idea.
I am using this code.
<telerik:RadEditor ID="RadEditor1" runat="server">
<Content>
<iframe style="position:absolute;width:500px;height:500px;" src="http://www.bing.com" originalPath ="http://www.bing.com" originalAttribute=src> </iframe>
</Content>
</telerik:RadEditor>
Thank You.