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

Change width of snippets dropdown

1 Answer 90 Views
Editor
This is a migrated thread and some comments may be shown as answers.
kurt place
Top achievements
Rank 2
kurt place asked on 18 Aug 2010, 06:01 PM
We are using the snippets dropdown to add custom values to html based letters/emails.  The Names text in the dropdowns are getting long and I would like to increase the width of the dropdown to accommodate the longer names.  Here is our usage. 

<td valign="middle" colspan="2">
<AesopControls:AesopRadEditor runat="server" ID="E"
Content='<%# Bind("LetterHtml") %>' 
SkinID="LetterEditor" Height="400px"
ImageCatalogDefaultDirectory="Client"
>
<Snippets>
<telerik:EditorSnippet Name="<span style='color:red;'>---Project---</span>" Value="" />
<telerik:EditorSnippet Name="Project Name" Value="{ProjectName}" />
<telerik:EditorSnippet Name="Project Date" Value="{ProjectDate}" />

1 Answer, 1 is accepted

Sort by
0
Accepted
Cori
Top achievements
Rank 2
answered on 18 Aug 2010, 07:45 PM
Hello Kurt,

I believe this help article should help:

http://www.telerik.com/help/aspnet-ajax/resizingthedropdownheaderandpopupsize.html

You need to set the popupwidth.

I hope that helps.
Tags
Editor
Asked by
kurt place
Top achievements
Rank 2
Answers by
Cori
Top achievements
Rank 2
Share this question
or