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

Enable RadEditor Dialogs link not available

7 Answers 97 Views
Editor
This is a migrated thread and some comments may be shown as answers.
DC
Top achievements
Rank 1
DC asked on 25 Mar 2010, 03:57 PM
I am trying to work with the Editor for the first time and am following the getting started page below:
http://www.telerik.com/help/aspnet-ajax/gettingstarted.html

When I get to steps 8 and 9 these options are not available in the smart tag. I followed all the steps up to this point. Any clues as to why this is not available for me? Thanks!

8. From the Smart Tag menu, select the Enable RadEditor Dialogs link
9. From the Smart Tag menu, select the Enable spell check for RadEditor link.



7 Answers, 1 is accepted

Sort by
0
Accepted
Schlurk
Top achievements
Rank 2
answered on 25 Mar 2010, 04:57 PM
If you have the following two lines in your web.config:

<add path="Telerik.Web.UI.DialogHandler.aspx" type="Telerik.Web.UI.DialogHandler" verb="*" validate="false" /> 
<add path="Telerik.Web.UI.SpellCheckHandler.axd" type="Telerik.Web.UI.SpellCheckHandler" verb="*" validate="false" /> 
 

It means that you already have these registered in the web.config and then the options won't be in the smart-tag. I believe that if you start a Telerik application/website or convert an existing project these will be added during the configuration process.
0
DC
Top achievements
Rank 1
answered on 25 Mar 2010, 06:40 PM
Thanks Schlurk! That was it. Sorry for such a newbi question but I am super new to this. I'll remember to check the web.config if I see this with other controls.
0
Schlurk
Top achievements
Rank 2
answered on 25 Mar 2010, 07:29 PM
No worries about the question - I recently ran into the exact same situation myself so the answer was still fresh in my mind!
0
phuong
Top achievements
Rank 1
answered on 19 Feb 2011, 09:28 AM
hi Schlurk,

I added two lines below into the file web.config, but the RadEditor Dialog doesn't work. I use DNN 5.6.0 

<add path="Telerik.Web.UI.DialogHandler.aspx" type="Telerik.Web.UI.DialogHandler" verb="*" validate="false" /> 
<add path="Telerik.Web.UI.SpellCheckHandler.axd" type="Telerik.Web.UI.SpellCheckHandler" verb="*" validate="false" /> 
 

0
phuong
Top achievements
Rank 1
answered on 19 Feb 2011, 09:40 AM
hi DC,
I didn't find where is the step 1 in the following page.
http://www.telerik.com/help/aspnet-ajax/gettingstarted.html

0
Rumen
Telerik team
answered on 23 Feb 2011, 02:16 PM
Hello phuong,

If you use the Professional DNN provider of RadEditor, you should note that it is implementation of the DNN developers and it is not supported by Telerik. Our suggestion is to post the question about how to register the external skin files of RadEditor in DNN in the DNN forums. For example in this one: Taming (customizing) The new Telerik RadEditor.


Kind regards,
Rumen
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
0
umar
Top achievements
Rank 1
answered on 01 Jun 2011, 05:23 PM
I already have these two lines in web.config but I can't see in smart tag
Tags
Editor
Asked by
DC
Top achievements
Rank 1
Answers by
Schlurk
Top achievements
Rank 2
DC
Top achievements
Rank 1
phuong
Top achievements
Rank 1
Rumen
Telerik team
umar
Top achievements
Rank 1
Share this question
or