Changing default style for c1webedit

Posted by: kevin.rowe on 13 April 2021, 8:22 pm EST

    • Post Options:
    • Link

    Posted 13 April 2021, 8:22 pm EST

    I have a legacy application that is being modified to use wijmo and asp.net controls, and need to apply a custom style to a C1WebEdit. For various reasons, I’m unable to convert this to a C1Input right now. From the support documentation it looks like this would simply be a case of copying and pasting from the original CSS document folder (the project has some of these in for other controls). Unfortunately the original source folder is missing, as the project and updated development license were moved to another machine.

    Where can I get hold of the default CSS files for C1WebEdit, or is there somewhere in registry or project that holds a local copy of the CSS used for the control?

  • Posted 15 April 2021, 7:05 pm EST

    Hi Kevin,

    As you said, you are working on the legacy product. The support and maintenance has been ended years ago. Hence, it is not easy for us to find the controls without specifying the version information.

    The CSS file is part of the DLL and the required classes can be get by inspecting the DOM. You may execute the sample and try modifying the CSS using the browser developer tools and then use these CSS classes in your project.

    To apply CSS for specific control, you may add class or id to the control and use it as prefix while modifying the CSS for the control.

    Hope it helps!

    Regards,

    Manish Gupta

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels