Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

change the direction (LTR and RTL) of one specific component

amro alfaresAug 27 2018 — edited Sep 6 2018

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
Comments
Post Details
Added on Aug 27 2018
2 comments
592 views