Need a special offer?Find out if your project fits.
+

How to change font-size in popup options and options list

Answered
Mauricio Hernandez asked on February 11, 2019

Hello, My question is how can I change the size of the title in the popup options for example cell format or fields, enclosed capture of what I need to change. Thanks for the attention.

6 answers

Public
Dmytro Zvazhii Dmytro Zvazhii Flexmonster February 12, 2019

Hello Mauricio,
Thank you for writing to us.
You can apply the necessary font-size using CSS styles.
Here is an example: https://jsfiddle.net/flexmonster/nqt2ausL/.
Please let us know if everything works fine for you.
Regards,
Dmytro

Public
Mauricio Hernandez February 13, 2019

is perfect!!! Thanks.

Public
Angelo February 16, 2019

Hi Dmytro,
is it possibile to set the font size without using the css?
thanks

Public
Dmytro Zvazhii Dmytro Zvazhii Flexmonster February 18, 2019

Hello Angelo,
Thank you for writing to us.
Basically, any approach that you choose will be based on CSS. The only difference is how it will be presented to the end user.
In case you prefer some UI tools for changing the font size, you can easily implement it on your side.
Please let us know in case you need more guidance from us.
Regards,
Dmytro

Public
Angelo February 18, 2019

Thanks Dmytro,
yes I understand. My question is if is it possible to decide the size by a variabile that the user can pass to the component like in "formats", I can pass the vars with decimal and the currency type, etc... so I wanted to know if there's something like this.
Regards and thanks for your help
formats: [
{
     name: "",
     thousandsSeparator: ",",
    decimalSeparator: ".",
    decimalPlaces: my_decimal_variable,
    maxDecimalPlaces: -1,
    maxSymbols: 20,
    currencySymbol: my_cur_variable,
    currencySymbolAlign: "left",
    isPercent: "false",
    nullValue: "",
   infinityValue: "Infinity",
   divideByZeroValue: "Infinity",
   textAlign: "right",
    beautifyFloatingPoint: true
}
]

Public
Dmytro Zvazhii Dmytro Zvazhii Flexmonster February 19, 2019

Hello Angelo,
Thank you for your feedback.
Currently, such an option is not supported in our component.
The recommended approach is overriding the existing CSS with your own style.
Please let us know in case of any other question.
Regards,
Dmytro

Please login or Register to Submit Answer