Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
8920
igTextEditor multiline mode for 14.1
posted

I am trying to put igTextEditor into multiline mode by doing this :

$(function () {
$("#idTxtEd2").igTextEditor({
textMode: 'multiline'
,width: 220
,height: 200
});
});

somehow it does not work and gives me an option to enter only into one line that is in the middle of the text area.  Please show me how to initialized control into multiline mode so it will wrap text to the next line after current line filled for the whole width of the area. Please provide  sample in the 14.1  ( it is still not expired for support ) 

Thanks.

Parents Reply Children
No Data