Searched refs:dataValue (Results 1 – 2 of 2) sorted by relevance
/webtrees/public/ckeditor-4.15.1-custom/plugins/clipboard/dialogs/ |
H A D | paste.js | 6 …eDialogCommit",function(a){a.data&&c.fire("paste",{type:"auto",dataValue:a.data.dataValue,method:"… property 11 …b.getHtml();this.getDialog()._.committed=!0;a.fire("pasteDialogCommit",{dataValue:b,dataTransfer:f… property
|
/webtrees/public/ckeditor-4.15.1-custom/ |
H A D | ckeditor.js | 294 …is("textarea")?b.getValue():b.getHtml():"");b={dataValue:b};!a&&this.fire("getData",b);return b.da… property 295 …ire("saveSnapshot");f&&f.call(a.editor)});a={dataValue:a};!c&&this.fire("setData",a);this._.data=a… property 296 {dataValue:a,mode:b,range:c})},insertText:function(a){this.fire("insertText",a)},insertElement:func… property 399 this);this.attachListener(a,"insertHtml",function(a){this.insertHtml(a.data.dataValue,a.data.mode,a… 470 …w(a.data))},b,null,20);b.on("toDataFormat",function(a){a.data.dataValue=w(a.data.dataValue)},null,… 722 …);if(c&&!1===a.fire("beforePaste",b)||!b.dataValue&&b.dataTransfer.isEmpty())return!1;b.dataValue|… 726 …dataValue;g&&!0!==a.config.forcePasteAsPlainText&&"allow-word"!==a.config.forcePasteAsPlainText?a.… property 732 …ta.preventDefault(),setTimeout(function(){r(a,c)},0)):l(b,function(b){c.dataValue=b.replace(/<span… 736 …(a.data)}function d(a){a.removeListener();a.cancel();c({type:m,dataValue:a.data.dataValue,dataTran… property 747 …dataValue&&"paste"==d.method&&b(l)&&(l=l.getFile(0),-1!=CKEDITOR.tools.indexOf(f,l.type))){var t=n… [all …]
|