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

Custom Widgets

1 Answer 97 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Daniel Bright
Top achievements
Rank 1
Daniel Bright asked on 07 Mar 2010, 10:04 PM
My company has a host of custom widgets that we would like to expose to our our clients to the RadEditor control.  In order to accomplish this, we would like to have a tag like:

<c:CustomPanel Title="Title on Widget" Content="Widget Content" />

When rendered in design view, we would like to prevent the user from typing into certain places.  ie:

<Table>
<Tr>
<Td class="leftSideTitle"></td>
<td>Title on Widget</td>
<td class="rightSideTitle"></td>
</tr>
<Tr>
<td class="leftSide"></td>
<td>Widget Content</td>
<td class="rightSide"></td>
</tr>


In this example, we would like to prevent the user from typing into those left and right cells and remove the dashed lines around them.

Is there some built in functionality that would help us to accomplish this ?

Thank you very much.

-D

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 10 Mar 2010, 03:39 PM
Hi Daniel,

The following help article could be helpful for your scenario: Editable and Non-editable Areas.
The dashed borders could be removed by overriding the default content area styles of RadEditor. You can see how to do that in these articles:
Setting Content Area Defaults
and
Content Area Appearance Problems.

Best regards,
Rumen
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Editor
Asked by
Daniel Bright
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or