ASP .NET Core MVC Scheduler Tag Helper

The jqx-scheduler tag helper adds a Scheduler component to a web page.
  • create - {{String}} which determines the URL called when a Scheduler appointment is added.
  • delete - {{String}} which determines the URL called when a Scheduler appointment is deleted.
  • edit - {{String}} which determines the URL called when a Scheduler appointment is updated.
  • instance - {{String}} which determines the javascript member within the Script tag which refers to the Input's instance. This member is useful when you want to dynamically invoke API members of the Javascript component.
  • sourceId - {{String}} which determines the data source's ID member.
  • sourceId-for - {{ModelExpression}} used for model binding and determines the data source's ID member.
  • sourceRoot - {{String}} which determines the data source's Root member.
  • sourceTotalRecords - {{Integer}} which determines the data source's TotalRecords member.
  • sourceUrl - {{String}} which determines the data source's URL.
  • sourceModel - {{Model}} which determines the data source's Model.
jqx-scheduler-views tag helper defines the Scheduler's views collection. jqx-scheduler-view tag helper defines a Scheduler view. jqx-scheduler-time-ruler tag helper defines the Scheduler's time ruler.