New Atlas Control Toolkit Released
Microsoft has released a new version of the Atlas Control Toolkit. This version contains a total of 21 controls, including 5 new ones:
This is first toolkit release to contain contributions from non-MS members of the Atlas community, including Paul Glavich and Christian Wenz. General Manager Scott Guthrie notes that the Atlas Control Toolkit team is now comprised by a majority of non-MS employees, quite an usual tack for a Microsoft developer product.
Also notable with this release is the Javascript testing framework included in the download. By loading the ToolkitTests web project, developers can register Javascript unit tests that include handling for the asynchronous nature of the Atlas controls:
Visit the Atlas site for a detailed walkthrough of the testing harness.
Discuss
- DynamicPopulate: (Re-)populates any element with HTML content downloaded from the server.
- FilteredTextBox: Prevents unwanted characters from being typed into a text box.
- PagingBulletedList: Adds flexible paging and sorting to any bulleted list.
- PasswordStrength: Provides interactive feedback about the strength of a password being created.
- Rating: Displays a "4 out of 5 stars" interface for ranking.
This is first toolkit release to contain contributions from non-MS members of the Atlas community, including Paul Glavich and Christian Wenz. General Manager Scott Guthrie notes that the Atlas Control Toolkit team is now comprised by a majority of non-MS employees, quite an usual tack for a Microsoft developer product.
Also notable with this release is the Javascript testing framework included in the download. By loading the ToolkitTests web project, developers can register Javascript unit tests that include handling for the asynchronous nature of the Atlas controls:
// Test the initial values
var test = testHarness.addTest('Initial Values');
// Wait until the drop downs are loaded
test.addStep(function() {},
checkLoaded(drop1, drop4, drop5, drop6));
test.addStep(testInitialState); Visit the Atlas site for a detailed walkthrough of the testing harness.
Community comments
Educational Content
Building Hypermedia APIs with HTML
Jon Moore Jun 19, 2013
Deleting Code at Nokia
Tom Coupland Jun 19, 2013
Intro to CLP with core.logic
Ryan Senior Jun 18, 2013
Spock: A Highly Logical Way To Test
Howard Lewis Ship Jun 18, 2013
Java Garbage Collection Distilled
Martin Thompson Jun 17, 2013
Sponsored Links




Hello stranger!
You need to Register an InfoQ account or Login to post comments. But there's so much more behind being registered.Get the most out of the InfoQ experience.
Tell us what you think