Hi,
The new version of RadEditor for Moss is much better, but I still found some bugs:
The new version of RadEditor for Moss is much better, but I still found some bugs:
- If I open in full screen mode a dialog the toolbar is not available afterwards. I'm not able to do anything except switching the back button in IE and loosing everything I edited.
- In Imagemap when I chose a picture I can not see the picture in the dialog and when I add areas to it and click update and then ok the picture is gone either. There is only a blank field with the hyperlinks in it.
- In the helpfile where all buttons are explained are some Images of the icons wrong.
Another thing: I would like to know how to customize some dialogs:
- I would like to disable the css - class in the hyperlink manager. If I delete the html-code for the dropdownbox it is gone, but I cannot click OK or Cancel. How can I Disable it?
- I also would like to remove the Tab Email in the Hyperlink Manager.
- Is it possible to add a "Link Text" inputbox to the Document Manager?
- How can I disable the function "chose image in the Imagemap dialog?
Thanks for helping and best regards
Falk
4 Answers, 1 is accepted
0
Hi Falk,
Up to the problems:
Your points were updated.
Regarding the dialogs customizations:
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
Up to the problems:
- "If I open in full screen mode a dialog the toolbar is not available afterwards. I'm not able to do anything except switching the back button in IE and loosing everything I edited."
I logged the problem in our ToDo list and we will do our best to have if fixed for one of the future control's updates. Just, note that if you resize the editor using the resize handler the toolbar will be shown - review a video attached.
- "In Imagemap when I chose a picture I can not see the picture in the dialog and when I add areas to it and click update and then ok the picture is gone either. There is only a blank field with the hyperlinks in it."
I tested the scenario and everything on my side works fine - please review a video attached. Could you please send me a sample video that demonstrates the behavior?
- Could you please clarify what file are you pointing? I will check it and fix all the problems.
Your points were updated.
Regarding the dialogs customizations:
- I would like to disable the css - class in the hyperlink manager. If I delete the html-code for the dropdownbox it is gone, but I cannot click OK or Cancel. How can I Disable it?"
Please use the following approach:
<li style="position:absolute; top:0; left: -10000px;"> <label for="LinkCssClass" class="rightAlignedInputLabel" style="width: 100px;"> <script type="text/javascript">document.write(localization["CssClass"]);</script> </label> <tools:ApplyClassDropDown id="LinkCssClass" runat="server" /> </li>
- "I also would like to remove the Tab Email in the Hyperlink Manager."
Please put the following code on the bottom of the LinkManager.ascx and the desired behavior will be achieved.
<script type="text/javascript"> window.onload= function() { document.getElementById("LinkManagerTab").firstChild.childNodes[2].style.display = "none"; } </script> - "Is it possible to add a "Link Text" inputbox to the Document Manager?" Now when it is possible to load the editor dialogs from external files [ASCXs] it is possible to customize all the dialogs (in this case the Document Manger) so that to best fit your scenario.
- How can I disable the function "chose image in the Imagemap dialog?
Open the ImageMap.ascx and set the following style:
<tr style="position:absolute; top:0; left: -10000px;"> <td style="padding: 0; vertical-align: top;"> <fieldset> <legend> <script type="text/javascript">document.write(localization["ChooseImage"]);</script> </legend> <table cellpadding="0" cellspacing="0"> <tr> <td> <div class="propertyLabel"> <script type="text/javascript"> document.write(localization["ChooseImage"]); </script>: </div> </td> <td> <tools:ImageDialogCaller id="ImageCaller" runat="server"></tools:ImageDialogCaller> </td> </tr> </table> </fieldset> </td> </tr>
I hope this helps.
Kind regards, Georgethe Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0
Falk
Top achievements
Rank 1
answered on 04 Jul 2008, 09:34 AM
Hi George,
If I open the picture out of the Imagemapdialog Imagemap is working . But if I right-click on an already inserted picture through the image manager and chose Imagemap the behaviour is as explained.
I'm using the help.ascx file delivered with the RadControls
Thanks for helping and best regards
Falk
If I open the picture out of the Imagemapdialog Imagemap is working . But if I right-click on an already inserted picture through the image manager and chose Imagemap the behaviour is as explained.
I'm using the help.ascx file delivered with the RadControls
Thanks for helping and best regards
Falk
0
Accepted
Hi Falk,
Now I was able to reproduce the problem - we will do our best to fix it as soon as possible.
Have a great weekend,
George
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
Now I was able to reproduce the problem - we will do our best to fix it as soon as possible.
Have a great weekend,
George
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0
Falk
Top achievements
Rank 1
answered on 04 Jul 2008, 11:55 AM
Hi George,
great. Thanks! I wish you a nice weekend too!
Best regards
Falk
great. Thanks! I wish you a nice weekend too!
Best regards
Falk