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
I see you've fixed up the events to get bound to the viewmodel, but the following binding does not work correctly:
<div data-bind="dialog: { isOpen: $root.isEditMode, buttons: { Save: $root.save} }"></div>
In the save function, this is bound to the jquery dialog, not the viewmodel.
save
this
The text was updated successfully, but these errors were encountered:
Did you ever get this problem solved. I am facing the same issue.
Sorry, something went wrong.
I created a work around where I did not add the buttons through the handler but just added it to the dialog div like this: Save
No branches or pull requests
I see you've fixed up the events to get bound to the viewmodel, but the following binding does not work correctly:
In the
save
function,this
is bound to the jquery dialog, not the viewmodel.The text was updated successfully, but these errors were encountered: