I have a basic ExtJs textarea with setValue. The value comes to ExtJs as a string from database.
The string is created in php.
Since it doesn't support HTML, <br>
won't work.
It also seems to ignore \r\n
or \n
or \ \r\ \n
or \ \n
- it will simply print it as text.
Is there any workarounds?