RTL

Configs

1
rtl: Boolean= falseAlso a property

This 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

Class hierarchy

isRTL: Boolean= truereadonly
Identifies an object as an instance of RTL class, or subclass thereof.
isRTL: Boolean= truereadonlystatic
Identifies an object as an instance of RTL class, or subclass thereof.

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.