Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow stylesSet #70

Closed
TNAJanssen opened this issue Nov 26, 2013 · 3 comments
Closed

Allow stylesSet #70

TNAJanssen opened this issue Nov 26, 2013 · 3 comments

Comments

@TNAJanssen
Copy link
Contributor

http://docs.ckeditor.com/#!/guide/dev_howtos_styles

@egeloen
Copy link
Owner

egeloen commented Nov 30, 2013

@AJanssen You're right, for now there is no way to configure stylesSet as it is described in the referenced doc. Anyway, it can be easily archieve by introducing a new class/interface called StylesSetManager(Interface) which will manage that into the form type.

@egeloen
Copy link
Owner

egeloen commented Nov 30, 2013

For now, a workaround can be to define it in a external script & load it via config.stylesSet = 'my_styles:/styles.js';.

@egeloen
Copy link
Owner

egeloen commented Dec 13, 2013

You issue should be fixed by the referenced PR.

@egeloen egeloen closed this as completed Dec 13, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants