The Atlas team has released an
Atlas Control Toolkit which contains some control extenders to do some pretty nifty things with little or no code. The control toolkit includes the following controls and extenders:
- CascadingDropDown: Easily link drop downs,
complete with asynchronous
population and no postbacks!
- CollaspiblePanel: This extender allows panels on your page
to collapse and expand with no code.
- ConfirmButton: This extender
adds a confirm dialog to any Button, LinkButton, or ImageButton control.
-
DragPanel: Makes any panel into an object that you can drag around the page.
-
HoverMenu: Allows UI to pop up next to a control when the user hovers over it.
-
PopupControl: This extender turns any panel into a popup.
-
ReorderList: This control is a full-featured data-bound control that allows its
elements to be reordered
on the client via drag and drop.
- TextBoxWatermark: This extender adds "watermark" prompt
text to TextBoxes on the page.
-
ToggleButton: This extender turns an ASP.NET CheckBox into an image checkbox.
You get the source code, documentation, and more. There are also some tools to help build your own controls that can utilize the power of Atlas. The toolkit also has:
- Helper Classes: This library of helper classes eliminates many of the steps
needed to create "Atlas" controls or extenders so you can quickly produce the code that
will make your website shine.
- Project and Item Templates: With just a few clicks of the mouse, you'll be
writing your first "Atlas" component. The toolkit contains Visual Studio 2005
Templates for Visual Basic and Visual C# users to create their own controls and extenders.
Although this is an early release and may not completely cover every possibility, it is a new toy to play with and learn more about using Atlas!