jquery/api.jqueryui.com

Document button rewrite, buttonset replacement controlgroup and new checkboxradio widget

jzaefferer opened this issue · 2 comments

  • Button: Different markup, different options, but no more support for radio and checkbox buttons, theming
  • Buttonset is gone, replace by controlgroup, with a different API and support for non-button widgets
  • New checkboxradio widget, API somewhat similar to button

Note controlgroup items option has a "spinner" property, with a class selector as the value. Requires either adding the class manually or initializing the spinner manually. Can be overridden to use input[type=number], but that also requires custom CSS to remove the native number controls.

Fixed in 1-12 branch.