Sha256: 868b58b4356caab3df550a7119703b45d7e3460aad5dbfcb16e906e2fc63b5ee

Contents?: true

Size: 960 Bytes

Versions: 3

Compression:

Stored size: 960 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)
// ==========================================================================


/**
  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.

  @static
  @type Boolean
  @default NO
*/
SC.allowsBackspaceToPreviousPage = NO;

/**
  @type String
  @static
  @constant
*/
SC.HORIZONTAL_ORIENTATION = 'horizontal';

/**
  @type String
  @static
  @constant
*/
SC.VERTICAL_ORIENTATION = 'vertical' ;

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
sproutcore-1.5.0-java lib/frameworks/sproutcore/frameworks/desktop/core.js
sproutcore-1.5.0 lib/frameworks/sproutcore/frameworks/desktop/core.js
sproutcore-1.5.0.rc.2 lib/frameworks/sproutcore/frameworks/desktop/core.js