Searched refs:Toolbar (Results 1 – 25 of 136) sorted by relevance
123456
| /plugin/diagramsnet/lib/js/grapheditor/ |
| D | Toolbar.js | 7 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/ |
| D | plugin.info.txt | 5 name Doodle3 Toolbar Plugin 6 desc Toolbar Extension for doodle3
|
| /plugin/codebuttonmod2/ |
| D | plugin.info.txt | 5 name Toolbar Code Button - Mod 2 13 name Toolbar Code Button - Mod 1
|
| /plugin/syntaxhighlighter/Scripts/ |
| D | shCore.js | 8 …Toolbar:{},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/ |
| D | shCore.js | 25 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/ |
| D | sample03.lasso | 43 window.location.href = window.location.pathname + "?Toolbar=" + toolbarName ; 77 if(action_param('Toolbar')); 78 $myeditor->toolbarset = action_param('Toolbar');
|
| /plugin/grensladawritezor/fckeditor/_samples/lasso/ |
| D | sample03.lasso | 43 window.location.href = window.location.pathname + "?Toolbar=" + toolbarName ; 77 if(action_param('Toolbar')); 78 $myeditor->toolbarset = action_param('Toolbar');
|
| /plugin/wysiwyg/fckeditor/_samples/cfm/ |
| D | sample03.cfm | 43 window.location.href = window.location.pathname + "?Toolbar=" + toolbarName ; 69 <cfif isDefined( "URL.Toolbar" )> 70 <cfset toolbarSet = HTMLEditFormat( URL.Toolbar )>
|
| D | sample03_mx.cfm | 43 window.location.href = window.location.pathname + "?Toolbar=" + toolbarName ; 82 if ( isDefined( "URL.Toolbar" ) ) 84 fckEditor.ToolbarSet = HTMLEditFormat( URL.Toolbar ) ;
|
| /plugin/wysiwyg/fckeditor/_samples/asp/ |
| D | sample03.asp | 45 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/ |
| D | sample03.asp | 45 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/ |
| D | settings.php | 9 $lang['sapnotelink_toolbar_icon'] = 'Zeige Toolbar Icon';
|
| /plugin/sapnotelink/lang/en/ |
| D | settings.php | 9 $lang['sapnotelink_toolbar_icon'] = 'Show Toolbar Icon';
|
| /plugin/sapnotelink/lang/de-informal/ |
| D | settings.php | 9 $lang['sapnotelink_toolbar_icon'] = 'Zeige Toolbar Icon';
|
| /plugin/bureaucracytoolbar/ |
| H A D | README.md | 1 ### Bureaucracy Toolbar Plugin for DokuWiki 3 The Bureaucracy Toolbar plugin enhances DokuWiki's [Bureaucracy plugin](https://www.dokuwiki.org/pl…
|
| H A D | plugin.info.txt | 6 desc The Bureaucracy Toolbar plugin enhances DokuWiki's Bureaucracy plugin by adding a simple too…
|
| /plugin/ipa/ |
| D | plugin.info.txt | 6 desc Pseudo-Plugin for adding an IPA Typewriter to the Toolbar.
|
| /plugin/codebuttonmod1/ |
| D | plugin.info.txt | 5 name Toolbar Code Button - Mod 1
|
| /plugin/toolbox/ |
| D | plugin.info.txt | 5 name A Toolbox for the Toolbar
|
| /plugin/prettytables/ |
| D | plugin.info.txt | 6 desc Toolbar button that fixes the source code of a table by aligning the columns.
|
| /plugin/codebuttonmodbash/ |
| D | plugin.info.txt | 5 name Toolbar Code Button - Mod bash
|
| /plugin/indexnumber/ |
| D | plugin.info.txt | 5 name Index number Toolbar
|
| D | README.md | 72 Bugfix for Toolbar buttons 75 Toolbar buttons
|
| /plugin/grensladawritezor/fckeditor/_samples/afp/ |
| D | sample03.afp | 42 window.location.href = window.location.pathname + "?Toolbar=" + toolbarName ; 72 lcToolbar=request.querystring("Toolbar") && Request Parameter
|
| /plugin/wysiwyg/fckeditor/_samples/afp/ |
| D | sample03.afp | 42 window.location.href = window.location.pathname + "?Toolbar=" + toolbarName ; 72 lcToolbar=request.querystring("Toolbar") && Request Parameter
|
123456