-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Window restore event #1694
Comments
A possible workaround:
|
Will this be done anytime soon? |
Hello @marclazell , Currently this ehnancement has no specific time frame assigned, as the demand for it is low and we are working on tasks with higher priority. Please consider voting for it on our feedback portal. The demand will be taken into account when considering our future development plans. Thank you. |
Hello @dimodi - I will vote as soon as possible, thanks. |
@dimodi is there any way using Kendo UI and AngularJS to get access to the restore function of the window through an attribute on the HTML tag. I have k-maximize="customMaximize" and inside my customMaximize function I maximize the window to a specific limit (amongst other things). I also update a custom attribute (window.myLocalWindow.isMaximized = true) of the window here. Then when the user presses the restore button, I want to update another attribute (window.myLocalWindow.isMaximized = false) of the window and reflect that back inside the Angular scope, but it isn't possible as Kendo doesn't have access to the scope inside the restore function. Is this at all possible currently? |
Hello marclazell, This GitHub Issues list is for bug reports and future features/enhancements only. For technical support assistance, I can suggest a few alternative options:
Regards, |
|
No description provided.
The text was updated successfully, but these errors were encountered: