Loveyouboo (talk | contribs) |
|||
Line 1: | Line 1: | ||
− | How declare the source in javascript e.g.:<br><br>''FCKConfig.CustomStyles =<br>{<br>'Red Title' : { Element : 'h3', Styles : { 'color' : 'Red' } }<br>};''<br><br>equivalent in php?<br><br>''$oFCKeditor->Config['CustomStyles'] = object (<br>...<br>)'' | + | How declare the source in javascript e.g.:<br><br>''FCKConfig.CustomStyles =<br>{<br>'Red Title' : { Element : 'h3', Styles : { 'color' : 'Red' } }<br>};''<br><br>equivalent in php?<br><br>''$oFCKeditor->Config['CustomStyles'] = object (<br>...<br>)'' |
+ | |||
+ | *This is not possible currently. We'll be reworking it for V3. |
Latest revision as of 11:26, 10 May 2008
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.