CustomStyles

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.
This page was last modified on 10 May 2008, at 10:26.