Sha256: c160d5dc2c85da08e9bc288676debc240463e9986150d4f139cc067b2dbf4758

Contents?: true

Size: 231 Bytes

Versions: 4

Compression:

Stored size: 231 Bytes

Contents

/**
  If true, then all SproutCore controls can be focused when the user presses the
  tab key. Otherwise, only `SC.TextFieldView`'s will be focused.

  @type Boolean
  @default false
  @constant
*/
SC.FOCUS_ALL_CONTROLS = false;

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
sproutcore-1.11.0 lib/frameworks/sproutcore/frameworks/foundation/core.js
sproutcore-1.11.0.rc3 lib/frameworks/sproutcore/frameworks/foundation/core.js
sproutcore-1.11.0.rc2 lib/frameworks/sproutcore/frameworks/foundation/core.js
sproutcore-1.11.0.rc1 lib/frameworks/sproutcore/frameworks/foundation/core.js