Home
last modified time | relevance | path

Searched refs:keyGroups (Results 1 – 4 of 4) sorted by relevance

/plugin/diagramsnet/lib/js/grapheditor/
H A DEditorUi.js184 var keyGroups = [['startArrow', 'startFill', 'endArrow', 'endFill'],
194 for (var i = 0; i < keyGroups.length; i++)
196 for (var j = 0; j < keyGroups[i].length; j++)
198 styles.push(keyGroups[i][j]);
268 for (var k = 0; k < keyGroups.length; k++)
270 var group = keyGroups[k];
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js1155keyGroups={PRINTABLE:0,FUNCTIONAL:1};b.isNavigationKey=function(a){return!!b.navigationKeyCodes[a]…
1156 b.ieFunctionalKeysBug=function(a){return CKEDITOR.env.ie&&b.getKeyGroup(a)==b.keyGroups.FUNCTIONAL}…
/plugin/ckgedit/ckeditor/
H A Dckeditor.js1228 …1};e.keyGroups={PRINTABLE:0,FUNCTIONAL:1};e.isNavigationKey=function(a){return!!e.navigationKeyCod… class in e
1229 …=e.keyGroups;return a==b.FUNCTIONAL?b.PRINTABLE:b.FUNCTIONAL};e.ieFunctionalKeysBug=function(a){re…
H A Dckeditor.js.unc24436 e.keyGroups = {
24444 var b = e.keyGroups;
24448 var b = e.keyGroups;
24452 return CKEDITOR.env.ie && e.getKeyGroup(a) == e.keyGroups.FUNCTIONAL