Searched refs:getIconStyle (Results 1 – 3 of 3) sorted by relevance
/plugin/ckgdoku/ckeditor/ |
H A D | ckeditor.js | 487 a.toLowerCase();this.icons[a]||(this.icons[a]={path:b,offset:c||0,bgsize:d||"16px"})},getIconStyle:… method in CKEDITOR.skin 627 ….removeClass("cke_ltr").removeClass("cke_rtl");e.setAttribute("style",CKEDITOR.skin.getIconStyle(x, 629 …ow?"true":"false",keydownFn:w,focusFn:q,clickFn:g,style:CKEDITOR.skin.getIconStyle(x,"rtl"==a.lang… 776 …a._.itemOutFn,clickFn:a._.itemClickFn,index:f,iconStyle:CKEDITOR.skin.getIconStyle(u,"rtl"==this.e…
|
/plugin/ckgedit/ckeditor/ |
H A D | ckeditor.js | 530 …this.icons[a]||(this.icons[a]={path:b,offset:c||0,bgsize:d||"16px"})},getIconStyle:function(a,b,c,… method in CKEDITOR.skin 688 …cke_ltr").removeClass("cke_rtl");d.setAttribute("style",CKEDITOR.skin.getIconStyle(n,"rtl"==b,this… 690 …w?"true":"false"),keydownFn:x,focusFn:y,clickFn:k,style:CKEDITOR.skin.getIconStyle(h,"rtl"==a.lang… 810 …a._.itemOutFn,clickFn:a._.itemClickFn,index:b,iconStyle:CKEDITOR.skin.getIconStyle(p,"rtl"==this.e…
|
H A D | ckeditor.js.unc | 10580 getIconStyle: function(a, b, c, d, f) { 13668 CKEDITOR.skin.getIconStyle(m, "rtl" == b, this.icon, this.iconOffset)) 13693 style: CKEDITOR.skin.getIconStyle(h, "rtl" == a.lang.dir, r, this.iconOffset), 16008 …iconStyle: CKEDITOR.skin.getIconStyle(p, "rtl" == this.editor.lang.dir, p == this.icon ? null : th…
|