public
Description: RTL support for ExtJS 3
Homepage:
Clone URL: git://github.com/mksoft/ExtJS-RTL.git
name age message
file AUTHORS Wed Jun 03 04:20:45 -0700 2009 Some documentaition [mksoft]
file LICENSE Wed Jun 03 04:20:45 -0700 2009 Some documentaition [mksoft]
file README.rst Wed Jun 03 04:31:11 -0700 2009 Removed 'an' from the doc [mksoft]
file TODO Tue Jun 02 02:32:59 -0700 2009 Fixed horizontal scrollbar showing in grid's et... [mksoft]
directory examples/ Tue Jun 02 05:09:48 -0700 2009 Adopted window's gmap example [mksoft]
directory src/ Tue Nov 10 04:25:48 -0800 2009 Fix ComboBox list-align. Thanks Vahid [mksoft]
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>