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

[Solved] Dockable="true" doesn't work for tools

6 Answers 85 Views
Editor
This is a migrated thread and some comments may be shown as answers.
saggiatorius
Top achievements
Rank 1
saggiatorius asked on 30 Sep 2009, 05:19 PM
Hi, I'm upgrading RadEditor.Net2 with Telerik.Web.UI.RadEditor (2009 Q2) on my WebApplication, but it seems that Dockable="true" doesn't work for tools.
Basically I can't drag the toolbars even if I set Dockable="true" into the toolsfile.xml.

Here is a part of my toolsfile.xml file.

<root>
    <tools name="MainToolbar" Dockable="true">
        <tool name="Copy" shortcut="CTRL+C">
        ...
    </tools>
    ...
<root>

I'd like to make tools dockable because if you set particular sizes (not too strange...) of RadEditor, tools get splitted in two rows.

Can you help me?
Thanks

Saggiatorius

6 Answers, 1 is accepted

Sort by
0
Schlurk
Top achievements
Rank 2
answered on 01 Oct 2009, 03:38 PM
I know you set the Dockable="true" in your toolsfile.xml but try to follow the steps in this post to see if it helps.
0
saggiatorius
Top achievements
Rank 1
answered on 01 Oct 2009, 04:23 PM
Thanks for your answer.
You wrote about configFile, but I read that "ConfigFile property is obsolete in RadEditor for ASP.NET AJAX", so I can not add a reference to that file.
Is that true?
0
Schlurk
Top achievements
Rank 2
answered on 01 Oct 2009, 05:35 PM
Yes this is true - I missed it when I was reading the post. A quick thing to check would be if your <tools> tag is set up the following way:

<root> 
   <tools name="MainToolbar" Dockable="true" Enabled="true"
      ... 
   </tools> 
</root> 

Make sure that enabled="true". I just checked with an implementation I have and this does make my toolbars "dockable".
0
saggiatorius
Top achievements
Rank 1
answered on 02 Oct 2009, 08:49 AM
It keeps not working: tools can't move.

This is what I wrote:

<

 

tools name="MainToolbar" Dockable="true" Enabled="true">

 

0
Rumen
Telerik team
answered on 02 Oct 2009, 08:54 AM
Hi guys,

The new AJAX version of RadEditor does not offer the toolbar docking functionality. To optimize the loading speed of RadEditor for ASP.NET AJAX we removed all not frequently used features of RadEditor Classic and the docking feature was one of them.

RadEditor AJAX also does not offer a ConfigFile property because the control supports Themes and skin files. Please, see the following help article on the subject: Using Themes.

Best regards,
Rumen
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
saggiatorius
Top achievements
Rank 1
answered on 02 Oct 2009, 12:40 PM
Ok, now it's clear.
Thanks
Tags
Editor
Asked by
saggiatorius
Top achievements
Rank 1
Answers by
Schlurk
Top achievements
Rank 2
saggiatorius
Top achievements
Rank 1
Rumen
Telerik team
Share this question
or