Hello,
In CKEditor 3.0 I've tried to create my own styles to show in stylescombo.
The lines are:
The problems are:
in Firefox there is no javascript error, but the combo is empty.
in IE there is a javascript error:
The questions are:
Does anybody why the combostyle is empty en firefox?
Where can I find the rules to add these styles?
Thanks.
In CKEditor 3.0 I've tried to create my own styles to show in stylescombo.
The lines are:
CKEDITOR.addStylesSet('default',[{name:'titulo',element:'h2',attributes:{style:'font-weight: bold'}},{name:'lnk_def',element:'a',attributes:{style:'color:#2C6C92'}} ]);
The problems are:
in Firefox there is no javascript error, but the combo is empty.
in IE there is a javascript error:
Line: 62
Character: 2085
Code: 0
Message error: 'length' is null or not is an object
The questions are:
Does anybody why the combostyle is empty en firefox?
Where can I find the rules to add these styles?
Thanks.