Skip to content
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

Closed
dimodi opened this issue May 20, 2016 · 7 comments
Closed

Window restore event #1694

dimodi opened this issue May 20, 2016 · 7 comments
Assignees
Labels
C: Window Enhancement FP: Completed Sync status with associated Feedback Item jQuery
Milestone

Comments

@dimodi
Copy link
Contributor

dimodi commented May 20, 2016

No description provided.

@dimodi
Copy link
Contributor Author

dimodi commented May 30, 2016

A possible workaround:

<div id="window"></div>

<script>
  var win = $("#window").kendoWindow({
    actions: ["minimize"]
  }).data("kendoWindow");

  win.wrapper.on("click", ".k-window-action", function(e) {
    var target = $(e.target);
    if (target.is(".k-i-restore") || target.children(".k-i-restore")[0]) {
      alert("restoring");
    }
  });

</script>

@tsvetomir tsvetomir modified the milestones: 2016.Q2.SP1, 2016.Q2.SP.next Jun 7, 2016
@ipeshev ipeshev removed this from the 2016.Q2.SP.Next milestone Sep 13, 2016
@marclazell
Copy link

Will this be done anytime soon?

@dimodi
Copy link
Contributor Author

dimodi commented Nov 16, 2016

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.

http://kendoui-feedback.telerik.com/forums/127393-kendo-ui-feedback/suggestions/12516225-add-restore-event-in-kendo-window-js

@dimodi dimodi removed their assignment Nov 16, 2016
@marclazell
Copy link

Hello @dimodi - I will vote as soon as possible, thanks.

@marclazell
Copy link

@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?

@dimodi
Copy link
Contributor Author

dimodi commented Nov 18, 2016

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:

  1. You can visit Stack Overflow and search questions tagged with #kendo-ui, or submit your request for the community to address.
  2. You can visit the Kendo UI Premium Forums at telerik.com. All Kendo UI users have read access to the complete forum history, while commercial license holders (Kendo UI Professional, Kendo UI Complete, DevCraft, UI for ASP.NET MVC, UI for PHP, UI for JSP) have read and write access to the forums.
  3. If you are looking for direct support from our team, you can purchase a Kendo UI Professional license (or any other license that includes Kendo UI Professional). This will grant you read-write access to the Premium forums, the ability to submit tickets in our support system, and access to additional professional-grade widgets, charts and graphs.

Regards,
Dimo

@spatarinski spatarinski added this to the Sprint6.R1.2017 milestone Nov 28, 2016
@Iankodj Iankodj added the jQuery label Jun 28, 2017
@Iankodj Iankodj removed this from the Sprint6.R1.2017 milestone Jun 28, 2017
@Juveniel Juveniel self-assigned this Feb 2, 2021
@kendo-bot kendo-bot added FP: Planned Sync status with associated Feedback Item FP: In Development Sync status with associated Feedback Item and removed FP: Planned Sync status with associated Feedback Item labels Feb 2, 2021
@mparvanov
Copy link
Contributor

mparvanov commented Feb 12, 2021

  • Add maximize and restore tools to events demos

@mparvanov mparvanov added this to the 2021.R1.SP.next milestone Feb 19, 2021
@kendo-bot kendo-bot added FP: Completed Sync status with associated Feedback Item and removed FP: In Development Sync status with associated Feedback Item labels Feb 19, 2021
@Dimitar-Goshev Dimitar-Goshev changed the title Add a restore event to the Window Window restore event Feb 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: Window Enhancement FP: Completed Sync status with associated Feedback Item jQuery
Projects
None yet
Development

No branches or pull requests

10 participants