You need to sign in to do that
Don't have an account?
Change Font Size Based on Number of Characters
Hi all,
I would like to know if there is a Visualforce condition based on how many characters there are? I would like to make some text smaller if it goes over 30 characters in length.
Thanks!
I would like to know if there is a Visualforce condition based on how many characters there are? I would like to make some text smaller if it goes over 30 characters in length.
Thanks!
please check once below code.
Hope this helps,
please let me know in case you need any assistance.
Thanks
Varaprasad
I think you need to use javascript in your visualforce page.
for example:
and you get length of string and you can make change according to length.
I think this may help you.
Thanks
Hemant