ASPxClientScheduler.ShowInplaceEditor(start, end) Method
Client-side method that invokes the inplace editor form to create a new appointment.
Declaration
ShowInplaceEditor(
start: Date,
end: Date,
resourceId?: string
): void
Parameters
Name | Type | Description |
---|---|---|
start | Date | A date object, representing the start of the new appointment. |
end | Date | A date object, representing the end of the new appointment. |
resourceId | string | An object representing the identifier of a resource associated with the new appointment. |
Remarks
The ShowInplaceEditor method initiates a command with the SchedulerCallbackCommandId.NewAppointmentViaInplaceEditor identifier.
See Also