RTL
Configs
1
Configs
1This may be configured as true to make the widget's element use the direction:rtl style.
All descendant widgets, including any floating widgets will inherit this setting.
Properties
3
Properties
3Class hierarchy
Other
If a widget is rendered into an element which has computed style direction:rtl, this property will be
set to true
Rendering a widget into an element which, either by a CSS rule, or by its inline style has an
explicit direction will cause the widget to use that direction regardless of the owning document's
direction.
In this way, an RTL widget may operate normally inside an LTR page and vice versa.