Grettings to the Board.
I like to include an use the jquery plugin “jquery TE” (texeditor).
I named the aditional files in the design studio and they are loaded well.
This plugin deals with the <textarea> Tag. I tried to add the neccessary class to the m1 texarea widged inside phoneui,documentready event. This does not work.
2nd I used the m1 html container with html code: <div><textarea class=”jqte-test”></textarea></div>
This works, the jquery texteditor plugin configurates the textarea tag with its css and javascript and it is shown inside the html container on the screen in the test center. But if I try to input same text it is impossible to do.
3rd I did the same with an <input> Tag because the plugin also deals with input. Same result.
What is going wrong? Thank you for your help.