diff options
| author | lsces <lester@lsces.co.uk> | 2014-08-04 23:52:19 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2014-08-04 23:52:19 +0100 |
| commit | 56ef7b6e305b348fb01813ff399fba6e53644e75 (patch) | |
| tree | 5c4300d09df9d2c937227d78e5372ddb52387d8c /plugins/forms/dialogs/button.js | |
| parent | 82db2932232a9deaef8275aec51e11c4e61086a9 (diff) | |
| download | ckeditor-56ef7b6e305b348fb01813ff399fba6e53644e75.tar.gz ckeditor-56ef7b6e305b348fb01813ff399fba6e53644e75.tar.bz2 ckeditor-56ef7b6e305b348fb01813ff399fba6e53644e75.zip | |
Upgrade to CKEditor 4.4.3
Only copyright dae changed ...
Diffstat (limited to 'plugins/forms/dialogs/button.js')
| -rwxr-xr-x | plugins/forms/dialogs/button.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/forms/dialogs/button.js b/plugins/forms/dialogs/button.js index 16ea846..56a4efd 100755 --- a/plugins/forms/dialogs/button.js +++ b/plugins/forms/dialogs/button.js @@ -1,5 +1,5 @@ /* - Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. + Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.dialog.add("button",function(b){function d(a){var b=this.getValue();b?(a.attributes[this.id]=b,"name"==this.id&&(a.attributes["data-cke-saved-name"]=b)):(delete a.attributes[this.id],"name"==this.id&&delete a.attributes["data-cke-saved-name"])}return{title:b.lang.forms.button.title,minWidth:350,minHeight:150,onShow:function(){delete this.button;var a=this.getParentEditor().getSelection().getSelectedElement();a&&a.is("input")&&a.getAttribute("type")in{button:1,reset:1,submit:1}&&(this.button= |
