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