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

Editor not active

4 Answers 58 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Victor
Top achievements
Rank 1
Victor asked on 08 Aug 2008, 10:14 PM
Hello all,

Just tried added the RadEditor for the 1st time and I can't enter text. The editor renders correctly, but is not editible.

<%

@ Page Language="C#" AutoEventWireup="true" CodeFile="ftb_test.aspx.cs" Inherits="Community_Forums_ftb_test" %>

<!

DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<%

@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %>

<

html xmlns="http://www.w3.org/1999/xhtml" >

<

head runat="server">

<title>Untitled Page</title>

</

head>

<

body>

<form id="form1" runat="server">

<asp:ScriptManager ID="ScriptManager1" runat="server" />

<telerik:RadEditor ID="RadEditor" runat="server"></telerik:RadEditor>

</form>

</

body>

</

html>

4 Answers, 1 is accepted

Sort by
0
Kevin Babcock
Top achievements
Rank 1
answered on 11 Aug 2008, 02:53 PM
Hello Victor,

I'm sorry to hear you are having trouble getting started with the RadEditor. Unfortunately, I was not able to reproduce your problem. Can you explain it a little further? Are you able to click in the content area? Are you able to type anything? I was able to get a functional RadEditor displayed in my browser with your exact markup. Have you tried testing it in other browsers, or on another computer? I wonder if possibly there is a browser setting that is causing your problem.

There are no special settings you must set in order to get the RadEditor working; it should work after simply dragging it from the toolbox.

Regards,
Kevin Babcock
0
Victor
Top achievements
Rank 1
answered on 11 Aug 2008, 07:29 PM
Tried it installed on 2 servers (local and a test server) using 2 different computers.

Windows XP machine
FF3 - Rendered without error. Can't type in textbox or activate anything. Hover states seem to work.
IE 7 - Runtime error on load: Line 46, Error: 'Sys' is undefined

Mac machine
FF3 - Same as IE. Render but can't type.
Safari - Same as FF3

0
Victor
Top achievements
Rank 1
answered on 11 Aug 2008, 09:38 PM
My bad...

I was missing an entry in the Web.config for the ASP.NET AJAX.
0
Kevin Babcock
Top achievements
Rank 1
answered on 11 Aug 2008, 09:42 PM
I am glad you figured out what was causing your problem. Have fun learning how to use the RadEditor. If you have any questions, don't hesitate to ask. Also, check out the Telerik Trainer episodes on the RadEditor if you are in need of some training resources.

Regards,
Kevin Babcock
Tags
Editor
Asked by
Victor
Top achievements
Rank 1
Answers by
Kevin Babcock
Top achievements
Rank 1
Victor
Top achievements
Rank 1
Share this question
or