This is a migrated thread and some comments may be shown as answers.

RadEditor Inconvenient

1 Answer 45 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
X
Top achievements
Rank 1
X asked on 03 Oct 2012, 03:18 PM
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

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 08 Oct 2012, 10:19 AM
Hello,

I am not sure why the undefined message pops up and what is causing it, but we offer a special accessibility version of RadEditor which you can test: Accessible UI. The AccessibleEditor is isolated to provide higher accessibility level for people with disabilities and was selected by the Royal National Institute of Blind People for their new accessible website.

If you inspect the RadEditor's content with IE developer toolbar or Firebug you will see that there are <html> tags inside the editable iframe and you should not explicitly set them.

Regards,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
General Discussions
Asked by
X
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or