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

RTL support implementation #96

Closed
10 of 11 tasks
KirilNN opened this issue Nov 21, 2016 · 5 comments
Closed
10 of 11 tasks

RTL support implementation #96

KirilNN opened this issue Nov 21, 2016 · 5 comments

Comments

@KirilNN
Copy link

KirilNN commented Nov 21, 2016

We will need to have RTL support for all Kendo UI Angular 2 packages. I have made a sample implementation for the TabStrip component in the Layout package.

Documentation on the topic has been added as well (will be merged in production when all packages are done).

State of readiness:

  • @progress/kendo-angular-buttons
  • @progress/kendo-angular-charts
  • @progress/kendo-angular-sortable
  • @progress/kendo-angular-dropdowns
  • @progress/kendo-angular-scrollview
  • @progress/kendo-angular-dialog
  • @progress/kendo-angular-grid
  • @progress/kendo-angular-inputs (partial)
  • @progress/kendo-angular-dateinputs
  • @progress/kendo-angular-layout
  • @progress/kendo-angular-upload
@BtShp
Copy link

BtShp commented Dec 11, 2016

Do you know when it will be ready to use?

@rusev
Copy link

rusev commented Dec 17, 2016

@BtShp RTL is a feature which will be incrementally added to each component (where applicable).

In the above list you can track which components are considered ready at the time. Have in mind that some of the components have more higher priority features that must be addressed first. That is the reason for having the list public so anyone can track state of readiness.

@tsvetomir tsvetomir modified the milestone: v1.0 Jan 19, 2017
@BtShp
Copy link

BtShp commented Feb 1, 2017

I want to use the RTL implementation in my project.
How to use it?
Can you give any explanation? the links ablove not exists, I did not find explanation in your site

@KirilNN
Copy link
Author

KirilNN commented Feb 1, 2017

@tsvetomir
Copy link
Member

tsvetomir commented Mar 30, 2017

The RTL implementation is mostly complete with few exceptions, namely the MaskedTextBox, NumericTextBox, DateInput and the Calendar. RTL support is not planned for these components.

Note that it is now activated with a token. See #340.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment