Control.detach override.
Namespace: MindFusion.Common.UI
File: MonthView.js
JavaScript Copy Code |
---|
function detach () |
The following code detaches the event handlers of a MonthView and sets its value to null:
JavaScript Copy Code |
---|
function closeButtonClicked(sender, args) { monthView.detach(); monthView = null; } |
JavaScript Pack Programmer's Guide | © 2024 MindFusion |