Home
last modified time | relevance | path

Searched refs:Toolbar (Results 1 – 25 of 136) sorted by relevance

123456

/plugin/diagramsnet/lib/js/grapheditor/
DToolbar.js7 function Toolbar(editorUi, container) class
29 Toolbar.prototype.dropDownImage = (!mxClient.IS_SVG) ? IMAGE_PATH + '/dropdown.gif' : 'data:image/g…
34 Toolbar.prototype.selectedBackground = '#d0d0d0';
39 Toolbar.prototype.unselectedBackground = 'none';
44 Toolbar.prototype.staticElements = null;
49 Toolbar.prototype.init = function()
174 Toolbar.prototype.appendDropDownImageHtml = function(elt)
179 img.setAttribute('src', Toolbar.prototype.dropDownImage);
190 Toolbar.prototype.addTableDropDown = function()
237 Toolbar.prototype.addDropDownArrow = function(menu, sprite, width, atlasWidth, left, top, atlasDelt…
[all …]
/plugin/doodle3toolbar/
Dplugin.info.txt5 name Doodle3 Toolbar Plugin
6 desc Toolbar Extension for doodle3
/plugin/codebuttonmod2/
Dplugin.info.txt5 name Toolbar Code Button - Mod 2
13 name Toolbar Code Button - Mod 1
/plugin/syntaxhighlighter/Scripts/
DshCore.js8Toolbar:{},Utils:{},RegexLib:{},Brushes:{},Strings:{AboutDialog:'<html><head><title>About...</titl… property
19 …utDialog.replace('{V}',dp.sh.Version));doc.close();wnd.focus();}}};dp.sh.Toolbar.Create=function(h…
20 {var div=document.createElement('DIV');div.className='tools';for(var name in dp.sh.Toolbar.Commands)
21 {var cmd=dp.sh.Toolbar.Commands[name];if(cmd.check!=null&&!cmd.check(highlighter))
24 dp.sh.Toolbar.Command=function(name,sender)
27 dp.sh.Toolbar.Commands[name].func(sender,n.highlighter);}
85 this.bar.appendChild(dp.sh.Toolbar.Create(this));if(this.showColumns)
/plugin/syntaxhighlighter/Uncompressed/
DshCore.js25 Toolbar : {}, property
44 dp.sh.Toolbar.Commands = {
145 dp.sh.Toolbar.Create = function(highlighter)
151 for(var name in dp.sh.Toolbar.Commands)
153 var cmd = dp.sh.Toolbar.Commands[name];
165 dp.sh.Toolbar.Command = function(name, sender)
173 dp.sh.Toolbar.Commands[name].func(sender, n.highlighter);
393 this.bar.appendChild(dp.sh.Toolbar.Create(this));
/plugin/wysiwyg/fckeditor/_samples/lasso/
Dsample03.lasso43 window.location.href = window.location.pathname + "?Toolbar=" + toolbarName ;
77 if(action_param('Toolbar'));
78 $myeditor->toolbarset = action_param('Toolbar');
/plugin/grensladawritezor/fckeditor/_samples/lasso/
Dsample03.lasso43 window.location.href = window.location.pathname + "?Toolbar=" + toolbarName ;
77 if(action_param('Toolbar'));
78 $myeditor->toolbarset = action_param('Toolbar');
/plugin/wysiwyg/fckeditor/_samples/cfm/
Dsample03.cfm43 window.location.href = window.location.pathname + "?Toolbar=" + toolbarName ;
69 <cfif isDefined( "URL.Toolbar" )>
70 <cfset toolbarSet = HTMLEditFormat( URL.Toolbar )>
Dsample03_mx.cfm43 window.location.href = window.location.pathname + "?Toolbar=" + toolbarName ;
82 if ( isDefined( "URL.Toolbar" ) )
84 fckEditor.ToolbarSet = HTMLEditFormat( URL.Toolbar ) ;
/plugin/wysiwyg/fckeditor/_samples/asp/
Dsample03.asp45 window.location.href = window.location.pathname + "?Toolbar=" + toolbarName ;
81 If Request.QueryString("Toolbar") <> "" Then
82 oFCKeditor.ToolbarSet = Server.HTMLEncode( Request.QueryString("Toolbar") )
/plugin/grensladawritezor/fckeditor/_samples/asp/
Dsample03.asp45 window.location.href = window.location.pathname + "?Toolbar=" + toolbarName ;
81 If Request.QueryString("Toolbar") <> "" Then
82 oFCKeditor.ToolbarSet = Server.HTMLEncode( Request.QueryString("Toolbar") )
/plugin/sapnotelink/lang/de/
Dsettings.php9 $lang['sapnotelink_toolbar_icon'] = 'Zeige Toolbar Icon';
/plugin/sapnotelink/lang/en/
Dsettings.php9 $lang['sapnotelink_toolbar_icon'] = 'Show Toolbar Icon';
/plugin/sapnotelink/lang/de-informal/
Dsettings.php9 $lang['sapnotelink_toolbar_icon'] = 'Zeige Toolbar Icon';
/plugin/bureaucracytoolbar/
H A DREADME.md1 ### Bureaucracy Toolbar Plugin for DokuWiki
3 The Bureaucracy Toolbar plugin enhances DokuWiki's [Bureaucracy plugin](https://www.dokuwiki.org/pl…
H A Dplugin.info.txt6 desc The Bureaucracy Toolbar plugin enhances DokuWiki's Bureaucracy plugin by adding a simple too…
/plugin/ipa/
Dplugin.info.txt6 desc Pseudo-Plugin for adding an IPA Typewriter to the Toolbar.
/plugin/codebuttonmod1/
Dplugin.info.txt5 name Toolbar Code Button - Mod 1
/plugin/toolbox/
Dplugin.info.txt5 name A Toolbox for the Toolbar
/plugin/prettytables/
Dplugin.info.txt6 desc Toolbar button that fixes the source code of a table by aligning the columns.
/plugin/codebuttonmodbash/
Dplugin.info.txt5 name Toolbar Code Button - Mod bash
/plugin/indexnumber/
Dplugin.info.txt5 name Index number Toolbar
DREADME.md72 Bugfix for Toolbar buttons
75 Toolbar buttons
/plugin/grensladawritezor/fckeditor/_samples/afp/
Dsample03.afp42 window.location.href = window.location.pathname + "?Toolbar=" + toolbarName ;
72 lcToolbar=request.querystring("Toolbar") && Request Parameter
/plugin/wysiwyg/fckeditor/_samples/afp/
Dsample03.afp42 window.location.href = window.location.pathname + "?Toolbar=" + toolbarName ;
72 lcToolbar=request.querystring("Toolbar") && Request Parameter

123456