Turn off more accessible mode BlueBridge Home | Wiki Home
Sign In |

Home
Legal
Documentation - English > Wiki Installation Guide 2007 > Rich Text Editor 

Documentation 2007
Wiki Installation Guide 2007
Wiki User Manual 2007
Documentation 2010
Wiki Installation Guide 2010
Wiki User Manual 2010

Rich Text Editor

 
The rich text editor replaces the standard editor used to edit rich text in list items. So if a column is set as type "multiple lines of text" and allows rich text editing, then you can take advantage of the features provided by the Wiki Extensions, even though you're not working with a wiki library. For more information on how this can be used, please refer to our user guide.

 

Installation/Activation

 

The feature has to be enabled at site collection level. Please note that the functionality is installed by default as a hidden feature.

 

  • Option 1: A server administrator can activate the feature individually for each site collection
  • Option 2: You can make the feature “BlueBridge.Wiki.Editor” visible to site collection administrators, allowing them to activate it themselves.

 

Option 1: Individual activation of the feature

 

The following command has to be executed directly on the server by a server administrator. Note that this action must be repeated for each site collection where the advanced editor should be activated.

 

stsadm -o activatefeature -name BlueBridge.Wiki.Editor -url

http://myserver/sites/mysite

 

Option 2: Visibility of the feature

 

Open the file C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\FEATURES\BlueBridge.Wiki.Editor\feature.xml and change the attribute “Hidden” from true to false.

 

<?xml version="1.0" encoding="UTF-8"?>

<Feature Id="23A1930B-3339-4396-BA7F-1BD1B6CA08E2"

Title="$Resources:Feature_Title;"

Description="$Resources:Feature_Description;"

ImageUrl="BlueBridge.GenericFeature.gif"

Version="1.0.0.0"

Scope="Site"

Hidden="FALSE"

ActivateOnDefault="false"

DefaultResourceFile="_Res" xmlns="http://schemas.microsoft.com/sharepoint/">

<ElementManifests>

<ElementManifest Location="actions.xml" />

</ElementManifests>

</Feature>

 

After changing the above file, the feature has to be re-installed in order to publish the new functionality. Use the following command on the server:

 

stsadm -o installfeature -name BlueBridge.Wiki.Editor –force

 

The option -force is needed to update the existing feature with the new settings.

 

Alternatively, you can perform an IISreset.

 

After this procedure, the feature can be activated by selecting Site Settings - Site Collection Administration and then Manage site collection features.

 

Rich Text Feature 

 Navigation

Ch.Title
1.BlueBridge Wiki Extensions Installation Guide
2.Installation
3.Upgrade
4.Uninstalling
5.Activation
5.1Site Feature
5.2Wiki Fields
5.3Rich Text Editor
6.Help and Support
Chapter
5.3 
Chapter Title
Rich Text Editor 
Last modified at 23/03/2010 11:28  by Steven Greenhill