(DEPRECATED) Mixin: SC.AutoMixin
SC.AutoMixin is deprecated. Please use the property autoMixins of SC.View instead
Use this mixin to automatically mix in a list of mixins into all child views created by the view (that are created at view initialization).
Defined in: auto_mixin.js
- Since:
- SproutCore 1.0
Field Summary
- SC.AutoMixin.autoMixins
Field Detail
SC.AutoMixin.autoMixins ArrayAn array of mixins to automatically mix in to each child view of this view when the child view is created.
- Default value:
- []
Documentation generated by JsDoc Toolkit 2.4.0 on Wed Apr 08 2015 10:02:20 GMT-0600 (CST)