Currency Symbols

Post any questions you have about using the Verj.io Studio, including client and server-side programming with Javascript or FPL, and integration with databases, web services etc.

Moderators: Jon, Steve, Ian, Dave

systemsolutions
Ebase User
Posts: 19
Joined: Tue Oct 03, 2017 3:33 pm
Location: USA

Currency Symbols

#1

Postby systemsolutions » Wed May 08, 2019 11:47 pm

Has anyone figured out a way to display currency symbols with currency values? I have never been able to show the symbols.
0 x

geadon
Ebase User
Posts: 67
Joined: Wed Aug 15, 2012 1:22 pm

Re: Currency Symbols

#2

Postby geadon » Tue May 21, 2019 10:24 am

systemsolutions wrote:
Wed May 08, 2019 11:47 pm
Has anyone figured out a way to display currency symbols with currency values? I have never been able to show the symbols.
We have used CSS for display only fields, just add the 'currency' class to a field editor class property. For an editable field, we just select field type as currency and place the symbol in the label.

Code: Select all

.currency::before {
    content:"£";
}
0 x


Who is online

Users browsing this forum: Google [Bot] and 5 guests