Using the latest SmartClient JS 13.0, I wonder if it is possible to change the default font family and size of a RichtTextItem? I've set these "canvasProperties" for the form item:
This sets the drop downs above the editor to the right defaults, but when I start typing text, it's still in the default font (I think Times New Roman) and size (3).
Code:
{ fontSelectorItemProperties: { defaultValue: 'arial,helvetica,sans-serif' }, fontSizeSelectorItemProperties: { defaultValue: 2 } }
Comment