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