HTMLInput default font size

Hello to all.

We are using the HTMLInput control to allow our users to enter some text in their tasks.

They have complained that the text size is too small, and they would like to change the default size of it.

Is there a way to change that?

I’ve seen some posts about TinyMCE and I was able to understand that I would need to change a CSS class to my need, but that’s not so easy in MWS.

Please help!

There isn’t an easy way to do this, but you could go to the css files for tiny_mce on the file system and edit directly. They are at: \MWS\server\default\deploy\wm_cafshared\ui\css

However, any time that you redeploy wm_cafshared, your changes will be overwritten.

Regards,
–mark

Thanks Mark. That solved the issue.