Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
245
IGCombo - Set theme
posted

Hi there.

 

How could I set the IgCombo theme?

This one works fine:

$('#myeditor').igEditor(
    {
        theme: 'customTheme',
    });

But when I try to do this, my customTheme is not added to the Class list of mycombo.
$('#mycombo').igCombo(
    {
        theme: 'customTheme',
    });

What I'm missing?


Best Regards,

Francisco Correia