I've linked the CSS from a URL which is applying the CSS to the edit window but the styles menu is just showing up blank so I can't apply styles or change styles of elements at the moment, I tried linking to a style sheet with only one style as a test and still nothing.
Re: CSS Styles from URL
http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.contentsCss
Re: CSS Styles from URL
<script type="text/javascript">
CKEDITOR.replace( 'about',
{
toolbar : 'Basic',
charcount_limit : 10000
});
</script>
Re: CSS Styles from URL
CKEDITOR.replace('about', { toolbar:'Basic', charcount_limit : 10000, contentsCss: 'http://your-domain.tld/your-directory/your-stylesheet.css' }) ;Re: CSS Styles from URL
I've linked the CSS from a URL which is applying the CSS to the edit window but the styles menu is just showing up blank so I can't apply styles or change styles of elements at the moment, I tried linking to a style sheet with only one style as a test and still nothing.
Re: CSS Styles from URL
Re: CSS Styles from URL
Styles
StylesCKEditor 3.x HOWTOs
Styles
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!