Sha256: 5b6014e3758dc8197617938868a14662046158892b7ac4bdae6aadf8cd014e0e
Contents?: true
Size: 614 Bytes
Versions: 2
Compression:
Stored size: 614 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.LabelView.Designer = SC.ViewDesigner.extend( /** @scope SC.LabelView.Designer.prototype */ { encodeChildViews: NO, designProperties: 'value escapeHTML'.w() });
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sproutcore-1.5.0.rc.2 | lib/frameworks/sproutcore/frameworks/designer/designers/label.js |
sproutcore-1.5.0.rc.1 | lib/frameworks/sproutcore/frameworks/designer/designers/label.js |