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

[Solved] Issues with build 2008.1.415

1 Answer 94 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Mark Davis
Top achievements
Rank 1
Mark Davis asked on 06 May 2008, 10:55 PM
I'm seeing a couple of issues with the new build:

1. The following Javascript throws a script error:

.get_CommandsManager()._clearCommandsToRedo()

Has this API been changed? (Suggested to fix an issue I reported some time ago)

2. The editor (when enable=false) sets the content size to width=680px, height=400px> i've overriden this at the server by setting the style width/height to auto.

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 09 May 2008, 12:27 PM
Hi Mark,

Straight to the questions:
  1. There are important changes in the Client-Side API of the latest version of RadEditor for ASP.NET AJAX. In short, all client-side methods strictly follow the ASP.NET AJAX conventions and are lower case. For instance: set_mode() should always be used from now on, set_Mode() is no longer supported. You can find more information in the following forum sticky note: Important changes in the Client-Side API of RadEditor for ASP.NET AJAX.

    Here is the new syntax: editor.get_commandsManager()._clearCommandsToRedo()

  2. When setting enable=false then the editor will render only its content inside a DIV element without any toolbars, modules and modes. I am glad that you have achieved your scenario.
Greetings,
Rumen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Editor
Asked by
Mark Davis
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or