Sets a value indicating whether users are allowed to edit items interactively.
Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling
SyntaxJava
Copy Code
|
|---|
public void setAllowInplaceEdit ( |
true to allow users to edit schedule items; otherwise, false.
RemarksIf this method is invoked with false, users cannot edit items' text interactively. Controlling the editing of item text can be done by handling the CalendarListener.itemInplaceEditStarting and CalendarListener.itemInplaceEditEnding events.
See Also