-
Notifications
You must be signed in to change notification settings - Fork 75
Button: Document rewrite, deprecate buttonset, document new widgets #280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
<?xml version="1.0"?> | ||
<entry name="checkboxradio" type="widget" widget-element="checkboxradio"> | ||
<title>Checkboxradio Widget</title> | ||
<desc>Converts inputs of type radio and checkbox to themable buttons.</desc> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
themeable
look good just a few things |
Fixed everything besides the checkboxradio dependencies. |
Should form-reset-mixin be a selectable component on download builder? It currently isn't, but adding the manifest comments isn't a big deal. |
b2e5a95
to
c82633e
Compare
Probably. |
c82633e
to
7627dad
Compare
There: jquery/jquery-ui#1625 |
<h3>Dependencies</h3> | ||
<ul> | ||
<li><a href="/labels/">.labels()</a></li> | ||
<li><a href="/form-reset-mixin/">Form Reset Mixin</a></li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added form-reset-mixin. Still don't know what to do about button.css
or escape-selector
. I think I'd rather just remove these sections altogether and work on requirejs and webpack plugins for parsing our css comments instead.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is fine for now.
Adds entries for checkboxradio and controlgroup, with links from both button and buttonset entries.
Fixes #260