Searched refs:menuButton (Results 1 – 4 of 4) sorted by relevance
20 …menuButton),i.focusedChild_=-1,i.on("keydown",function(e){return i.handleKeyDown(e)}),i.boundHandl… property
907 …menuButton=CKEDITOR.tools.createClass({base:CKEDITOR.ui.button,$:function(f){delete f.panel;this.b…908 beforeInit:function(a){a.ui.addHandler(CKEDITOR.UI_MENUBUTTON,CKEDITOR.ui.menuButton.handler)}}),CK…
984 …menuButton=CKEDITOR.tools.createClass({base:CKEDITOR.ui.button,$:function(c){delete c.panel;this.b…
19514 CKEDITOR.ui.menuButton = CKEDITOR.tools.createClass({19525 return new CKEDITOR.ui.menuButton(c)19532 d.ui.addHandler(CKEDITOR.UI_MENUBUTTON, CKEDITOR.ui.menuButton.handler)