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

ShowToggleHandle uses the word 'Toggle'

1 Answer 57 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Andy Green
Top achievements
Rank 2
Andy Green asked on 15 Nov 2013, 09:09 AM
Hi

I have the ShowToggleHandle set to true, and on the menu when its displayed the word 'Toggle' is uses as the trigger.

You can only see the last few characters, but using IE dev tools you can see Toggle in the mark up.
Also is it (will it) possible to change the toggleHandle icon?
Andy

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 15 Nov 2013, 02:04 PM
Hi Andy,

Please have a look into the following CSS I tried to use a custom toggleHandle icon. Please give the corresponding skin name in the CSS.

CSS:
<style type="text/css">
    .RadMenu_Office2010Blue .rmHorizontal .rmRootLink .rmIcon
    {
        background-image: url("../Images/downarrow.gif") !important;
        background-position: 90% 50% !important;
    }
</style>

Thanks,
Shinu.
Tags
Menu
Asked by
Andy Green
Top achievements
Rank 2
Answers by
Shinu
Top achievements
Rank 2
Share this question
or