Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/meirkriheli/extjs-rtl
- Owner: MeirKriheli
- License: other
- Created: 2009-05-31T22:50:11.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-11-19T11:57:34.000Z (about 13 years ago)
- Last Synced: 2024-09-04T00:04:10.022Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.2 MB
- Stars: 16
- Watchers: 3
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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