Sha256: 2d8b4491e8946ece2f9e48a6ee5ceccf1d00eb3bdc10529dac8d4a936c09fc5a
Contents?: true
Size: 757 Bytes
Versions: 39
Compression:
Stored size: 757 Bytes
Contents
// ========================================================================== // Project: SproutCore - JavaScript Application Framework // Copyright: ©2006-2011 Strobe Inc. and contributors. // Portions ©2008-2011 Apple Inc. All rights reserved. // License: Licensed under MIT license (see license.js) // ========================================================================== 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'] });
Version data entries
39 entries across 39 versions & 1 rubygems