Sha256: 87fe93e346f4bb068a2c1f49a667d147a657f79a688baed02302c1f89f4d625e

Contents?: true

Size: 964 Bytes

Versions: 17

Compression:

Stored size: 964 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 prevent the
  user from inadvertently 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

17 entries across 17 versions & 1 rubygems

Version Path
sproutcore-1.11.0 lib/frameworks/sproutcore/frameworks/desktop/core.js
sproutcore-1.11.0.rc3 lib/frameworks/sproutcore/frameworks/desktop/core.js
sproutcore-1.11.0.rc2 lib/frameworks/sproutcore/frameworks/desktop/core.js
sproutcore-1.11.0.rc1 lib/frameworks/sproutcore/frameworks/desktop/core.js
sproutcore-1.10.3.1 lib/frameworks/sproutcore/frameworks/desktop/core.js
sproutcore-1.10.2 lib/frameworks/sproutcore/frameworks/desktop/core.js
sproutcore-1.10.1 lib/frameworks/sproutcore/frameworks/desktop/core.js
sproutcore-1.10.0 lib/frameworks/sproutcore/frameworks/desktop/core.js
sproutcore-1.10.0.rc.3 lib/frameworks/sproutcore/frameworks/desktop/core.js
sproutcore-1.10.0.rc.2 lib/frameworks/sproutcore/frameworks/desktop/core.js
sproutcore-1.10.0.rc.1 lib/frameworks/sproutcore/frameworks/desktop/core.js
sproutcore-1.9.2 lib/frameworks/sproutcore/frameworks/desktop/core.js
sproutcore-1.9.1 lib/frameworks/sproutcore/frameworks/desktop/core.js
sproutcore-1.9.0 lib/frameworks/sproutcore/frameworks/desktop/core.js
sproutcore-1.8.2.1 lib/frameworks/sproutcore/frameworks/desktop/core.js
sproutcore-1.8.1 lib/frameworks/sproutcore/frameworks/desktop/core.js
sproutcore-1.8.0 lib/frameworks/sproutcore/frameworks/desktop/core.js