Control.detach override.
Namespace: MindFusion.Common.UI
File: MonthView.js
SyntaxJavaScript
Copy Code
|
|---|
function detach () |
ExampleThe 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; } |
See Also