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

Hide a tab from table Wizard popup of radeditor

4 Answers 195 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Gyan
Top achievements
Rank 1
Gyan asked on 04 Jul 2013, 05:20 PM
Hello Telerik guys,
          I am using Rad Editor in my project that I have created with VS2010.  
As per my project requirement, I want to show only two tabs in table wizard popup of Rad editor and want to hide another two Tabs simultaneously (Table properties and Accessibility). I have tried a lot to hide the tabs with overriding the Css and also from java script but I couldn't be able to solve this problem. Can you please, provide me any suggestion / help. I have also attached the screen shot related to my problem. Please, help me out.

Thanks

4 Answers, 1 is accepted

Sort by
0
Accepted
Rumen
Telerik team
answered on 09 Jul 2013, 07:20 AM
Hi,

Have you tried to register the external dialogs of RadEditor and to hide the desired tabs by setting Visible=False in the TabStrip?

<telerik:RadTab Text="..." Visible="false" Value="..."></telerik:RadTab>

This approach is used to hide the Anchors tab inside the Link Manager demonstrated in the Customize Built-in dialogs.


Best regards,
Rumen
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
0
Gyan
Top achievements
Rank 1
answered on 09 Jul 2013, 09:01 AM
thanks
It worked. You guys rocks.
0
Gyan
Top achievements
Rank 1
answered on 17 Jul 2013, 06:02 PM
Hi Rumen ,
  i have another problem with editor if i use ExternalDialogsPath="~/EditorDialogs" and when i click on image manger  and trying to insert an image then i have an java script  error and nothing is happening(image does not show in editor) .
If i remove ExternalDialogsPath="~/EditorDialogs" from editor then every thing is working fine.

Please find the attachment .
0
Slav
Telerik team
answered on 22 Jul 2013, 01:23 PM
Hi Gyan,

I tried to reproduce the described problem by attaching unmodified external dialogs to a RadEditor instance with the latest release of RadControls, but to no avail. I have included my test sample to this post. Please compare it to your actual project and check if there are differences in the setup. Here you can examine the behavior on my end.

It is possible that the error stems from changes in the external dialogs. I would suggest trying the same steps with unmodified dialogs and check if the problem persists. Also, please ensure that the external dialogs and the RadControls assemblies are from the same release.

If you are still having difficulties after examining the information above, please try changing the attached sample in order to recreate your scenario. In case this is not possible, you can also send a simple, fully runnable project that isolates the problem so that I can inspect it locally.

Regards,
Slav
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Editor
Asked by
Gyan
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Gyan
Top achievements
Rank 1
Slav
Telerik team
Share this question
or