Hello,
I don't find any documentation about inserting non-breaking space through FCKe. In a comment I read that writing two spaces will result in a and a " ", but that doesn't really help, because FCKe is so smart to remove the when I delete one of the visible spaces.
Is there a way to expand the character map to include special characters like – etc.?
Kind regards,
Frank
I don't find any documentation about inserting non-breaking space through FCKe. In a comment I read that writing two spaces will result in a and a " ", but that doesn't really help, because FCKe is so smart to remove the when I delete one of the visible spaces.
Is there a way to expand the character map to include special characters like – etc.?
Kind regards,
Frank
Re: Inserting non-breaking space
Have you had a look at this plugin (http://sourceforge.net/tracker/index.php?func=detail&aid=1469494&group_id=75348&atid=737639)?
It may be obsolete though.
Regards,
Thibault
Re: Inserting non-breaking space
Thanks Thibault,
) edits in fckconfig.js:
FCKConfig.Plugins.Add('nbsp', 'en,pl');
['nbsp','Bold','Italic','-','OrderedList','UnorderedList','-','Link','Unlink','-','About']
I can't tell, but I couldn't get it to work. I did these (
// FCKConfig.Plugins.Add( 'autogrow' ) ;
// FCKConfig.Plugins.Add( 'dragresizetable' );
FCKConfig.AutoGrowMax = 400 ;
<snip>
FCKConfig.ToolbarSets["Basic"] = [
['Bold','Italic','-','OrderedList','UnorderedList','-','Link','Unlink','-','About']
] ;
and placed the nbsp folder under /modules/fckeditor/fckeditor/editor/plugins/
I got no errors in my log but no nbsp symbol in the table (or were should I have expected it?).
Kind regards,
Frank