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

RadEditor hidden textarea in body

1 Answer 161 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Jason
Top achievements
Rank 1
Jason asked on 17 Jul 2013, 06:34 PM
I saw this post "http://www.telerik.com/community/forums/aspnet-ajax/editor/how-to-hide-radeditor-hidden-textarea.aspx" although I'm not sure what he's refering to.

I have this text "RadEditor hidden textarea" showing at the top of the body area of the editor. how do i get rid of or hide that.



j

1 Answer, 1 is accepted

Sort by
0
Ianko
Telerik team
answered on 22 Jul 2013, 12:43 PM
Hello Jason,

The mentioned forum post is about putting a CSS rule that hides the desired DOM element.

Currently the information is not enough to determine what could be causing the described problem.

One possible solution to hide the displayed text is setting a CSS rule like this:
.reContentCell > label
{
      display:none !important;
}

If you still encounter the problem, please get back to me with a sample solution which isolates it.

Regards,
Ianko
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Editor
Asked by
Jason
Top achievements
Rank 1
Answers by
Ianko
Telerik team
Share this question
or