Home
last modified time | relevance | path

Searched defs:CKEDITOR (Results 1 – 1 of 1) sorted by relevance

/webtrees/public/ckeditor-4.15.1-custom/
H A Dckeditor.js71 CKEDITOR.dom.event.prototype={getKey:function(){return this.$.keyCode||this.$.which},getKeystroke:f… class
73 CKEDITOR.EVENT_PHASE_BUBBLING=3;CKEDITOR.dom.domObject=function(a){a&&(this.$=a)}; method
100 CKEDITOR.dom.nodeList.prototype={count:function(){return this.$.length},getItem:function(a){return … method
101 CKEDITOR.dom.element.get=function(a){return(a="string"==typeof a?document.getElementById(a)||docume… method
102 CKEDITOR.dom.element.setMarker=function(a,d,b,c){var f=d.getCustomData("list_marker_id")||d.setCust… method
103 CKEDITOR.dom.element.clearMarkers=function(a,d,b){var c=d.getCustomData("list_marker_names"),f=d.ge… method
153 CKEDITOR.dom.range=function(a){this.endOffset=this.endContainer=this.startOffset=this.startContaine… method
220 CKEDITOR.command=function(a,d){this.uiItems=[];this.exec=function(b){if(this.state==CKEDITOR.TRISTA… method
224 CKEDITOR.config={customConfig:"config.js",autoUpdateElement:!0,language:"",defaultLanguage:"en",con… variable
1200 CKEDITOR.tools.buildTableMap=function(q,r,B,v,w){q=q.$.rows;B=B||0;v="number"===typeof v?v:q.length… method