Ajax DataGrid Support Product Page

Answered

How do I add a title to an (delete/edit) icon and change the link cursor?

Asked 06 Jul 2012 10:30:21
1
has this question
06 Jul 2012 10:30:21 Andre Bender posted:
I've added custom icons to my list (for delete/edit) and now want to add an (image) title to it and change the mouse/cursor when moving over the icon. How can I achieve this?

Replies

Replied 06 Jul 2012 11:49:59
06 Jul 2012 11:49:59 Teodor Kuduschiev replied:
Hello,

Using you can apply a class to these images and use the cursor: property in your stlysheet in order to change the cursor.
Replied 06 Jul 2012 12:13:07
06 Jul 2012 12:13:07 Vulcho Vulev replied:
Hello.

Here is detailed information how to use the cursor property

CSS cursor Property



and for showing aditional information on mouse over you can use Advanced Tooltips on your icon container.

Regards: Vulcho
Replied 06 Jul 2012 13:00:45
06 Jul 2012 13:00:45 Andre Bender replied:
Thank you! Works like this:

...
before: "<img class=\"icon\" src=\"../../css/img/cms/",
after: "\" title=\"Delete\" />",
...

.icon{cursor: pointer;}

Reply to this topic