/plugin/divalign2/ |
H A D | script.js | 9 if(toolbar){ 10 toolbar[toolbar.length] = {"type":"format", "title":"Left", "key":"", class 14 toolbar[toolbar.length] = {"type":"format", "title":"Center", "key":"", class 18 toolbar[toolbar.length] = {"type":"format", "title":"Right", "key":"", class 22 toolbar[toolbar.length] = {"type":"format", "title":"Justify", "key":"", class
|
/plugin/commonmark/ |
H A D | script.js | 3 if (typeof window.toolbar !== 'undefined') { 4 toolbar[toolbar.length] = { class 12 toolbar[toolbar.length] = { class 21 title: toolbar[0].title, 30 title: toolbar[1].title, 39 title: toolbar[3].title, 48 title: toolbar[4].title,
|
/plugin/tfslink/ |
H A D | script.js | 21 if (window.toolbar != undefined) { 27 if (window.toolbar.length > 11) 28 window.toolbar.splice(11, 0, button); 30 window.toolbar[window.toolbar.length] = button;
|
/plugin/skipentity/ |
H A D | script.js | 1 if (typeof window.toolbar !== 'undefined') { 3 toolbar[toolbar.length] = { class 26 toolbar[toolbar.length] = { class
|
/plugin/stars2/ |
H A D | action.php | 43 'icon' => '../../plugins/stars2/images/toolbar/star.png', 48 'icon' => '../../plugins/stars2/images/toolbar/star1.png', 54 'icon' => '../../plugins/stars2/images/toolbar/star2.png', 60 'icon' => '../../plugins/stars2/images/toolbar/star3.png', 66 'icon' => '../../plugins/stars2/images/toolbar/star4.png', 72 'icon' => '../../plugins/stars2/images/toolbar/star5.png', 78 'icon' => '../../plugins/stars2/images/toolbar/starnry.png',
|
/plugin/encryptedpasswords/ |
H A D | script.js | 2 if (typeof window.toolbar !== 'undefined') { 3 toolbar[toolbar.length] = { class 11 toolbar[toolbar.length] = { class
|
/plugin/dokuprism/prism/ |
H A D | prism.css | 147 div.code-toolbar > .toolbar { 155 div.code-toolbar:hover > .toolbar { 165 div.code-toolbar > .toolbar .toolbar-item { 169 div.code-toolbar > .toolbar a { 173 div.code-toolbar > .toolbar button { 186 div.code-toolbar > .toolbar a, 187 div.code-toolbar > .toolbar button, 188 div.code-toolbar > .toolbar span { 198 div.code-toolbar > .toolbar a:hover, 199 div.code-toolbar > .toolbar a:focus, [all …]
|
/plugin/imagereference/ |
H A D | script.js | 10 if (window.toolbar !== undefined) { 11 toolbar[toolbar.length] = { class 19 toolbar[toolbar.length] = { class
|
/plugin/ckgdoku/ckeditor/lang/ |
H A D | en.js | 1 …toolbar:"Block Quote"},button:{selectedLabel:"%1 (Selected)"},toolbar:{toolbarCollapse:"Collapse T… property in CKEDITOR.lang.en.pastefromword
|
/plugin/nowiki/ |
H A D | script.js | 4 if(toolbar){ 5 toolbar[toolbar.length] = {"type":"format", "title":"NoWiki", "key":"", class
|
/plugin/fields/ |
H A D | script.js | 4 if(toolbar){ 5 toolbar[toolbar.length] = class
|
/plugin/facebooklike/ |
H A D | script.js | 2 if(toolbar){ 3 toolbar[toolbar.length] = {"type":"insert", "title":"like", "key":"", class
|
/plugin/jdraw/ |
H A D | script.js | 1 if(toolbar){ 2 toolbar[toolbar.length] = {"type":"format", "title":"jDrawDiagram", "key":"", class
|
/plugin/chessdiagram/ |
H A D | script.js | 4 if(toolbar){ 5 toolbar[toolbar.length] = { class
|
/plugin/ipa/ |
H A D | script.js | 8 if(window.toolbar!=undefined) { 9 toolbar[toolbar.length] = { class
|
/plugin/vkeyboard/ |
H A D | script.js | 6 if(toolbar){ 8 toolbar[toolbar.length] = {"type":"mediapopup", "title":"virtual keyboard", "key":"", class
|
/plugin/pgn4web/ |
H A D | script.js | 3 if(toolbar){ 4 toolbar[toolbar.length] = { class
|
/plugin/mtg/ |
H A D | script.js | 2 if (typeof window.toolbar !== 'undefined') { 3 toolbar[toolbar.length] = { class
|
/plugin/mark2memorize/ |
H A D | script.js | 6 if(window.toolbar != undefined) { 7 toolbar[toolbar.length] = { class
|
/plugin/color/ |
H A D | script.js | 6 if(window.toolbar != undefined) { 7 toolbar[toolbar.length] = { class
|
/plugin/highlight/ |
H A D | script.js | 6 if(window.toolbar != undefined) { 7 toolbar[toolbar.length] = { class
|
/plugin/idcount/ |
H A D | script.js | 2 if(window.toolbar != undefined){ 3 toolbar[toolbar.length] = {"type": "PluginIDCount", class
|
/plugin/jquery-syntax/jquery-syntax/ |
H A D | jquery.syntax.layout.list.js | 5 …ery('<'+listTag+' class="syntax highlighted">'),line=1,space=/^\s*$/;var toolbar=jQuery('<div clas… 8 …toolbar.append(a);toolbar.append('<a href="http://www.oriontransfer.co.nz/software/jquery-syntax" …
|
/plugin/chessdiagram/toolbar/ |
H A D | readme.txt | 1 To add a chessdiagram button to the toolbar: 3 - mv chessdiagram.png to lib/images/toolbar 4 - inc/toolbar:
|
/plugin/syntaxhighlighter3/sxh3/pkg/styles/ |
H A D | shCoreMDUltra.css | 35 .syntaxhighlighter.collapsed .toolbar span a{padding:0 !important;display:none !important;} 36 .syntaxhighlighter.collapsed .toolbar span a.expandSource{display:inline !important;} 38 .syntaxhighlighter .toolbar span.title{display:inline !important;} 40 .syntaxhighlighter .toolbar a.expandSource{display:none !important;} 42 .syntaxhighlighter.ie .toolbar{line-height:8px !important;} 43 .syntaxhighlighter.ie .toolbar a{padding-top:0px !important;} 47 .syntaxhighlighter.printing .toolbar{display:none !important;} 76 .syntaxhighlighter.collapsed .toolbar a{color:#428bdd !important;} 77 .syntaxhighlighter.collapsed .toolbar a:hover{color:lime !important;} 79 .syntaxhighlighter .toolbar a{color:#aaaaff !important;} [all …]
|