Hello,
we are build an IOS iPad application, and its with Arabic language with RTL direction.
One of the customer requirement is to have one specific component to be LTR the component is : ojStatusMeterGauge
please find the below copied from the cookbook:
<div id="gauge6" title="Value: 80<br>Thresholds: Low 33, Medium 67, High 100" data-bind="ojComponent: {
component: 'ojStatusMeterGauge',
min: 0,
max: 100,
thresholds: thresholdValues,
value: value6,
metricLabel: {rendered: 'on'},
plotArea: {rendered: 'on'},
indicatorSize: 0.5,
thresholdDisplay: 'all',
readOnly: true
}"
style=
"margin-top:5px;
margin-bottom:5px;
height:20px;
width:100%;">
The question is : how to change the direction of one specific component while all of the application is using different direction?
Thanks in advance,
Amro