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

Editor / Custom Dialogs

1 Answer 39 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Jaakko Toppari
Top achievements
Rank 1
Jaakko Toppari asked on 07 Nov 2011, 02:22 PM
Hi! How could I make a custom dialog with the same kind of window that opens when I open editors Hyper link manager. I would like to get top header and bottom footer with ok and cancel buttons. Now I get only a plain window with only my own stuff. Is there an easy way? I tried to register and use these components, but with no luck.

<%@ Register TagPrefix="qsf" TagName="Header" Src="~/Common/Header.ascx" %>
<%@ Register TagPrefix="qsf" TagName="HeadTag" Src="~/Common/HeadTag.ascx" %>
<%@ Register TagPrefix="qsf" TagName="Footer" Src="~/Common/Footer.ascx" %>

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 09 Nov 2011, 01:28 PM
Hello Jaakko,

The register tags that you have copied apply to the live demos of RadControls only and they are not used by the RadEditor's dialogs.

The header in the Link manager is created by a table and RadTabStrip.
The OK and Cancel buttons in the bottom of the dialog are styled by RadFormDecorator.

If you would like you can inspect the contents of the different dialogs by registering the external dialogs of RadEditor as shown in the following demo: Customize Built-in Dialogs. The dialog files are located in the EditorDialogs installation folder.

Best regards,
Rumen
the Telerik team
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 their blog feed now
Tags
Editor
Asked by
Jaakko Toppari
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or