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

Dockable Toolbars

3 Answers 82 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
claudz
Top achievements
Rank 1
claudz asked on 12 Jun 2008, 03:45 AM
Hi Telerik Team

Is it possible to make toolbars float and be dockable within the RadEditor Web Part?

I've been able to make the toolbars float and change their location when editing list items, (using the ListToolsFile.xml and ListConfigFile.xml files), but can't seem to get it to work in the actual radEditor webpart itself.

In the ConfigFile.xml, Ive set the EnableDocking property to True and then have set each toolbar in the ToolsFile.xml file to have dockable="true".

Is this the correct process of setting this up or am I missing something?

Thanks,
Claudz

3 Answers, 1 is accepted

Sort by
0
George
Telerik team
answered on 12 Jun 2008, 12:34 PM
Hi Claudz,

Yes, in order to achieve the desired behavior open the ConfigFile.xml/ListConfigFile.xml (this depends on your exact scenario) and set the following configuration:
<property name="EnableDocking">True</property>

Next, open the ToolsFile.xml/ListToolsFile.xml and on the desired ToolGroups set dockable="true" e.g.
<tools name="MossTools1" dockable="true">

I hope this helps.

Sincerely,
George
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
claudz
Top achievements
Rank 1
answered on 04 Jul 2008, 03:28 AM
Hi Telerik.

Thankyou for your response. I did as you said, and the docking works fine for lists, but not within the actual RadEditor webpart itself.

I've set the EnableDocking property to True within the ConfigFile.xml and then have set each toolbar in the ToolsFile.xml file to have dockable="true", but no luck. Could anything else be stopping the toolbars from being dockable?

Thanks,
Claudz
0
George
Telerik team
answered on 08 Jul 2008, 01:26 PM
Hi Claudz,

Please open a support ticket and send us your ConfigFile.xml/ListConfigFile.xml and ToolsFile.xml/ListToolsFile.xml. We will check them and do our best to provide a solution.


Sincerely,
George
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
WebParts for SharePoint
Asked by
claudz
Top achievements
Rank 1
Answers by
George
Telerik team
claudz
Top achievements
Rank 1
Share this question
or