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

cusor style for print,design and preview buttons

1 Answer 38 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Vinay
Top achievements
Rank 1
Vinay asked on 01 Jan 2014, 09:35 AM
Hi,
        We are using radeditor in asp.net application.Can you provide code for changing the cursor style[i.e hand,] from hand to default  on Design,Html and Preview buttons when the editor is disabled.

I need this functionality using javascript and c#.

Please revert back with comments ASAP.

thanks
vinay

1 Answer, 1 is accepted

Sort by
0
Dobromir
Telerik team
answered on 03 Jan 2014, 11:02 AM
Hi Vinay,

If I understand you correctly, you want to change the cursor when hovering over the RadEditor's EditModes buttons. You can achieve this using CSS, e.g.:
.reEditorModesCell .reEditorModes a, .reEditorModesCell .reEditorModes span
{
    cursor: default;
}


Regards,
Dobromir
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Editor
Asked by
Vinay
Top achievements
Rank 1
Answers by
Dobromir
Telerik team
Share this question
or