How declare the source in javascript e.g.:
FCKConfig.CustomStyles =
{
'Red Title' : { Element : 'h3', Styles : { 'color' : 'Red' } }
};
equivalent in php?
$oFCKeditor->Config['CustomStyles'] = object (
...
)
- This is not possible currently. We'll be reworking it for V3.