Sha256: 8e092732f9a5259e6b20e88c7813ab9742fdeef313dccff8aa116ff8e19b18d1

Contents?: true

Size: 773 Bytes

Versions: 7

Compression:

Stored size: 773 Bytes

Contents

// ==========================================================================
// Project:   SproutCore - JavaScript Application Framework
// Copyright: ©2006-2011 Strobe Inc. and contributors.
//            Portions ©2008-2010 Apple Inc. All rights reserved.
// License:   Licensed under MIT license (see license.js)
// ==========================================================================


/**
  If set to NO, then pressing backspace will NOT navigate to the previous 
  page in the browser history, which is the default behavior in most browsers.
  
  Usually it is best to leave this property set to NO in order to prever the
  user from inadvertantly losing data by pressing the backspace key.
  
  @property {Boolean}
*/
SC.allowsBackspaceToPreviousPage = NO;

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
spade-0.0.1 sproutcore/frameworks/desktop/core.js
sproutcore-1.5.0.pre.5 lib/frameworks/sproutcore/frameworks/desktop/core.js
sproutcore-1.5.0.pre.4.1 lib/frameworks/sproutcore/frameworks/desktop/core.js
sproutcore-1.5.0.pre.4 lib/frameworks/sproutcore/frameworks/desktop/core.js
sproutcore-1.5.0.pre.3 lib/frameworks/sproutcore/frameworks/desktop/core.js
sproutcore-1.4.5 lib/frameworks/sproutcore/frameworks/desktop/core.js
sproutcore-1.4.5-java lib/frameworks/sproutcore/frameworks/desktop/core.js