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

Rounded Corners on RadDock

2 Answers 130 Views
Dock
This is a migrated thread and some comments may be shown as answers.
David Stout
Top achievements
Rank 1
David Stout asked on 02 Mar 2009, 02:52 PM
Is is possible to have rounded corners on the RadDock?  It does not look like the CSS for the Dock would support this but I was wondering if there was an example of how this could be achieved.  The documentation on how to create your own skin does not go into the level of detail necessary to create a dock with rounded corners.  Any help would be greatly appreciated.   Thanks,

2 Answers, 1 is accepted

Sort by
0
Mohammad
Top achievements
Rank 1
answered on 03 Mar 2009, 07:27 AM

hi all,

i have the same problem that i need to align the title of the dock from right that can support arabic language

i try put direction : rtl (right to left) in css file but dont change any thing

i need the title of the dock as following format

[ Corner-Image|CollapseCommand | Close                Title |Corner-Image ]

and the width of title must be as width of the zone we move dock to it

0
Petio Petkov
Telerik team
answered on 05 Mar 2009, 07:07 AM
Hi David,

I would suggest to check our "Post It" online example, that demonstrate how to change the look of RadDock and our online help, where you can find what CSS class is needed to be overridden for the different states of RadDock. The help is available here:
http://www.telerik.com/help/aspnet-ajax/dock_appearancecss.html

Please find attached a sample skin which demonstrates rounded corners in RadDock. It is based on the WindowsXP_Default skin. In order to see it in action, please do the following :

1. Set RadDock's EnableEmbeddedSkins property to "False"
2. Set RadDock's Skin property to "Custom"
3. Unzip the attached file in folder  ~/Skins/
4. Register the CSS file Dock.Custom.css in your page manually using a <style> or <link> element.

The idea behind this approach is to attach several background images. Each image will be responsible for a different corner of the dock.


All the best,
Petio Petkov
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
Dock
Asked by
David Stout
Top achievements
Rank 1
Answers by
Mohammad
Top achievements
Rank 1
Petio Petkov
Telerik team
Share this question
or