This is a migrated thread and some comments may be shown as answers.

textbox problem in RADEditor

4 Answers 72 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Elangovan
Top achievements
Rank 1
Elangovan asked on 18 Nov 2010, 02:00 PM
Hi,
when adding the text box inside the RADEditor, after submitting the page it automatically inserts some table tag around the text box tag. any idea how to prevent this behaviour?


regards,
Elangovan P

4 Answers, 1 is accepted

Sort by
0
Dobromir
Telerik team
answered on 18 Nov 2010, 03:30 PM
Hi Elangovan,

I tried to reproduce the problem with the provided information but to no avail. Could you please provide more detailed information on the specific scenario?
  • Which version of RadControls for ASP.NET AJAX and .NET Framework are used in the application?
  • Under which browser and its version the problem occurs?
  • Are you able to reproduce the problem on the Live Demos? If so, could you please provide the exact steps that need to be executed to reproduce the problem?
  • Could you please provide simple runnable project reproducing the problem?

For your convenience I have prepared a video demonstrating my test. Could you please see if I am doing something wrong?
http://screencast.com/t/J9qG9O34crGz

Looking forward to hearing from you,
Dobromir
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
Elangovan
Top achievements
Rank 1
answered on 19 Nov 2010, 08:40 AM
Its working fine now. I have added the class attribute in the input control in RAD Editor.
0
Augusto
Top achievements
Rank 1
answered on 23 Mar 2011, 11:25 AM
Hello.

I have a problem when pasting html text in RadEditor. The text contains the following line:

Project Leader: <input type="text" name="F_1" value="" />.

After pasting the textbox is displayed correctly. But when I click on the box to enter text, I'm not able to type in anything. I have to double click. I should be able to enter the text as the box gets the focus.

I have attached the picture of what I get in the RadEditor.

Can you help please?

Thanks
Regards
Augusto
0
Dobromir
Telerik team
answered on 23 Mar 2011, 12:12 PM
Hi Augusto,

This is not directly related to RadEditor but is a default browser's behavior. RadEditor's content area is an editable <iframe> and the editor is based on the browser's default RichTextEditing engine. Under InterntExplorer first click on the input element selects the element to allow the user to modify its size and a double click allows text to be entered inside it, however, any entered content will not be applied to the element's tag.

In order to modify the value of an input element in the RadEditor's content area you need to use the Properties Inspector system module of RadEditor and set the text to its value property (please see the attached screenshot).

Kind regards,
Dobromir
the Telerik team
Tags
Editor
Asked by
Elangovan
Top achievements
Rank 1
Answers by
Dobromir
Telerik team
Elangovan
Top achievements
Rank 1
Augusto
Top achievements
Rank 1
Share this question
or