JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.2
[ckeditor.git] / _source / plugins / htmldataprocessor / plugin.js
index 7c48c2e..b449355 100644 (file)
@@ -185,6 +185,11 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
 \r
                                        if ( !element.attributes.type )\r
                                                element.attributes.type = 'text/css';\r
+                               },\r
+\r
+                               title : function( element )\r
+                               {\r
+                                       element.children[ 0 ].value = element.attributes[ '_cke_title' ];\r
                                }\r
                        },\r
 \r