Sha256: ce56bdf83c64bbeb4497fda64e639cfb8cc53516516d384152f6376cf0ec998f

Contents?: true

Size: 628 Bytes

Versions: 9

Compression:

Stored size: 628 Bytes

Contents

// ========================================================================
// SproutCore -- JavaScript Application Framework
// Copyright ©2006-2008, Sprout Systems, Inc. and contributors.
// Portions copyright ©2008 Apple, Inc.  All rights reserved.
// ========================================================================

sc_require('views/designer');

SC.TabView.Designer = SC.ViewDesigner.extend(
/** @scope SC.TabView.Designer.prototype */ {
  
  encodeChildViews: NO,
  
  designProperties: 'nowShowing items itemTitleKey itemValueKey itemIsEnabledKey itemIconKey itemWidthKey tabLocation userDefaultKey'.w()
  
});

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
sproutit-sproutcore-1.0.0.20090720093355 frameworks/sproutcore/frameworks/designer/views/tab.js
sproutit-sproutcore-1.0.0.20090720202429 frameworks/sproutcore/frameworks/designer/views/tab.js
sproutit-sproutcore-1.0.0.20090721125122 frameworks/sproutcore/frameworks/designer/views/tab.js
sproutit-sproutcore-1.0.126 frameworks/sproutcore/frameworks/designer/views/tab.js
sproutit-sproutcore-1.0.20090721145251 frameworks/sproutcore/frameworks/designer/views/tab.js
sproutit-sproutcore-1.0.20090721145280 frameworks/sproutcore/frameworks/designer/views/tab.js
sproutit-sproutcore-1.0.20090721145281 frameworks/sproutcore/frameworks/designer/views/tab.js
sproutit-sproutcore-1.0.20090721145282 frameworks/sproutcore/frameworks/designer/views/tab.js
sproutit-sproutcore-1.0.203 frameworks/sproutcore/frameworks/designer/views/tab.js