Sha256: bd10f86ffc0d8be817db6bc6300b77bf19d943c5a9b22e8a90a7e29a3ca7c0a3
Contents?: true
Size: 674 Bytes
Versions: 18
Compression:
Stored size: 674 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_require('mixins/button'); SC.ButtonView.Designer = SC.ViewDesigner.extend( SC.Button.Designer, /** @scope SC.ButtonView.Designer.prototype */ { encodeChildViews: NO, designProperties: 'theme buttonBehavior href isDefault'.w(), canResizeVertical: NO, canResizeHorizontal: YES });
Version data entries
18 entries across 18 versions & 1 rubygems