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.
Hello,
Thank you for the update.
Please let me know if you need further assistance on this matter.
thanks, the issue was that I used <input ..> .. changed to <div> and it is working as needed.
Here is the sample.
I followed the steps you suggested and was unable to reproduce the behavior you're describing.
I have created a sample of igTextEditor with multiline text mode and when I run the sample I am able to
wrap the text in the next line.
I have attached the sample project I used to test this. Please test this project on your PC; whether or not it works correctly may help indicate the nature of this problem.
I would like you to use latest build of 14.1 to solve the issue as I am using latest build in the sample.
You can get the latest build of 14.1 from your infragistics account.
Please let me know if I can provide any further assistance.