Class: SC.ModalPane


Extends SC.Pane.

A modal pane is used to capture mouse events inside a pane that is modal. You normally will not work with modal panes directly, though you may set the modalPane property to a subclass of this pane when designing custom panes.

A modal pane is automatically appended when a pane with isModal set to YES is made visible and removed when the same pane is hidden. The only purpose of the ModalPane is to absorb mouse events so that they cannot filter through to the underlying content.

Defined in: modal.js

Since:
SproutCore 1.0

Field Summary

Field Detail

classNames Array
Default value:
['sc-modal']
See:
SC.View#classNames
Documentation generated by JsDoc Toolkit 2.4.0 on Wed Apr 08 2015 10:02:21 GMT-0600 (CST)