r3527 committed - Buttons: added notes for final plan.

r3527 committed - Buttons: added notes for final plan.

Revision: 3527
Author: scott.gonzalez
Date: Wed Dec 23 09:55:17 2009
Log: Buttons: added notes for final plan.
http://code.google.com/p/jquery-ui/source/detail?r=3527
Modified:
/branches/dev/ui/jquery.ui.button.js
=======================================
--- /branches/dev/ui/jquery.ui.button.js    Tue Dec 22 20:30:15 2009
+++ /branches/dev/ui/jquery.ui.button.js    Wed Dec 23 09:55:17 2009
@@ -13,6 +13,18 @@
*/
(function($) {
+/*
+Plan:
+- button plugin
+ - button - full support
+ - input - only text support
+ - radio - full support via label
+ - checkbox - full support via label
+- buttonSet plugin
+ - groups buttons together
+ - auto-instantiate children as buttons
+*/
+
var lastActive,
    baseClasses = "ui-button ui-widget ui-state-default ui-corner-all",
    otherClasses = "ui-state-hover ui-state-focus " +
--