Sha256: af944e8889901c65554079ecda9d6ed63aa1bd02f980ee816f1953b031b86e42

Contents?: true

Size: 660 Bytes

Versions: 2

Compression:

Stored size: 660 Bytes

Contents

// ==========================================================================
// Project:   SproutCore - JavaScript Application Framework
// Copyright: ©2006-2009 Sprout Systems, Inc. and contributors.
//            Portions ©2008-2009 Apple, Inc. All rights reserved.
// License:   Licened under MIT license (see license.js)
// ==========================================================================

/**
  @namespace

  TODO: Add full description of SC.CollectionItem
  
  Any view you want to use as an item view in a collection must include this
  mixin.
  
  @since SproutCore 1.0
*/
SC.CollectionItem = {

  classNames: ['sc-collection-item']
  
};

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sproutit-sproutcore-1.0.0.20090408130025 frameworks/sproutcore/frameworks/desktop/mixins/collection_item.js
sproutit-sproutcore-1.0.0.20090416161445 frameworks/sproutcore/frameworks/desktop/mixins/collection_item.js