Skip to Main Content

Java Development Tools

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!

How to add multiline title in EL expression of dvt:statusMeterGauge?

BilalJul 21 2021 — edited Jul 21 2021

Hi All,
Oracle JDeveloper 12.2.1.4.
I want to insert a date in the DVT status meter gauge at the place shown in the image below:
image.pngThe only possibility I could think of in this component is to do it via the title tag. Can we set a multiline title using EL expression? I tried using the following title but it didn't work.

title="#{bindings.TrendTypeName.inputValue} \n #{bindings.TrendTypeTimeStamp.inputValue}"

Any idea how to achieve this functionality?
Thanks in advance.
Kind Regards,
Bilal

Comments

Post Details

Added on Jul 21 2021
6 comments
92 views