Zum Hauptinhalt springen

isViewExists

Description

Überprüft, ob eine View mit dem angegebenen Namen vorhanden ist

isViewExists: (name: string) => boolean

Parameters

  • name - (required) string - der Name der View

Returns

  • isExist - (boolean) - true, wenn die View gefunden wurde; andernfalls false

Example

scheduler.init('scheduler_here');
scheduler.load("data/events.xml");

scheduler.isViewExists("month"); //->true /*!*/
Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.