Sha256: 4a639f912e6159e47b1079161d1814d459502cdb4773b14e81e99dc5ed36cc04
Contents?: true
Size: 666 Bytes
Versions: 18
Compression:
Stored size: 666 Bytes
Contents
// ======================================================================== // SproutCore -- JavaScript Application Framework // Copyright ©2006-2008, Sprout Systems, Inc. and contributors. // Portions copyright ©2008 Apple Inc. All rights reserved. // ======================================================================== sc_require('designers/view_designer'); SC.TabView.Designer = SC.ViewDesigner.extend( /** @scope SC.TabView.Designer.prototype */ { encodeChildViews: NO, acceptRootDesigner: YES, designProperties: 'nowShowing items itemTitleKey itemValueKey itemIsEnabledKey itemIconKey itemWidthKey tabLocation userDefaultKey'.w() });
Version data entries
18 entries across 18 versions & 1 rubygems