Sha256: aaf62a91ca5c5f3154a18ba5ab24c4e7f8035e742c9942c8dc62d27e603edb44

Contents?: true

Size: 983 Bytes

Versions: 33

Compression:

Stored size: 983 Bytes

Contents

// ==========================================================================
// Project:   SproutCore - JavaScript Application Framework
// Copyright: ©2006-2011 Strobe Inc. and contributors.
//            ©2008-2011 Apple Inc. All rights reserved.
// License:   Licensed under MIT license (see license.js)
// ==========================================================================
// ========================================================================
// SC.Validator.Password Base Tests
// ========================================================================
/*globals module test ok isObj equals expects */
// htmlbody('<!-- Test Styles -->\
// <form id="form" action="formaction"><input type="password" name="action" value="Test" id="field" maxlength="30"/></form>\
// ');
// module("SC.Validator.password");
// 
// test("Attaching the field to the form", function() {
// 	var a = SC.Validator.Password.attachTo(SC.$("#form"), SC.$('#field'));
// 	alert(a);
// });

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
sproutcore-1.10.0.rc.3 lib/frameworks/sproutcore/frameworks/foundation/tests/validators/password.js
sproutcore-1.10.0.rc.2 lib/frameworks/sproutcore/frameworks/foundation/tests/validators/password.js
sproutcore-1.10.0.rc.1 lib/frameworks/sproutcore/frameworks/foundation/tests/validators/password.js
sproutcore-1.9.2 lib/frameworks/sproutcore/frameworks/foundation/tests/validators/password.js
sproutcore-1.9.1 lib/frameworks/sproutcore/frameworks/foundation/tests/validators/password.js
sproutcore-1.9.0 lib/frameworks/sproutcore/frameworks/foundation/tests/validators/password.js
sproutcore-1.8.2.1 lib/frameworks/sproutcore/frameworks/foundation/tests/validators/password.js
sproutcore-1.8.1 lib/frameworks/sproutcore/frameworks/foundation/tests/validators/password.js
sproutcore-1.8.0 lib/frameworks/sproutcore/frameworks/foundation/tests/validators/password.js
sproutcore-1.7.1.beta-java lib/frameworks/sproutcore/frameworks/foundation/tests/validators/password.js
sproutcore-1.7.1.beta lib/frameworks/sproutcore/frameworks/foundation/tests/validators/password.js
sproutcore-1.6.0.1-java lib/frameworks/sproutcore/frameworks/foundation/tests/validators/password.js
sproutcore-1.6.0.1 lib/frameworks/sproutcore/frameworks/foundation/tests/validators/password.js
sproutcore-1.6.0.1-x86-mingw32 lib/frameworks/sproutcore/frameworks/foundation/tests/validators/password.js
sproutcore-1.6.0 lib/frameworks/sproutcore/frameworks/foundation/tests/validators/password.js
sproutcore-1.6.0-java lib/frameworks/sproutcore/frameworks/foundation/tests/validators/password.js
sproutcore-1.6.0.rc.2-x86-mingw32 lib/frameworks/sproutcore/frameworks/foundation/tests/validators/password.js
sproutcore-1.6.0.rc.2 lib/frameworks/sproutcore/frameworks/foundation/tests/validators/password.js
sproutcore-1.6.0.rc.2-java lib/frameworks/sproutcore/frameworks/foundation/tests/validators/password.js
sproutcore-1.6.0.rc.1-x86-mingw32 lib/frameworks/sproutcore/frameworks/foundation/tests/validators/password.js