You are not logged in.
Hello,
I want use this Editor with an <asp:TextBox TextMode="MultiLine"> But that doesn't work.
What must I do for it? I create a ID and wrote it into the my_config.js.
This is my code in JS:
xinha_editors = xinha_editors ? xinha_editors :
[
'newbiearea1',
'descTextBox',
'test1'
];
The newbiearea1 - is a textarea and works.
The decTextBox is da asp:TextBox and doens't work.
The test1 is a textarea that works, too.
I need the TextBox ...!
Can anybody help me, please?
THX and Regards
David
Offline
Well, wat HTML is produced by your "asp:TextBox" thing, the browser does not understand such things, so one expects there is a textarea substituted at some point. You will need to know Javascript.
James Sleeman
Offline