This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
AUTHORS | Wed Jun 03 04:20:45 -0700 2009 | |
| |
LICENSE | Wed Jun 03 04:20:45 -0700 2009 | |
| |
README.rst | Wed Jun 03 04:31:11 -0700 2009 | |
| |
TODO | Tue Jun 02 02:32:59 -0700 2009 | |
| |
examples/ | Tue Jun 02 05:09:48 -0700 2009 | |
| |
src/ | Tue Nov 10 04:25:48 -0800 2009 |
README.rst
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:
<script type="text/javascript" src="some_path/extjs_rtl.js"></script> <link rel="stylesheet" type="text/css" href="some_path/resources/css/extjs_rtl.css"/>
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 <meir@mksoft.co.il>







