Mobile scheduler readonly

Hi,

For the web scheduler, it can make some of the event with readonly mode.
scheduler.getEvent(id).readonly = true;

I searched that it can even make the past event as readonly. http://forum.dhtmlx.com/viewtopic.php?f=25&t=24716

How about the mobile scheduler, is there any method to make certain of events to be readonly mode but others are edit mode? If yes, may I know how to do that? Since I would like to make some events non-editable for the users.

Thanks,
samson

Hi,

try the approach described in the following post:

viewtopic.php?f=24&t=23133&p=74411

Thanks for your reply.

I have tried to add that code on to my page, it does go into the attachEvent function each time I kick any events. But nothing changed and without error message. That is, the “Edit” button and “Delete” button are still showed and work properly.

Is that I miss to include any extension? Any advise on this?

Did you define readonly property for the items that are doing to be read-only? As you can see “readonly” for the scheduler depends on this.item(id).readonly
Please learn the example in the post.

Thanks! I make it!

very helpfull thanks…