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

OptionPanel Position

3 Answers 49 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
Matthew
Top achievements
Rank 1
Matthew asked on 18 Feb 2009, 11:20 AM
Hi, i have a question: can i put the Option Panel (the panel that appear on the right when i edit the radeditor webpart) into a div or into the page in a custom position? i know that for the base editor of wss i can "anchor" the panel into a div with an id on it that tell to sharepoint where to put the panel in.

...thanks!

3 Answers, 1 is accepted

Sort by
0
Stanimir
Telerik team
answered on 20 Feb 2009, 10:59 AM
Hello Matthew,

I suggest you to modify the ToolbarMode property of RadEditor for MOSS. You can find an online demo of the matter on the following address http://demos.telerik.com/aspnet/Editor/Examples/ToolbarMode/DefaultCS.aspx

In order to set the ToolbarMode property you need to modify the respective ConfigFile.xml located in the /Program Files/Common Files/Microsoft Shared/web server extensions/wpresources/RadEditorSharePoint/4.5.4.0__1f131a624888eeed/RadControls/Editor/ folder.

For example add the following line:
<property name="ToolbarMode">Floating</property> 


I hope this helps.


Best wishes,
Stanimir
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Matthew
Top achievements
Rank 1
answered on 20 Feb 2009, 11:17 AM
hi, thanks for the reply, but i don't want to put in some tag the toolbar of the font-style, color, ect.

i want to control the position of the option bar (with the title "Telerik RadEditor for MOSS"), the bar that permit to put the border at the webpart, hide the webpart, export it, etc...

...now it is on the left top of the page, i want to put it into some way into my html...

...thanks!
0
Stanimir
Telerik team
answered on 23 Feb 2009, 11:07 AM
Hi Matthew,

The RadEditor for MOSS control does no modify the default rendering of the option bar of the web part. There is no option or property of the control that can affect this. So if you succeeded doing this for the default MOSS editor, probably you can use the same method to achieve this functionality with the RadEditor.
All the best,
Stanimir
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
WebParts for SharePoint
Asked by
Matthew
Top achievements
Rank 1
Answers by
Stanimir
Telerik team
Matthew
Top achievements
Rank 1
Share this question
or