I have the same problem with the following igTextEditor configuration
$('#myText').igTextEditor({
width:200,
value:'udc'
text:'udc'
type:"text",
maxLength:10
})
And I don't want to use it with Asp.net MVC