Searched refs:button (Results 1 – 25 of 928) sorted by relevance
12345678910>>...38
/plugin/datatables/assets/datatables.net-buttons/css/ |
D | buttons.semanticui.min.css | 1 …button{overflow:hidden;text-overflow:ellipsis}div.dt-button-info{position:fixed;top:50%;left:50%;w…
|
D | buttons.semanticui.css | 37 div.dt-buttons .dt-button { 42 div.dt-button-info { 56 div.dt-button-info h2 { 61 div.dt-button-info > div { 77 button.dtb-hide-drop { 81 div.dt-button-collection-title { 89 div.dt-button-collection-title:empty { 93 span.dt-button-spacer { 98 span.dt-button-spacer.bar { 103 span.dt-button-spacer.bar:empty { [all …]
|
D | buttons.bulma.min.css | 1 …button{overflow:hidden;text-overflow:ellipsis}div.dt-button-info{position:fixed;top:50%;left:50%;w…
|
D | buttons.bulma.css | 37 div.dt-buttons .dt-button { 42 div.dt-button-info { 56 div.dt-button-info h2 { 61 div.dt-button-info > div { 77 button.dtb-hide-drop { 81 div.dt-button-collection-title { 89 div.dt-button-collection-title:empty { 93 span.dt-button-spacer { 98 span.dt-button-spacer.bar { 103 span.dt-button-spacer.bar:empty { [all …]
|
D | buttons.dataTables.min.css | 1 …button{overflow:hidden;text-overflow:ellipsis}div.dt-button-info{position:fixed;top:50%;left:50%;w…
|
D | buttons.dataTables.css | 37 div.dt-buttons .dt-button { 42 div.dt-button-info { 56 div.dt-button-info h2 { 61 div.dt-button-info > div { 77 button.dtb-hide-drop { 81 div.dt-button-collection-title { 89 div.dt-button-collection-title:empty { 93 span.dt-button-spacer { 98 span.dt-button-spacer.bar { 103 span.dt-button-spacer.bar:empty { [all …]
|
D | buttons.foundation.min.css | 1 …button{overflow:hidden;text-overflow:ellipsis}div.dt-button-info{position:fixed;top:50%;left:50%;w…
|
D | buttons.foundation.css | 37 div.dt-buttons .dt-button { 42 div.dt-button-info { 56 div.dt-button-info h2 { 61 div.dt-button-info > div { 77 button.dtb-hide-drop { 81 div.dt-button-collection-title { 89 div.dt-button-collection-title:empty { 93 span.dt-button-spacer { 98 span.dt-button-spacer.bar { 103 span.dt-button-spacer.bar:empty { [all …]
|
D | buttons.jqueryui.css | 37 div.dt-buttons .dt-button { 42 div.dt-button-info { 56 div.dt-button-info h2 { 61 div.dt-button-info > div { 77 button.dtb-hide-drop { 81 div.dt-button-collection-title { 89 div.dt-button-collection-title:empty { 93 span.dt-button-spacer { 98 span.dt-button-spacer.bar { 103 span.dt-button-spacer.bar:empty { [all …]
|
D | buttons.jqueryui.min.css | 1 …button{overflow:hidden;text-overflow:ellipsis}div.dt-button-info{position:fixed;top:50%;left:50%;w…
|
D | buttons.bootstrap.css | 37 div.dt-buttons .dt-button { 42 div.dt-button-info { 56 div.dt-button-info h2 { 61 div.dt-button-info > div { 77 button.dtb-hide-drop { 81 div.dt-button-collection-title { 89 div.dt-button-collection-title:empty { 93 span.dt-button-spacer { 98 span.dt-button-spacer.bar { 103 span.dt-button-spacer.bar:empty { [all …]
|
D | buttons.bootstrap.min.css | 1 …button{overflow:hidden;text-overflow:ellipsis}div.dt-button-info{position:fixed;top:50%;left:50%;w…
|
D | buttons.bootstrap4.min.css | 1 …button{overflow:hidden;text-overflow:ellipsis}div.dt-button-info{position:fixed;top:50%;left:50%;w…
|
D | buttons.bootstrap4.css | 37 div.dt-buttons .dt-button { 42 div.dt-button-info { 56 div.dt-button-info h2 { 61 div.dt-button-info > div { 77 button.dtb-hide-drop { 81 div.dt-button-collection-title { 89 div.dt-button-collection-title:empty { 93 span.dt-button-spacer { 98 span.dt-button-spacer.bar { 103 span.dt-button-spacer.bar:empty { [all …]
|
D | buttons.bootstrap5.css | 37 div.dt-buttons .dt-button { 42 div.dt-button-info { 56 div.dt-button-info h2 { 61 div.dt-button-info > div { 77 button.dtb-hide-drop { 81 div.dt-button-collection-title { 89 div.dt-button-collection-title:empty { 93 span.dt-button-spacer { 98 span.dt-button-spacer.bar { 103 span.dt-button-spacer.bar:empty { [all …]
|
D | buttons.bootstrap5.min.css | 1 …button{overflow:hidden;text-overflow:ellipsis}div.dt-button-info{position:fixed;top:50%;left:50%;w…
|
/plugin/diagrams/script/ |
D | ButtonFunctions.js | 16 const button = document.createElement('button'); 17 button.className = 'diagrams-btn'; 20 button.prepend(icon); 25 button.append(LANG.plugins.diagrams.downloadPNGButtonShort); 26 button.title = LANG.plugins.diagrams.downloadPNGButton; 48 button.append(LANG.plugins.diagrams.downloadSVGButtonShort); 49 button.title = LANG.plugins.diagrams.downloadSVGButton; 52 link.appendChild(button); 64 const button = document.createElement('button'); 65 button.className = 'diagrams-btn'; [all …]
|
/plugin/bootswrapper/exe/help/ |
D | button.txt | 5 | <btn type="default">Default</btn> | Standard button | 8 | <btn type="info">Info</btn> | Contextual button for informational alert messages | 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> [all …]
|
/plugin/struct/jsoneditor/ |
D | jsoneditor.min.css | 1 …button{width:24px;height:24px;padding:0;margin:0;border:none;cursor:pointer;background:url(img/jso…
|
/plugin/custombuttons/ |
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'],
|
/plugin/datatables/assets/datatables.net/js/ |
D | dataTables.bootstrap.js | 89 var i, ien, node, button; 98 button = buttons[i]; 100 if ( Array.isArray( button ) ) { 101 attach( container, button ); 107 switch ( button ) { 115 btnClass = button + (page > 0 ? 121 btnClass = button + (page > 0 ? 127 btnClass = button + (page < pages-1 ? 133 btnClass = button + (page < pages-1 ? 138 btnDisplay = button + 1; [all …]
|
D | dataTables.bootstrap4.js | 90 var i, ien, node, button; 99 button = buttons[i]; 101 if ( Array.isArray( button ) ) { 102 attach( container, button ); 108 switch ( button ) { 116 btnClass = button + (page > 0 ? 122 btnClass = button + (page > 0 ? 128 btnClass = button + (page < pages-1 ? 134 btnClass = button + (page < pages-1 ? 139 btnDisplay = button + 1; [all …]
|
D | dataTables.bootstrap5.js | 90 var i, ien, node, button; 99 button = buttons[i]; 101 if ( Array.isArray( button ) ) { 102 attach( container, button ); 108 switch ( button ) { 116 btnClass = button + (page > 0 ? 122 btnClass = button + (page > 0 ? 128 btnClass = button + (page < pages-1 ? 134 btnClass = button + (page < pages-1 ? 139 btnDisplay = button + 1; [all …]
|
D | dataTables.foundation.js | 94 var i, ien, node, button; 103 button = buttons[i]; 105 if ( Array.isArray( button ) ) { 106 attach( container, button ); 113 switch ( button ) { 122 btnClass = button + (page > 0 ? 129 btnClass = button + (page > 0 ? 136 btnClass = button + (page < pages-1 ? 143 btnClass = button + (page < pages-1 ? 149 btnDisplay = button + 1; [all …]
|
/plugin/autoindentcontrol/ |
D | script.js | 147 button; 156 button = document.createElement('div'); 157 button.id = 'plugin__autoindentcontrol__switch'; 158 button.title = 'Auto-Indent: ON'; 159 button.innerHTML = '<span>Auto-Indent: ON</span>'; 160 button.className = 'autoIndentON'; 163 resizer.parentNode.insertBefore(button, resizer.nextSibling); 165 addEvent(button, 'click', toggleAutoIndent); 175 button, 198 button = $('plugin__autoindentcontrol__switch'); [all …]
|
12345678910>>...38