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

Different Toolbars for Different Rich Text Columns on the Same List

2 Answers 40 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
Marc
Top achievements
Rank 1
Marc asked on 05 Oct 2007, 01:12 PM
I would like to be able to have different toolbars for different rich text columns on the same list when I am editing.  For example, if I have a news item with the following columns, I'd like to be able to have the corresponding toolbars (at a high level):
New Item Abstract -- Basic Toolbar
News Item Body -- Enhanced Toolbar
Related Documents -- Just the Document Manager button
Related Links -- Just the Custom Links dropdown
etc.

I'm hoping that there is a way to do this without going into the aspx, as there will be many, many aspxs to deal with.

Thanks,
M.

2 Answers, 1 is accepted

Sort by
0
Lini
Telerik team
answered on 05 Oct 2007, 01:48 PM
Hello Marc,

Unfortunately, the current version allows you to use only use one tools file per web site. You can configure whether or not to display the enhanced toolbar by modifying the column type. When you select Multiple Lines of text, you can choose the mode - plain (simple textbox), rich (basic toolbar), or enhanced (enhanced toolbar). See the attached screenshot of a create column page for more information.

You can configure both the basic and enhanced toolbars from the listtoolsfile.xml file:

<root>
  <tools name="EnhancedToolbar" dockable="false" enabled="true">
...
enhanced toolbar tools go here
...
  </tools>
  <tools name="BasicToolbar" dockable="false" enabled="true">
...
basic tools go here
...
  </tools>
...
</root>

This should take care of the first two editors. However, I am not sure how you can achieve the other two (documents and links).

Best wishes,
Lini
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Marc
Top achievements
Rank 1
answered on 05 Oct 2007, 02:26 PM
So, for now, a user training issue.  This would be nice functionality to have (though I can't think of a very clean way to implement it).

M.
Tags
WebParts for SharePoint
Asked by
Marc
Top achievements
Rank 1
Answers by
Lini
Telerik team
Marc
Top achievements
Rank 1
Share this question
or