This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Change small to capital letters
#1
Hi
Is there any easy way to change the displayed text on visualization of binary objects with first letter capital? eg. no alarm > No Alarm, off >Off etc

Thanks
George
Reply
#2
You can use custom values
Reply
#3
(11.07.2019, 09:36)admin Wrote: You can use custom values

I have already done that, but i asked if there was a more delicate solution.

will keep it as it is
Thank you
Reply
#4
Hi,

Changing them with mass edit is 3 seconds work, quite delicate if you ask me (:

BR,

Erwin
Reply
#5
(11.07.2019, 20:09)Erwin van der Zwart Wrote: Hi,

Changing them with mass edit is 3 seconds work, quite delicate if you ask me (:

BR,

Erwin

It actually toke me about 5... Smile
Reply
#6
This can also be achieved with Custom CSS:
Code:
.item .value {
  text-transform: capitalize;
}
Reply


Forum Jump: