/plugin/bootswrapper/exe/help/ |
H A D | button.txt | 5 | <btn type="default">Default</btn> | Standard button | 11 … type="link">Link</btn> | Deemphasize a button by making it look like a link while maintaini… 27 ==== Link button ==== 39 <btn type="primary" size="lg">Large button</btn> 40 <btn type="default" size="lg">Large button</btn> 42 <btn type="primary">Default button</btn> 43 <btn type="default">Default button</btn> 45 <btn type="primary" size="sm">Small button</btn> 46 <btn type="default" size="sm">Small button</btn> 57 <btn type="primary">Default button</btn> [all …]
|
/plugin/custombuttons/ |
H A D | action.php | 38 foreach ($conf as $button) { 40 if (!$button['icon']) { 41 $ico .= 'genpng.php?text='. $button['label']; 43 $ico .= 'ico/'. $button['icon']; 46 if ($button['type'] == 1) { 49 'title' => $button['label'], 51 'open' => $button['pretag'], 52 'close' => $button['posttag'] 57 'title' => $button['label'], 59 'insert' => $button['code'],
|
H A D | admin.php | 118 foreach ($conf as $key => $button) { 120 if (!$button['type']) { 121 echo '<td>'.hsc($button['label']).'</td>' 122 .'<td>'.hsc($button['code']).'</td>'; 125 if ($button['icon']) { 126 … $icon = '<img src="'. DOKU_BASE.'lib/plugins/custombuttons/ico/'.$button['icon'].'" /> '; 128 echo '<td>'.$icon.hsc($button['label']).'</td>' 129 … .'<td>'.hsc($button['pretag']).hsc($button['code']).hsc($button['posttag']).'</td>';
|
/plugin/struct/jsoneditor/ |
H A D | jsoneditor.min.css | 1 div.jsoneditor-field,div.jsoneditor-readonly,div.jsoneditor-value{border:1px solid transparent;min-height:16px;min-width:32px;padding:2px;margin:1px;word-wrap:break-word;float:left}div.jsoneditor-field p,div.jsoneditor-value p{margin:0}div.jsoneditor-value{word-break:break-word}div.jsoneditor-readonly{min-width:16px;color:gray}div.jsoneditor-empty{border-color:#d3d3d3;border-style:dashed;border-radius:2px}div.jsoneditor-field.jsoneditor-empty::after,div.jsoneditor-value.jsoneditor-empty::after{pointer-events:none;color:#d3d3d3;font-size:8pt}div.jsoneditor-field.jsoneditor-empty::after{content:"field"}div.jsoneditor-value.jsoneditor-empty::after{content:"value"}div.jsoneditor-value.jsoneditor-url{color:green;text-decoration:underline}a.jsoneditor-value.jsoneditor-url:focus,a.jsoneditor-value.jsoneditor-url:hover{color:#ee422e}div.jsoneditor td.jsoneditor-separator{padding:3px 0;vertical-align:top;color:gray}div.jsoneditor-field.jsoneditor-highlight,div.jsoneditor-field[contenteditable=true]:focus,div.jsoneditor-field[contenteditable=true]:hover,div.jsoneditor-value.jsoneditor-highlight,div.jsoneditor-value[contenteditable=true]:focus,div.jsoneditor-value[contenteditable=true]:hover{background-color:#FFFFAB;border:1px solid #ff0;border-radius:2px}div.jsoneditor-field.jsoneditor-highlight-active,div.jsoneditor-field.jsoneditor-highlight-active:focus,div.jsoneditor-field.jsoneditor-highlight-active:hover,div.jsoneditor-value.jsoneditor-highlight-active,div.jsoneditor-value.jsoneditor-highlight-active:focus,div.jsoneditor-value.jsoneditor-highlight-active:hover{background-color:#fe0;border:1px solid #ffc700;border-radius:2px}div.jsoneditor-value.jsoneditor-string{color:green}div.jsoneditor-value.jsoneditor-array,div.jsoneditor-value.jsoneditor-object{min-width:16px;color:grey}div.jsoneditor-value.jsoneditor-number{color:#ee422e}div.jsoneditor-value.jsoneditor-boolean{color:#ff8c00}div.jsoneditor-value.jsoneditor-null{color:#004ED0}div.jsoneditor-value.jsoneditor-invalid{color:#000}div.jsoneditor-tree button{width:24px;height:24px;padding:0;margin:0;border:none;cursor:pointer;background:url(img/jsoneditor-icons.svg)}div.jsoneditor-mode-form tr.jsoneditor-expandable td.jsoneditor-tree,div.jsoneditor-mode-view tr.jsoneditor-expandable td.jsoneditor-tree{cursor:pointer}div.jsoneditor-tree button.jsoneditor-collapsed{background-position:0 -48px}div.jsoneditor-tree button.jsoneditor-expanded{background-position:0 -72px}div.jsoneditor-tree button.jsoneditor-contextmenu{background-position:-48px -72px}div.jsoneditor-tree button.jsoneditor-contextmenu.jsoneditor-selected,div.jsoneditor-tree button.jsoneditor-contextmenu:focus,div.jsoneditor-tree button.jsoneditor-contextmenu:hover,tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-contextmenu{background-position:-48px -48px}div.jsoneditor-tree :focus{outline:0}div.jsoneditor-tree button:focus{background-color:#f5f5f5;outline:#e5e5e5 solid 1px}div.jsoneditor-tree button [all...] |
/plugin/datatables/assets/datatables.net-buttons-bs/css/ |
H A D | buttons.bootstrap.min.css |
|
/plugin/autoindentcontrol/ |
H A D | script.js | 147 button; 156 button = document.createElement('div'); 157 button.id = 'plugin__autoindentcontrol__switch'; 158 button.title = 'Auto-Indent: ON'; 160 button.className = 'autoIndentON'; 165 addEvent(button, 'click', toggleAutoIndent); 175 button, 198 button = $('plugin__autoindentcontrol__switch'); 201 if (button) { 204 button.title = 'Auto-Indent: ' + onoff; [all …]
|
/plugin/typography/ |
H A D | action.php | 65 $button = array( 72 $button['list'][] = array( 82 $event->data[] = $button; 97 $button = array( 104 $button['list'][] = array( 113 $event->data[] = $button; 133 $button = array( 140 $button['list'][] = array( 149 $event->data[] = $button;
|
/plugin/new_page_dialog/js/ |
H A D | button.js | 4 var button = $('npd_create_button'); 5 if (!button) return; 7 if (button.nodeName.toLowerCase() == 'a') { 8 npd_clicked_url = button.getAttribute('href'); 10 npd_clicked_url = button.parentNode.parentNode.getAttribute('action'); 13 addEvent(button, "click", npd_clicked); 16 button.style.display = '';
|
/plugin/sequencediagram/bower_components/snap.svg/doc/css/ |
H A D | topcoat-desktop-light.css | 323 <button class="topcoat-button-bar__button">One</button> 326 <button class="topcoat-button-bar__button">Two</button> 329 <button class="topcoat-button-bar__button">Three</button> 570 <button class="topcoat-button">Button</button> 571 <button class="topcoat-button" disabled>Button</button> 633 <button class="topcoat-button--quiet">Button</button> 674 <button class="topcoat-button--large" >Button</button> 701 <button class="topcoat-button--large--quiet" >Button</button> 727 <button class="topcoat-button--cta" >Button</button> 728 <button class="topcoat-button--cta" disabled>Button</button> [all …]
|
/plugin/crypto/js/ |
H A D | toggle-encryption-dialog.js | 1 function ToggleEncryptionDialog(button, tag) { argument 2 this.button = button; 19 this.div.style.top = (findPosY(this.button.parentNode)+20)+'px'; 20 this.div.style.left = (findPosX(this.button.parentNode)+80)+'px'; 22 this.button.parentNode.appendChild(this.div); 46 dialog.button.innerHTML = '<img src="' + DOKU_BASE + "lib/plugins/crypto/lock_break.png" + '"/>'; 54 dialog.button.innerHTML = '<img src="' + DOKU_BASE + "lib/plugins/crypto/lock.png" + '"/>'; 59 dialog.button.onclick = function() { 89 dialog.button.parentNode.removeChild(dialog.div);
|
/plugin/epub/ |
H A D | action.php | 84 $button="<form class='button'>"; 85 …$button .= "<div class='no' id='show_throbberbutton'><input type='button' value='$button_name' cla… 86 $button .=" "; 87 $button .= $this->getLang('label_start'); //"Click the Start Button to Create your eBook"; 88 $button .="</div></form>"; 89 echo $button; 92 $button="<p><form class='button'>"; 93 …$button .= "<div class='no' id='epub_remove_button'><input type='button' value='$button_name' clas… 94 $button .= '</br>'. $this->locale_xhtml('remove'); 95 echo $button;
|
/plugin/wysiwyg/fckeditor/editor/_source/classes/ |
H A D | fcktoolbarbuttonui.js | 147 function FCKToolbarButtonUI_OnMouseOver( ev, button ) argument 149 if ( button.State == FCK_TRISTATE_OFF ) 151 else if ( button.State == FCK_TRISTATE_ON ) 155 function FCKToolbarButtonUI_OnMouseOut( ev, button ) argument 157 if ( button.State == FCK_TRISTATE_OFF ) 159 else if ( button.State == FCK_TRISTATE_ON ) 163 function FCKToolbarButtonUI_OnClick( ev, button ) argument 165 if ( button.OnClick && button.State != FCK_TRISTATE_DISABLED ) 166 button.OnClick( button ) ;
|
/plugin/dirtylittlehelper/mermaid/editor/src/components/ |
H A D | Links.svelte | 167 <button class="button-style"> 173 <button class="button-style"> 177 </button> 178 <button class="button-style"> 180 </button> 181 <button class="button-style"> 185 </button> 186 <button class="button-style"> 188 </button> 189 <button class="button-style"> [all …]
|
/plugin/dirtylittlehelper/mermaid/editor/src/routes/ |
H A D | Edit.svelte | 198 .button-container { 204 .button-style { 212 .button-style:hover { 217 .button-style:focus { 234 <button 238 </button> 275 <button class="button-style"> 282 </button> 283 <button class="button-style"> 291 <button class="button-style"> [all …]
|
/plugin/diagrams/script/ |
H A D | mediafile-editbutton.js | 2 * Attach editing button to media file diagrams in pages 20 // add edit button to editable diagrams 23 const button = document.createElement('button'); 24 button.className = 'diagrams-btn'; 25 button.innerText = LANG.plugins.diagrams.editButtonShort; 26 button.title = LANG.plugins.diagrams.editButton; 29 button.prepend(icon); 31 button.addEventListener('click', event => { 39 image.parentNode.querySelector('.diagrams-buttons').appendChild(button); [all...] |
H A D | embed-editbutton.js | 2 * Attach editing button to editable diagrams 9 const button = document.createElement('button'); 10 button.className = 'diagrams-btn'; 11 button.innerText = LANG.plugins.diagrams.editButtonShort; 12 button.title = LANG.plugins.diagrams.editButton; 15 button.prepend(icon); 17 button.addEventListener('click', event => { 30 embed.parentNode.querySelector('.diagrams-buttons').appendChild(button);
|
/plugin/securelogin/ |
H A D | securelogin.js | 88 var button = jQuery(":submit", form)[0]; 89 if(!button) button = jQuery("input.button", form)[0]; 90 button.parentNode.insertBefore(uslNode, button); 110 var button = jQuery(":submit", form)[0].parentNode.parentNode.parentNode; 111 … if(!button) button = jQuery("input.button", form)[0].parentNode.parentNode.parentNode; 112 button.parentNode.insertBefore(uslNode, button);
|
/plugin/downloadcodeblock/ |
H A D | script.js | 16 const button = document.createElement("button"); 17 button.textContent = "Download"; 18 button.classList.add("downloadcodeblock"); 19 button.addEventListener("click", () => { 26 codeElement.parentNode.insertBefore(button, codeElement);
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | global.css | 39 input, button, select, textarea { selector 57 button { selector 62 button:active { 66 button:focus { 103 input, button, select, textarea { 121 button { 126 button:active { 130 button:focus {
|
/plugin/routeplaner/ |
H A D | style.css | 13 div.button{margin:auto} 14 div.button .btnleft, div.button .btnright{ 20 div.button .btnright{background-image: url(http://static.lycos-europe.net/de/i_slim/button_right.gi… 21 div.button .btncenter{ 27 div.button .btncenter a{ 32 div.button .btncenter input{
|
/plugin/button/ |
H A D | plugin.info.txt | 1 base button 3 email remi+button@via.ecp.fr 6 desc Add button links syntax 7 url https://www.dokuwiki.org/plugin:button
|
/plugin/noticeboard/ |
H A D | syntax.php | 101 … <input type='submit' class='button' name='submit' value='".$this->getLang('list')."' /></form>"; 113 …<input type='submit' class='button' name='submit' value='".$this->getLang('calendar')."' /></form>… 131 … <input type='submit' class='button' name='submit' value='".$this->getLang('getRSS')."' /></form>"; 143 … <input type='submit' class='button' name='submit' value='".$this->getLang('iCal')."' /></form>"; 199 …$out .="</p><input type='submit' class='button submit' value='".$this->getLang('filter')."' /><p><… 302 …<input type='submit' class='button small' name='submit' value='".$this->getLang('delete')."' /></f… 351 …<input type='submit' class='button' name='submit' value='".$this->getLang('previous')."' /></form>… 359 … <input type='submit' class='button' name='submit' value='".$this->getLang('next')."' /></form>"; 407 …<input type='submit' class='button button-left' name='submit' value='".$this->getLang('previous').… 417 … <input type='submit' class='button' name='submit' value='".$this->getLang('next')."' />
|
/plugin/noticeboard/noticeboard/ |
H A D | syntax.php | 101 … <input type='submit' class='button' name='submit' value='".$this->getLang('list')."' /></form>"; 113 …<input type='submit' class='button' name='submit' value='".$this->getLang('calendar')."' /></form>… 131 … <input type='submit' class='button' name='submit' value='".$this->getLang('getRSS')."' /></form>"; 143 … <input type='submit' class='button' name='submit' value='".$this->getLang('iCal')."' /></form>"; 199 …$out .="</p><input type='submit' class='button submit' value='".$this->getLang('filter')."' /><p><… 302 …<input type='submit' class='button small' name='submit' value='".$this->getLang('delete')."' /></f… 351 …<input type='submit' class='button' name='submit' value='".$this->getLang('previous')."' /></form>… 359 … <input type='submit' class='button' name='submit' value='".$this->getLang('next')."' /></form>"; 407 …<input type='submit' class='button button-left' name='submit' value='".$this->getLang('previous').… 417 … <input type='submit' class='button' name='submit' value='".$this->getLang('next')."' />
|
/plugin/frootysearch/ |
H A D | script.js | 21 var button = null; 23 while( tmp && !button ) { 25 button = tmp; 32 if ( !button ) { return; } 39 var placeholder = button.value.split('\n')[0]; 40 button.parentNode.removeChild(button); 41 button = null;
|
/plugin/bez/ |
H A D | script.js | 46 var tb = toolbar.filter(function (button) { argument 47 if (button.type === 'autohead' || 48 button.class === 'pk_hl' || 49 button.icon === 'sig.png' || 50 button.icon === 'strike.png') {
|