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

Several questions...

2 Answers 48 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
Tom
Top achievements
Rank 1
Tom asked on 05 Sep 2007, 10:49 PM
We just installed the Full-Feature editor on MOSS, and I have several questions that I can seem to find in help or the forums:

1.  How do I get the Preview button to appear on the lower toolbar next (next to the Design and HTML buttons).

2.  The initial size of the editor is much smaller than the initial size of the default MOSS editor, how can I change this?

3.  The toolbar seems to be hidden until I set focus to the control.  I tried setting the ToolbarMode to 'Default' in the config.xml (and ListConfig.xml) and it didn't do anything.  I would prefer to have it visible at all times.

4.  I have it running in Office 2007 mode (skin and ribbon=true) but the background color of the toolbar is white. In your online demos, the toolbar  background is blue, how can I change this?

Thanks,

Tom

2 Answers, 1 is accepted

Sort by
0
Lini
Telerik team
answered on 06 Sep 2007, 09:57 AM
Hello Tom,

The "Preview" button can be enabled from the editor's configuration file (ConfigFile.xml or ListConfigFile.xml, depending on the scenario). Change the line

<property name="ShowPreviewMode">False</property>

from False to True and preview mode will be enabled.

The editor width and height can also be controlled in the configuration file:

<property name="Height">240px</property>
<property name="Width">500px</property>

If you are adding the editor with SharePoint Designer, you can also set the editor size with the DisplayWidth and DisplayHeight control properties.

The ToolbarMode property can only be set in the ConfigFile.xml. Find the line 

<property name="ToolbarMode">ShowOnFocus</property>

and change the value to Default. I have tested this with the latest RadEditor for MOSS release (version 4.32) and it worked without problems.

I think that the last problem (white background) will be solved if you change the toolbar mode to default. I tried the ribbon toolbar in the Office 2007 skin with a ShowOnFocus toolbar and indeed the background was white. However, when i switched to the default toolbar mode the background was normal (blue).

Sincerely yours,
Lini
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Tom
Top achievements
Rank 1
answered on 06 Sep 2007, 09:19 PM
Thanks, all your solutions work!
Tags
WebParts for SharePoint
Asked by
Tom
Top achievements
Rank 1
Answers by
Lini
Telerik team
Tom
Top achievements
Rank 1
Share this question
or