Completed
Last Updated: 20 Nov 2014 18:32 by ADMIN
Brian Vallelunga
Created on: 22 May 2012 15:53
Category: Kendo UI for jQuery
Type: Feature Request
3
Add predefined styles to editor
The editor is good, but I'd like the ability to add a drop-down to the toolbar that contains predefined styles that I could apply to elements being edited. These styles would simply be classes, not inline CSS.

For example, I might have a style named "Introduction" that applied the class of "intro" to the element I have selected.
3 comments
ADMIN
Brandon
Posted on: 17 Jul 2013 19:34
Implemented in the Q2 2013 release!
Tomas
Posted on: 29 May 2012 10:37
Sorry, one detail. If you have defined element in user.css (eg h2.big) and you will use it eg for paragraph, editor will change it to h2.
Tomas
Posted on: 29 May 2012 10:33
I think good way is like TinyMCE here
http://www.tinymce.com/tryit/custom_formats.php
The combo box Style directly parse user.css file - you can define classes with or withou element (h2.big or .big), combo shows class name and you can use it generally or only for defined element.