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

More Functions and Ribbonbar

1 Answer 90 Views
Sharepoint Integration
This is a migrated thread and some comments may be shown as answers.
Jan
Top achievements
Rank 1
Jan asked on 25 Oct 2007, 02:29 PM
Aloha,

I use the RADEditor now on my SharePoint Site in a PageContentField.
thats my Page ContentField
<div class="pageContent"
<radE:RadHtmlField id="PageContent" FieldName="PublishingPageContent" runat="server" 
></radE:RadHtmlField> 
</div> 
 

I added for example this tag:

SkinsPath="~/RadControls/Editor/Skins" Skin="Office2007"

and then reload my site with the RadEditor PageContent and get this error:

"Fehler beim Verarbeiten von /_catalogs/masterpage/WelcomeLinks.aspx. Der Typ Telerik.SharePoint.FieldEditor.RadHtmlField hat keine öffentliche Eigenschaft mit dem Namen SkinsPath. "

that means " There is an error while handle /_catalogs/masterpage/WelcomeLinks.aspx. The type Telerik.SharePoint.FieldEditor.RadHtmlField has no public property with the name skinpath. "

What I need to do that I can add attributes to my RadEditor PageContentField?



The other thing I want to know is: can I use the Office 2007 Ribbonbar in this Page ContentField?

for information I use the MS SharePoint Designer to change my SharePoint site

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 31 Oct 2007, 04:03 PM
Hi Jan,

To enable the Office2007 skin you should open the Program Files\Common Files\Microsoft Shared\web server extensions\wpresources\RadEditorSharePoint\4.4.1.0__1f131a624888eeed\RadControls\Editor\ConfigFile.xml file and set the Skin property to Office2007, e.g.

<property name="Skin">Office2007</property>

To enable the RibbonBar open the \Program Files\Common Files\Microsoft Shared\web server extensions\wpresources\RadEditorSharePoint\4.4.1.0__1f131a624888eeed\RadControls\Editor\ToolsFile.xml file and set the isribbon attribute to all tool tags, e.g.

  <tools name="MossTools1" isribbon="true"  dockable="false">
    ...
  <tools name="MossTools2" dockable="false" isribbon="true">

Save the files.

Best wishes,
Rumen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Sharepoint Integration
Asked by
Jan
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or