JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.6.4
[ckeditor.git] / _source / plugins / flash / dialogs / flash.js
index 5ac131a..7b7649d 100644 (file)
@@ -31,7 +31,6 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
                src : [ { type : ATTRTYPE_PARAM, name : 'movie' }, { type : ATTRTYPE_EMBED, name : 'src' }, { type : ATTRTYPE_OBJECT, name :  'data' } ],\r
                name : [ { type : ATTRTYPE_EMBED, name : 'name' } ],\r
                align : [ { type : ATTRTYPE_OBJECT, name : 'align' } ],\r
-               title : [ { type : ATTRTYPE_OBJECT, name : 'title' }, { type : ATTRTYPE_EMBED, name : 'title' } ],\r
                'class' : [ { type : ATTRTYPE_OBJECT, name : 'class' }, { type : ATTRTYPE_EMBED, name : 'class'} ],\r
                width : [ { type : ATTRTYPE_OBJECT, name : 'width' }, { type : ATTRTYPE_EMBED, name : 'width' } ],\r
                height : [ { type : ATTRTYPE_OBJECT, name : 'height' }, { type : ATTRTYPE_EMBED, name : 'height' } ],\r
@@ -618,7 +617,6 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
                                        [\r
                                                {\r
                                                        type : 'hbox',\r
-                                                       widths : [ '45%', '55%' ],\r
                                                        children :\r
                                                        [\r
                                                                {\r
@@ -627,13 +625,6 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
                                                                        label : editor.lang.common.id,\r
                                                                        setup : loadValue,\r
                                                                        commit : commitValue\r
-                                                               },\r
-                                                               {\r
-                                                                       type : 'text',\r
-                                                                       id : 'title',\r
-                                                                       label : editor.lang.common.advisoryTitle,\r
-                                                                       setup : loadValue,\r
-                                                                       commit : commitValue\r
                                                                }\r
                                                        ]\r
                                                },\r