This question is locked. New answers and comments are not allowed.
When I click Insert Image or Insert Link buttons on my editor the window appears with a zero width and a zero height.
<div class="t-widget t-window" style="height: 0px; width: 0px; bottom: 0px; right: 0px; display: block; left: 951.5px; top: 250.5px; ">
Its created with an editor template:
I dont seem to have any control over these windows.
I using v2010.2.825.235
<div class="t-widget t-window" style="height: 0px; width: 0px; bottom: 0px; right: 0px; display: block; left: 951.5px; top: 250.5px; ">
Its created with an editor template:
<%
Html.Telerik().Editor().Name(ViewData.TemplateInfo.GetFullHtmlFieldName("")).Tools((p) =>
{
p.Clear();
p.FormatBlock().Bold().Italic().Underline().Strikethrough().JustifyLeft().JustifyCenter().JustifyRight().JustifyFull().InsertOrderedList().InsertUnorderedList().Indent().Outdent().CreateLink().Unlink().InsertImage();
}).Value(Server.HtmlDecode(Convert.ToString(Model))).Render();
%>
I dont seem to have any control over these windows.
I using v2010.2.825.235