Home
last modified time | relevance | path

Searched refs:_isContextAllowed (Results 1 – 3 of 3) sorted by relevance

/plugin/ckgdoku/ckeditor/
H A Dckeditor.js744 …ylesFromRange(c,f),l=d._determineContext(f),p,t;if(c.copyFormatting._isContextAllowed(l))for(t=0;t…
745 …atting._isContextAllowed("list")?b._applyStylesToListContext(a.editor,a.data.range,a.data.styles):…
746 …tting._isContextAllowed("text")&&b._applyStylesToTextContext(a.editor,a.data.range,a.data.styles)}… method in c
/plugin/ckgedit/ckeditor/
H A Dckeditor.js820 …ylesFromRange(a,d),f=b._determineContext(d),g,h;if(a.copyFormatting._isContextAllowed(f))for(h=0;h…
821_isContextAllowed("list")?d._applyStylesToListContext(b.editor,b.data.range,b.data.styles):"table"… method in q
H A Dckeditor.js.unc16186 if (a.copyFormatting._isContextAllowed(f))
16194_isContextAllowed("list") ? e._applyStylesToListContext(b.editor, b.data.range, b.data.styles) : "…
16198 q.prototype._isContextAllowed = function(a) {