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

RadHtmlField content

1 Answer 61 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
venki
Top achievements
Rank 1
venki asked on 29 Dec 2008, 09:19 AM
Hi,

I am using RadHtmlField control in my sharepoing application. its woking everything is fine. i have small problem when i enter text in that control its working. but i am displaying that data in some where its showing everything in Oneline.

How can i word wrap i am using like this is it currect? but its not working..

<div style="word-wrap: break-word">
    <radE:RadHtmlField FieldName="Field1" runat="server" id="RichHtmlFieldEdit" ConfigFile="~/_wpresources/RadEditorSharePoint/4.5.1.0__1f131a624888eeed/RadControls/Editor/ourredConfigFile.xml" DisableInputFieldLabel="True">
    </radE:RadHtmlField>
    </div>

Thanks

1 Answer, 1 is accepted

Sort by
0
Stanimir
Telerik team
answered on 31 Dec 2008, 08:20 AM
Hi venki,

word-wrap CSS property sets or retrieves whether to break words when the content exceeds the boundaries of its container. When its value is set to break-word, content wraps to next line, and a word-break occurs when necessary. You should know though that this is CSS3 property and it is supported by IE, and Safari but not by FIreFox browsers.

I hope this helps.


Best wishes,
Stanimir
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
WebParts for SharePoint
Asked by
venki
Top achievements
Rank 1
Answers by
Stanimir
Telerik team
Share this question
or