Essential Tools for ASP.NET MVC 2011 Vol 2 updated

Released: May 11, 2011

Updates in this release

Updates in 2011 Vol 2

  • Rich-Text Editor Toolbar Customization - The rich-text editor allows you to implement a toolbar that has been customized by adding or removing items. You can also apply a customized toolbar template. One advantage of using a template is that when you want to design a new toolbar, you can define template content and set it to the rich-text editor.
  • Tree-View Check Boxes - Check boxes can be provided for all nodes in a tree view. By adding check boxes, you can select multiple nodes simultaneously. If you want to select all the child nodes of a particular parent node, then simply select the check box of the parent node.