Sha256: f5fb12a7974b257093c67eb0d1e9018927b06db23bda13c4cecdc2a5013efe5e
Contents?: true
Size: 627 Bytes
Versions: 39
Compression:
Stored size: 627 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.TextFieldView.Designer = SC.ViewDesigner.extend( /** @scope SC.TabView.Designer.prototype */ { encodeChildViews: NO, designProperties: ['isPassword', 'isTextArea', 'hint'] });
Version data entries
39 entries across 39 versions & 1 rubygems