Hi Guys,
I tried to find some relevant thread for my issue, but after few days without a successful information, I prefer to ask here.
I'm developing a .NET web solution (using RadEditor for APS .NET AJAX) and I need to integrate with a "speech recognition software" component.
After a lot of tries I've got it with the follow code:
<asp:ScriptManager ID="ScriptManager" runat="server" />
<telerik:RadEditor ID="RadEditor1" Runat="server" Height="553px" Width="891px" ContentAreaMode="Div" Skin="Windows7" >
<Content>
<html>
</html>
</Content>
</telerik:RadEditor>
But also I receive a special "undefined" alert message when the page is loaded (javascript message). I have done some exercises and I know the message is originated by <html><html> tags (inside from Content tag), but without these tags the integration with the speech recognition software component doesn't work.
Can anyone help me with some tips or something for disappearing that message, or how to implement the RadEditor control including "<html></html>" tags
Thanks in advanced
Best Regards
Felipe
I tried to find some relevant thread for my issue, but after few days without a successful information, I prefer to ask here.
I'm developing a .NET web solution (using RadEditor for APS .NET AJAX) and I need to integrate with a "speech recognition software" component.
After a lot of tries I've got it with the follow code:
<asp:ScriptManager ID="ScriptManager" runat="server" />
<telerik:RadEditor ID="RadEditor1" Runat="server" Height="553px" Width="891px" ContentAreaMode="Div" Skin="Windows7" >
<Content>
<html>
</html>
</Content>
</telerik:RadEditor>
But also I receive a special "undefined" alert message when the page is loaded (javascript message). I have done some exercises and I know the message is originated by <html><html> tags (inside from Content tag), but without these tags the integration with the speech recognition software component doesn't work.
Can anyone help me with some tips or something for disappearing that message, or how to implement the RadEditor control including "<html></html>" tags
Thanks in advanced
Best Regards
Felipe