Searched refs:insertHtml (Results 1 – 25 of 26) sorted by relevance
12
| /plugin/ckgdoku/ckeditor/plugins/shortcuts/ |
| D | plugin.js | 1 …insertHtml("<div> </div>");d.insertHtml("<div>"+e+"</div>")}});c.addCommand("ckginsheaderone"…
|
| D | plugin.js.unc | 25 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html#insertHtml 26 editor.insertHtml( '<div> </div>' ); 27 editor.insertHtml( '<div>' + text + '</div>' ); 84 editor.insertHtml( '<code>' +text + '</code>' ); 104 ed.insertHtml( '<div>' +o +text + c + '</div>' );
|
| /plugin/ckgedit/ckeditor/plugins/shortcuts/ |
| D | plugin.js | 1 …insertHtml("<div> </div>");d.insertHtml("<div>"+e+"</div>")}});c.addCommand("ckginsheaderone"…
|
| D | plugin.js.unc | 25 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html#insertHtml 26 editor.insertHtml( '<div> </div>' ); 27 editor.insertHtml( '<div>' + text + '</div>' ); 84 editor.insertHtml( '<code>' +text + '</code>' ); 104 ed.insertHtml( '<div>' +o +text + c + '</div>' );
|
| /plugin/ckgdoku/ckeditor/plugins/signature/ |
| D | plugin.js.unc | 41 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html#insertHtml 42 editor.insertHtml(mail);
|
| D | plugin.js | 1 …var e='— <i><a href="mailto:'+f+'">'+h+"</a> "+c+"</i>—";g.insertHtml(e)}});a.ui.addBu…
|
| /plugin/ckgedit/ckeditor/plugins/signature/ |
| D | plugin.js.unc | 41 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html#insertHtml 42 editor.insertHtml(mail);
|
| D | plugin.js | 1 …var e='— <i><a href="mailto:'+f+'">'+h+"</a> "+c+"</i>—";g.insertHtml(e)}});a.ui.addBu…
|
| /plugin/ckgdoku/ckeditor/plugins/timestamp/ |
| D | plugin.js | 28 editor.insertHtml( now.toLocaleString());
|
| /plugin/ckgedit/ckeditor/plugins/timestamp/ |
| D | plugin.js | 28 editor.insertHtml( now.toLocaleString());
|
| /plugin/ckgedit/ckeditor/plugins/truetype/ |
| D | plugin.js | 31 editor.insertHtml('<code>' + text + '</code>');
|
| /plugin/ckgedit/ckeditor/plugins/msword/dialogs/ |
| D | msword.js | 1 …insertHtml(e);e=""}var g=new RegExp("<style>([^]*)</style>","gm");e=e.replace(g,function(h,i){retu…
|
| D | msword.js.unc | 111 editor.insertHtml(inner); 187 editor.insertHtml(inner);
|
| /plugin/ckgdoku/ckeditor/plugins/geshi/dialogs/ |
| D | geshi.js | 1 …="code '+p+'">'+r+"</pre>"}else{i=l(p,o.getValueOf("tab-basic","file"))+r+d()}k.insertHtml(i)}}}});
|
| D | geshi.js.unc | 191 editor.insertHtml(retval);
|
| /plugin/ckgedit/ckeditor/plugins/msword/dialogs/bak/ |
| D | msword.js | 171 editor.insertHtml(inner);
|
| D | msword.js.unc | 171 editor.insertHtml(inner);
|
| /plugin/ckgedit/ckeditor/plugins/tags/dialogs/ |
| D | tags.js | 1 …ace(/\s+$/,"");data=e.getData();l="{{tag>"+l+"}}";if(n=="cursor"){e.insertHtml(l)}else{if(n=="t…
|
| D | tags.js.unc | 124 editor.insertHtml(selected);
|
| /plugin/ckgedit/ckeditor/plugins/geshi/dialogs/ |
| D | geshi.js | 1 …"code '+r+'">'+u+"</pre>"}else{i=l(r,q.getValueOf("tab-basic","file"))+u+d()}}k.insertHtml(i)}}}});
|
| D | geshi.js.unc | 240 editor.insertHtml(retval);
|
| /plugin/ckgdoku/ckeditor/ |
| D | CHANGES.md | 462 …ectable position. Also the [`editor.insertHtml()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor… 490 …editable element using the [`editor.insertHtml()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor… 512 …v.ckeditor.com/ticket/13069): Fixed inconsistencies between [`editable.insertHtml()`](http://docs.…
|
| D | ckeditor.js | 259 …eystrokes[8]=+a,this.editable().setReadOnly(a),this.fire("readOnly"))},insertHtml:function(a,b,c){… 339 …insertHtml(this.transformPlainTextToHtml(a),"text")},transformPlainTextToHtml:function(a){var b=th… 350 this);this.attachListener(a,"insertHtml",function(a){this.insertHtml(a.data.dataValue,a.data.mode,a… 686 null,6);a.on("paste",function(b){b=b.data;b.dataValue&&(a.insertHtml(b.dataValue,b.type,b.range),se… 1079 …s.editor.fire("dataReady")},getData:function(){return this.getValue()},insertHtml:function(){},ins… method
|
| /plugin/ckgedit/ckeditor/ |
| D | CHANGES.md | 882 …sition. Also the [`editor.insertHtml()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_e… 910 …lement using the [`editor.insertHtml()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_e… 932 …v.ckeditor.com/ticket/13069): Fixed inconsistencies between [`editable.insertHtml()`](https://cked…
|
| D | ckeditor.js.unc | 6021 insertHtml: function(a, b, c) { 6022 this.fire("insertHtml", { 7683 this.insertHtml(this.transformPlainTextToHtml(a), "text") 7690 insertHtml: function(a, b, c) { 7888 this.attachListener(a, "insertHtml", function(a) { 7889 this.insertHtml(a.data.dataValue, a.data.mode, a.data.range) 14646 … b.dataValue && (a.insertHtml(b.dataValue, b.type, b.range), setTimeout(function() { 21803 insertHtml: function() {}, 22164 a.on("insertHtml", function() {
|
12