// ========================================================================== // 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' ;