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

How to change the undock image of RadSlidingPane

2 Answers 61 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Shirish
Top achievements
Rank 1
Shirish asked on 01 Feb 2013, 08:11 PM
Hi,

How to change the undock image of RadSlidingPane???


Regards
Shirish

2 Answers, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 04 Feb 2013, 09:37 AM
Hi,

Please try the following CSS to change the undock image.

CSS:
<style type="text/css">
    .RadSplitter .rspSlideHeaderUndockIcon
    {
        background-image: url("Images/Example.gif") !important;
    }
</style>

Thanks,
Shinu.
0
Shirish
Top achievements
Rank 1
answered on 04 Feb 2013, 03:04 PM
Thanks Shinu that worked!!!


Regards
Shirish
Tags
General Discussions
Asked by
Shirish
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Shirish
Top achievements
Rank 1
Share this question
or