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

Hide appointment grabber.

1 Answer 84 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Bermo
Top achievements
Rank 1
Bermo asked on 29 Apr 2010, 11:45 AM
Hi,

I would like to remove the grabber in the appointment.
But i need the appointment to be editable by drag and edit only using the form.

is there a css or an option to remove this?

Thanks,
Bermo

1 Answer, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 29 Apr 2010, 12:17 PM

Hello Berno,

Add the following css on page in order to remove the appointment resiziser.

CSS:

 
    <style type="text/css">  
        .rsAptResize  
        {  
            displaynone !important;  
        }  
    </style> 

-Shinu.

Tags
Scheduler
Asked by
Bermo
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or