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 1 month 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-12-16T12:39:48.575Z (about 1 month 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