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

How can I place the toolbar of RadEditor into a named container on my page

1 Answer 51 Views
Editor
This is a migrated thread and some comments may be shown as answers.
bo
Top achievements
Rank 1
bo asked on 10 Nov 2008, 04:00 AM

Hi,

 

How can I place the toolbar of RadEditor into a named container on my page. Basically I don’t want to have the toolbar right on the top of the editor, but rather in a separate div on the page. I remember this was possible in earlier versions with from what I can remember “tollbarcontainerid” (or something similar to this) property. How/can this be achieved in RadEditor for ASPNET AJAX?

 

Cheers

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 12 Nov 2008, 02:48 PM
Hi Bo,

The RadEditor Toolbar position can be changed by using the DockingZone attribute which can have the following values:
  • The id of outer html element
  • Left
  • Right
  • Top
  • Bottom
  • Module
In your scenario, you should set the DockingZone property to point to the ID of some DIV element on the page positioned on the desired location.

You can see the following live example for more information: DockingZone attribute.

Best regards,
Rumen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Editor
Asked by
bo
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or