Skip to content
Chris Hafey edited this page May 6, 2014 · 1 revision

The enable api call is used to notify Cornerstone that a DOM element will no longer be used to display medical images. This method must be called before the DOM element is destroyed to allow cornerstone to free related memory for the element.

function disable(element);

Parameters:

  • element - the DOM element to disable

Returns: Nothing