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

Dialog Icon

1 Answer 57 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Koren
Top achievements
Rank 1
Koren asked on 12 Oct 2010, 06:28 PM
How can I change the dialog icons? I want to set a new icon for the document manager dialog window.

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 13 Oct 2010, 09:48 AM
Hello Koren,

All RadEditor's dialogs are based on RadWindow which has a single icon. If you change the icon image you of one dialog, the change will be automatically applied to the other dialogs.

If this is OK for you, you can change the titlebar icon using the following CSS class:

<style type="text/css">
a.rwIcon {
    background-image:url("new_dialog_icon.gif") !important;
    background-position: 0 !important;
}
</style>


Greetings,
Rumen
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Editor
Asked by
Koren
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or