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

Use image instead of more link in month view

2 Answers 33 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Rimma
Top achievements
Rank 1
Rimma asked on 12 Feb 2013, 08:20 PM
Is it possible to use an image instead of the more... link in month view?
Thanks,
Rimma

2 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 13 Feb 2013, 12:29 PM
Hi Rimma,

Try the following CSS to replace the "more" link in month view with an image.

CSS:
<style type="text/css">
.RadScheduler .rsMonthView .rsShowMore
{
  background-image:url("../Images/Image01.gif") !important;
  text-indent: -3000px;
}
</style>

Thanks,
Princy.
0
Rimma
Top achievements
Rank 1
answered on 13 Feb 2013, 01:44 PM
Thanks!
Tags
Scheduler
Asked by
Rimma
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Rimma
Top achievements
Rank 1
Share this question
or