Announcement

Do not use the forums to submit bug reports, feature requests or patches, submit a New Ticket instead.

#1 2009-12-07 07:56:04

DJG
New member
Registered: 2009-12-07
Posts: 1

Works with textarea but doen't work with asp:TextBox

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

#2 2009-12-07 19:20:53

gogo
Xinha Leader
From: New Zealand
Registered: 2005-02-11
Posts: 1,015
Website

Re: Works with textarea but doen't work with asp:TextBox

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

Board footer

Powered by FluxBB