Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/meirkriheli/extjs-rtl

RTL support for ExtJS 3
https://github.com/meirkriheli/extjs-rtl

Last synced: about 5 hours ago
JSON representation

RTL support for ExtJS 3

Awesome Lists containing this project

README

        

RTL support for ExtJS 3.0
=========================

For testing the correct behavior, took some examples from ExtJS's
and adjusted widgets for RTL support.

To enable the support, put the files under `src` on your web server,
and add them to the `head` section, right after ExtJS section. for
example::


Don't forget to apply RTL for your page, for example adding `dir="rtl"` to `body`.
See the `examples` folder for more info.

Meir Kriheli