Loveyouboo (talk | contribs) (CustomStyle Declartion in php) |
(No difference)
|
Revision as of 16:34, 7 May 2008
How declare the source in javascript:
FCKConfig.CustomStyles =
{
'Red Title' : { Element : 'h3', Styles : { 'color' : 'Red' } }
};
equivalent in php?
$oFCKeditor->Config['CustomStyles'] = object (
...
)