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
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