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

RAD WindowManager Customized Buttons

1 Answer 68 Views
Window
This is a migrated thread and some comments may be shown as answers.
Bose
Top achievements
Rank 1
Bose asked on 15 Apr 2009, 09:59 PM
Hi

  I am using the RAD Window Manager to display the alert messages and confirm messages.
  The Current version uses Template regions to display alert, confirm and prompt messages.

  I need to add customized Buttons instead of the normal yes and no Button.
  I have tried to create my own style sheet for the Customized Buttons  but looks like the CSS is not working  when i try to create an user control for the Confirm Template.and apply the CSS to the Button.
Below is the code snippet which i am using to create an ConfirmTemplate userControl

<link href="../../../App_Themes/CSS/Sample.css" rel="Stylesheet" type="text/css" />

<div class="rwDialogPopup radconfirm">   
<div class="rwDialogText">
{
1}    
</div>      
<div>
<a onclick="$find('{0}').close(true);"   href="javascript:void(0);" ><div class="button1"></div></a>
 
<a onclick="$find('{0}').close(false);"  href="javascript:void(0);"><div class="button2"></div></a>
</div>
</
div>

  Can you please suggest me some ways to achieve it.

Regards
Bose Thirumalai

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 16 Apr 2009, 12:42 PM
Hello Bose,

Please open a support ticket and send us a small sample project where we could examine your exact implementation and the problem itself. Once we have a better view over your project, we will do our best to help you.


Regards,
Georgi Tunev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Window
Asked by
Bose
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or