Home
last modified time | relevance | path

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

12345

/plugin/diagramsnet/lib/js/grapheditor/
H A DToolbar.js7 function Toolbar(editorUi, container) class
34 Toolbar.prototype.selectedBackground = '#d0d0d0';
39 Toolbar.prototype.unselectedBackground = 'none';
44 Toolbar.prototype.staticElements = null;
49 Toolbar.prototype.init = function()
190 Toolbar.prototype.addTableDropDown = function()
266 Toolbar.prototype.setFontName = function(value)
286 Toolbar.prototype.setFontSize = function(value)
785 Toolbar.prototype.hideMenu = function()
838 Toolbar.prototype.addSeparator = function(c)
[all …]
/plugin/doodle3toolbar/
H A Dplugin.info.txt5 name Doodle3 Toolbar Plugin
6 desc Toolbar Extension for doodle3
/plugin/codebuttonmod2/
H A Dplugin.info.txt5 name Toolbar Code Button - Mod 2
13 name Toolbar Code Button - Mod 1
/plugin/wysiwyg/fckeditor/_samples/lasso/
H A Dsample03.lasso43 window.location.href = window.location.pathname + "?Toolbar=" + toolbarName ;
77 if(action_param('Toolbar'));
78 $myeditor->toolbarset = action_param('Toolbar');
/plugin/syntaxhighlighter/Uncompressed/
H A DshCore.js25 Toolbar : {}, property in dp.sh
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/syntaxhighlighter/Scripts/
H A DshCore.js8Toolbar:{},Utils:{},RegexLib:{},Brushes:{},Strings:{AboutDialog:'<html><head><title>About...</titl… property in dp.sh
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/wysiwyg/fckeditor/_samples/cfm/
H A Dsample03.cfm43 window.location.href = window.location.pathname + "?Toolbar=" + toolbarName ;
69 <cfif isDefined( "URL.Toolbar" )>
70 <cfset toolbarSet = HTMLEditFormat( URL.Toolbar )>
H A Dsample03_mx.cfm43 window.location.href = window.location.pathname + "?Toolbar=" + toolbarName ;
82 if ( isDefined( "URL.Toolbar" ) )
84 fckEditor.ToolbarSet = HTMLEditFormat( URL.Toolbar ) ;
/plugin/sapnotelink/lang/de/
H A Dsettings.php9 $lang['sapnotelink_toolbar_icon'] = 'Zeige Toolbar Icon';
/plugin/sapnotelink/lang/de-informal/
H A Dsettings.php9 $lang['sapnotelink_toolbar_icon'] = 'Zeige Toolbar Icon';
/plugin/sapnotelink/lang/en/
H A Dsettings.php9 $lang['sapnotelink_toolbar_icon'] = 'Show Toolbar Icon';
/plugin/wysiwyg/fckeditor/_samples/asp/
H A 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/toolbox/
H A Dplugin.info.txt5 name A Toolbox for the Toolbar
/plugin/codebuttonmod1/
H A Dplugin.info.txt5 name Toolbar Code Button - Mod 1
H A DREADME.MD1 # CodeButtonMod 1 Plugin - Toolbar Code Button
/plugin/ipa/
H A Dplugin.info.txt6 desc Pseudo-Plugin for adding an IPA Typewriter to the Toolbar.
/plugin/prettytables/
H A Dplugin.info.txt6 desc Toolbar button that fixes the source code of a table by aligning the columns.
/plugin/indexnumber/
H A Dplugin.info.txt5 name Index number Toolbar
H A DREADME.md72 Bugfix for Toolbar buttons
75 Toolbar buttons
/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dsample03.afp42 window.location.href = window.location.pathname + "?Toolbar=" + toolbarName ;
72 lcToolbar=request.querystring("Toolbar") && Request Parameter
/plugin/plantumlparser/
H A DREADME.md13 * Toolbar button.
/plugin/fckg/fckeditor/editor/skins/silver/
H A Dfck_editor.css21 * Styles used by the editor IFRAME and Toolbar.
48 Toolbar
134 Toolbar Button
/plugin/wysiwyg/fckeditor/editor/skins/silver/
H A Dfck_editor.css21 * Styles used by the editor IFRAME and Toolbar.
48 Toolbar
134 Toolbar Button
/plugin/fckg/fckeditor/editor/skins/default/
H A Dfck_editor.css21 * Styles used by the editor IFRAME and Toolbar.
48 Toolbar
131 Toolbar Button
/plugin/wysiwyg/fckeditor/editor/skins/default/
H A Dfck_editor.css21 * Styles used by the editor IFRAME and Toolbar.
48 Toolbar
131 Toolbar Button

12345