How can I set default direction for all widgets used in JQuery widgets?
Currently I am use rtl : true property when I am initialize every widget.
$("#jqxgrid").jqxGrid(
{
width: 1000,
rtl:true,
.
.
.
It is redundant and if I wants to change the localization setting to RTL based location (such as Persian), I should add this property to all of widgets.
ext-js.jstoext-js-rtl.jsall direction changes to RTL: docs.sencha.com/extjs/5.0/core_concepts/rtl.html