We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the docs don't tell how to use icons with the buttons option. The relevant part of the implementation in dialog:
buttonOptions = { icons: props.icons, text: props.showText }; delete props.icons; delete props.showText; $( "<button></button>", props ) .button( buttonOptions ) .appendTo( that.uiButtonSet );
In addition, the default for the buttons option is wrong, its an empty array.
buttons
The text was updated successfully, but these errors were encountered:
Dialog: Fixing the default value of the buttons option
d2d4742
Ref #208
I fixed the default value of buttons.
Sorry, something went wrong.
Dialog: Document button pass-thru options
97b879c
Fixes jquerygh-208
09eb354
5674bcd
ec873be
Fixes gh-208 Closes gh-236
Successfully merging a pull request may close this issue.
Currently the docs don't tell how to use icons with the buttons option. The relevant part of the implementation in dialog:
In addition, the default for the
buttons
option is wrong, its an empty array.The text was updated successfully, but these errors were encountered: