Rich Text Fields in SharePoint Document and Picture Libraries
May 14th, 2009 § 11 Comments
Did you know that if you have a multi-line text box/field in either a Document or Picture Library that your only formatting option is plain text? If you were using the same field in a List, then you get the options of configuring the output as Plain Text, Rich Text or Enhanced rich text.

Multi-line text fields give you the ability to use plain, rich, or enhanced rich text...

... but Document and Picture Libraries don't give you this ability.
I didn’t think that was right so I went digging through the object model to see if there was some magic property that I could change to make this happen. Using the trusty SharePoint Manager utility, lo and behold the Rich Text Property!

There's a RichText property that is set to 'False' for multi-line text fields in Document and Picture Libraries.
The only drawback I’ve experienced with this so far is that if you ever update the column in any way, for example changing the name of the column, this property will reset itself back to the default ‘False’.
There is a similar issue with Calendar lists. If you create a list using the Calendar template, the Description field is created as “Rich text” automatically.
We want to change it to “Enhanced rich text”, but there is no way to do that in the web interface. I will have to check out SPM to see if I can do it using that utility. Thanks!
[...] Rich Text Fields in SharePoint Document and Picture Libraries [...]
То что бредомысли это точно
Видно настиг творческий кризис. Мысле нет о чем писать
не уверена что это так) хотя спасиб
Подойдя к второму обзацу необходимо будет побороть в себе желание его пропустить
Неоднократно доводилось читать подобные посты на англоязычных блогах, но это не значит что ваш пост мне не понравился
Hi.
I tried to use this trick with SPM2007:
1)created a multiline field (no options available)
2)changed its RichText property to true in every collection of the library where I saw it
3)entered again the field configuration, but there are no options available
Am I doing something wrong?
I have changed the field to yes, it did create a rich text field but the list of actions does not include the insert Hyperlink web part dialog icon. CTR+K also does not work. Why isn’t this working?
[...] Rich Text Fields in SharePoint Document and Picture Libraries « The SharePoint Engie that could…. [...]
Reported success using a content type instead:
http://sharepointcoding.wordpress.com/2009/05/28/wss-rich-text-column-in-document-library/
Ohh shi… , that saved my day i expected that something magical is happening as the field used to work before..
Thanks,