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
<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
