Page 1 of 1

Word wrap

PostPosted: 11 Dec 2013 20:43
by jredoc
Hello

Is there a mechanism to word wrap the text that is entered into a IWCGJQMemoEx component when the text of the line reaches the right border of the component?

Currently, when text is entered past the width of the MemoEx a horizontal scroll bar appears and the entered text continues on the same line.

TIA

Johnlo

Re: Word wrap

PostPosted: 11 Dec 2013 22:58
by Jorge Sousa
Hello

I ran jQueryDemo_V2 and selected MemoEx, and I cannot see horizontal scrollbars by default, what properties are you setting both in desing-time and/or run-time ?

btw, with MemoEx.MemoSyle you can set any css style attribute avaiable (see http://www.w3schools.com/css for instance).

Re: Word wrap

PostPosted: 12 Dec 2013 11:03
by Alexander Bulei
Hi John,

jredoc wrote:Hello

Is there a mechanism to word wrap the text that is entered into a IWCGJQMemoEx component when the text of the line reaches the right border of the component?

Currently, when text is entered past the width of the MemoEx a horizontal scroll bar appears and the entered text continues on the same line.

TIA

Johnlo


Check your changed properties of IWCGJQMemoEx, by default the memo wrap words to next line.

Best Regards.