Sha256: 4ea2ac06bd2c74fc517ecf8411b80bb6f135a8437f2b1edf0b4e54dac0fd2456
Contents?: true
Size: 627 Bytes
Versions: 17
Compression:
Stored size: 627 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
17 entries across 17 versions & 2 rubygems