Home
last modified time | relevance | path

Searched refs:Panel (Results 1 – 25 of 47) sorted by relevance

12

/plugin/bootswrapper/exe/help/
H A Dpanel.txt12 Panel content
16 Panel content
22 Panel content
26 Panel content
33 <panel type="primary" title="Panel title">Panel content</panel>
34 <panel type="success" title="Panel title">Panel content</panel>
35 <panel type="info" title="Panel title">Panel content</panel>
37 <panel type="danger" title="Panel title">Panel content</panel>
42 <panel type="info" title="Panel title">Panel content</panel>
117 Panel content
[all …]
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckmenublockpanel.js37 …var oPanel = this.Panel = ( this.Parent && this.Parent.Panel ? this.Parent.Panel.CreateChildPanel(…
46 if ( !this.Panel.CheckIsOpened() )
47 this.Panel.Show( x, y, relElement ) ;
52 if ( this.Panel.CheckIsOpened() )
53 this.Panel.Hide() ;
H A Dfckmenublock.js114 menuBlock.Panel.HasFocus = true ;
H A Dfckmenuitem.js96 this.SubMenu.Panel.OnHide = FCKTools.CreateEventListener( FCKMenuItem_SubMenu_OnHide, this ) ;
H A Dfckcontextmenu.js38 oMenuBlock.Panel = oPanel ;
/plugin/patchpanel/
H A Dplugin.info.txt5 name Patch Panel Plugin
/plugin/switchpanel/
H A Dplugin.info.txt5 name Switch Panel Plugin
H A DREADME.md1 # Dokuwiki Switch Panel Plugin
/plugin/fckg/fckeditor/editor/skins/silver/
H A Dfck_editor.css314 ### Panel Styles
438 ### Color Selector Panel
/plugin/wysiwyg/fckeditor/editor/skins/silver/
H A Dfck_editor.css314 ### Panel Styles
438 ### Color Selector Panel
/plugin/fckg/fckeditor/editor/skins/default/
H A Dfck_editor.css307 ### Panel Styles
429 ### Color Selector Panel
/plugin/wysiwyg/fckeditor/editor/skins/default/
H A Dfck_editor.css307 ### Panel Styles
429 ### Color Selector Panel
/plugin/wysiwyg/fckeditor/editor/skins/office2003/
H A Dfck_editor.css315 ### Panel Styles
441 ### Color Selector Panel
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js6703 Firebug.Panel = class in Firebug
22358 Firebug.Panel.create.apply(this, arguments);
24515 HTMLPanel.prototype = extend(Firebug.Panel,
24528 Firebug.Panel.create.apply(this, arguments);
26464 Firebug.SourceBoxPanel = Firebug.Panel;
27277 Firebug.Panel.create.apply(this, arguments);
28844 ScriptPanel.prototype = extend(Firebug.Panel,
28858 Firebug.Panel.create.apply(this, arguments);
28901 Firebug.Panel.detach.apply(this, arguments);
29840 Firebug.Panel.create.apply(this, arguments);
[all …]
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js1606 }var options=this.options=extend(Firebug.Panel.options,this.options);
5796 Firebug.Panel.shutdown.apply(this,arguments)
6471 Firebug.Panel.destroy.apply(this,arguments)
6489 Firebug.Panel.shutdown.apply(this,arguments)
7049 Firebug.SourceBoxPanel=Firebug.Panel;
7266 Firebug.Panel.shutdown.apply(this,arguments)
7674 Firebug.Panel.initialize.apply(this,arguments);
7677 Firebug.Panel.shutdown.apply(this,arguments)
7890 Firebug.Panel.create.apply(this,arguments);
7895 Firebug.Panel.shutdown.apply(this,arguments)
[all …]
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js1612 Firebug.Panel={name:"HelloWorld",title:"Hello World!",parentPanel:null,options:{hasCommandLine:false,hasStatusBar:false,hasToolButtons:false,isPreRendered:false,innerHTMLSync:false},tabNode:null,panelNode:null,sidePanelNode:null,statusBarNode:null,toolButtonsNode:null,panelBarNode:null,sidePanelBarBoxNode:null,sidePanelBarNode:null,sidePanelBar:null,searchable:false,editable:true,order:2147483647,statusSeparator:"<",create:function(context,doc){this.hasSidePanel=parentPanelMap.hasOwnProperty(this.name); class in Firebug
1617 }var options=this.options=extend(Firebug.Panel.options,this.options);
1640 if(FBTrace.DBG_INITIALIZE){FBTrace.sysout("Firebug.Panel.create",this.name)
1642 },destroy:function(state){if(FBTrace.DBG_INITIALIZE){FBTrace.sysout("Firebug.Panel.destroy",this.name)
1654 },initialize:function(){if(FBTrace.DBG_INITIALIZE){FBTrace.sysout("Firebug.Panel.initialize",this.name)
1656 }var options=this.options=extend(Firebug.Panel.options,this.options);
1670 }},shutdown:function(){if(FBTrace.DBG_INITIALIZE){FBTrace.sysout("Firebug.Panel.shutdown",this.name)
1691 },watchWindow:function(win){},unwatchWindow:function(win){},updateOption:function(name,value){},showToolbarButtons:function(buttonsId,show){try{if(!this.context.browser){if(FBTrace.DBG_ERRORS){FBTrace.sysout("firebug.Panel showToolbarButtons this.context has no browser, this:",this)
1695 }}catch(exc){if(FBTrace.DBG_ERRORS){FBTrace.dumpProperties("firebug.Panel showToolbarButtons FAILS",exc);
1696 if(!this.context.browser){FBTrace.dumpStack("firebug.Panel showToolbarButton
[all...]
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js103 …CKLang.Dir+'.gif';E.width=4;E.height=7;this.SubMenu.Create();this.SubMenu.Panel.OnHide=FCKTools.Cr…
104 …!FCKBrowserInfo.IsIE&&B.HasSubMenu&&!this.HasSubMenu){A._Window.focus();A.Panel.HasFocus=true;};B.…
105Panel=(this.Parent&&this.Parent.Panel?this.Parent.Panel.CreateChildPanel():new FCKPanel());A.Appen…
106 …Default();return false;},true);var D=this._MenuBlock=new FCKMenuBlock();D.Panel=C;D.OnClick=FCKToo…
H A Dfckeditorcode_gecko.js102 …CKLang.Dir+'.gif';E.width=4;E.height=7;this.SubMenu.Create();this.SubMenu.Panel.OnHide=FCKTools.Cr…
103 …!FCKBrowserInfo.IsIE&&B.HasSubMenu&&!this.HasSubMenu){A._Window.focus();A.Panel.HasFocus=true;};B.…
104Panel=(this.Parent&&this.Parent.Panel?this.Parent.Panel.CreateChildPanel():new FCKPanel());A.Appen…
105 …Default();return false;},true);var D=this._MenuBlock=new FCKMenuBlock();D.Panel=C;D.OnClick=FCKToo…
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js116 …CKLang.Dir+'.gif';E.width=4;E.height=7;this.SubMenu.Create();this.SubMenu.Panel.OnHide=FCKTools.Cr…
117 …!FCKBrowserInfo.IsIE&&B.HasSubMenu&&!this.HasSubMenu){A._Window.focus();A.Panel.HasFocus=true;};B.…
118Panel=(this.Parent&&this.Parent.Panel?this.Parent.Panel.CreateChildPanel():new FCKPanel());A.Appen…
119 …Default();return false;},true);var D=this._MenuBlock=new FCKMenuBlock();D.Panel=C;D.OnClick=FCKToo…
H A Dfckeditorcode_ie.js117 …CKLang.Dir+'.gif';E.width=4;E.height=7;this.SubMenu.Create();this.SubMenu.Panel.OnHide=FCKTools.Cr…
118 …!FCKBrowserInfo.IsIE&&B.HasSubMenu&&!this.HasSubMenu){A._Window.focus();A.Panel.HasFocus=true;};B.…
119Panel=(this.Parent&&this.Parent.Panel?this.Parent.Panel.CreateChildPanel():new FCKPanel());A.Appen…
120 …Default();return false;},true);var D=this._MenuBlock=new FCKMenuBlock();D.Panel=C;D.OnClick=FCKToo…
/plugin/ckgedit/ckeditor/
H A DCHANGES.md95 …itor.com/cke4/addon/menubutton) `aria-haspopup` value is now `menu`, the [Panel Button](https://ck…
96 * [#1176](https://github.com/ckeditor/ckeditor-dev/pull/1176): The [Balloon Panel](https://ckeditor…
110 …/issues/2035) [Edge] Fixed: `Permission denied` is thrown when opening a [Panel](https://ckeditor.…
262 * [#1048](https://github.com/ckeditor/ckeditor-dev/issues/1048): Fixed: [Balloon Panel](https://cke…
331 …ckeditor/ckeditor-dev/issues/1221): Fixed: Invalid CSS loaded by [Balloon Panel](https://ckeditor.…
341 …oonPanel.html#method-attach) method, allowing to attach a hidden [Balloon Panel](https://ckeditor.…
538 * [#14449](https://dev.ckeditor.com/ticket/14449): Introduced the [Balloon Panel](https://ckeditor.…
/plugin/diagramsnet/lib/resources/
H A Ddia_kn.txt329 formatPanel=Format Panel
H A Ddia_si.txt329 formatPanel=Format Panel
H A Ddia_sl.txt329 formatPanel=Format Panel
H A Ddia_ta.txt329 formatPanel=Format Panel

12