Completed
Last Updated: 22 Oct 2021 14:39 by ADMIN
shahar
Created on: 07 Jul 2021 11:59
Category: Window
Type: Feature Request
13
Window RTL support
Add an option to WindowSettings to specify the direction for the window /"right" or "left"/.
1 comment
ADMIN
Martin
Posted on: 22 Oct 2021 14:39

Hello Sahar,

I am happy to announce that the WindowSettings now supports htmlAttributes property which sets the HTML attributes of the Window wrapper element. It can be used to set the direction of the Window like:

 const window: WindowRef = this.windowService.open({
      title: "My Window",
      content: "My Content!",
       ...
      htmlAttributes: {
        dir: "rtl",
      },
    });
  }

Please check this article for more details regarding this topic:

https://www.telerik.com/kendo-angular-ui-develop/components/dialogs/window/service/#toc-custom-html-attributes

Regards,
Martin
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.