Home
last modified time | relevance | path

Searched refs:button (Results 1 – 25 of 928) sorted by relevance

12345678910>>...38

/plugin/datatables/assets/datatables.net-buttons/css/
Dbuttons.semanticui.min.css1button{overflow:hidden;text-overflow:ellipsis}div.dt-button-info{position:fixed;top:50%;left:50%;w…
Dbuttons.semanticui.css37 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 …]
Dbuttons.bulma.min.css1button{overflow:hidden;text-overflow:ellipsis}div.dt-button-info{position:fixed;top:50%;left:50%;w…
Dbuttons.bulma.css37 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 …]
Dbuttons.dataTables.min.css1button{overflow:hidden;text-overflow:ellipsis}div.dt-button-info{position:fixed;top:50%;left:50%;w…
Dbuttons.dataTables.css37 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 …]
Dbuttons.foundation.min.css1button{overflow:hidden;text-overflow:ellipsis}div.dt-button-info{position:fixed;top:50%;left:50%;w…
Dbuttons.foundation.css37 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 …]
Dbuttons.jqueryui.css37 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 …]
Dbuttons.jqueryui.min.css1button{overflow:hidden;text-overflow:ellipsis}div.dt-button-info{position:fixed;top:50%;left:50%;w…
Dbuttons.bootstrap.css37 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 …]
Dbuttons.bootstrap.min.css1button{overflow:hidden;text-overflow:ellipsis}div.dt-button-info{position:fixed;top:50%;left:50%;w…
Dbuttons.bootstrap4.min.css1button{overflow:hidden;text-overflow:ellipsis}div.dt-button-info{position:fixed;top:50%;left:50%;w…
Dbuttons.bootstrap4.css37 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 …]
Dbuttons.bootstrap5.css37 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 …]
Dbuttons.bootstrap5.min.css1button{overflow:hidden;text-overflow:ellipsis}div.dt-button-info{position:fixed;top:50%;left:50%;w…
/plugin/diagrams/script/
DButtonFunctions.js16 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/
Dbutton.txt5 | <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/
Djsoneditor.min.css1button{width:24px;height:24px;padding:0;margin:0;border:none;cursor:pointer;background:url(img/jso…
/plugin/custombuttons/
Daction.php38 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/
DdataTables.bootstrap.js89 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 …]
DdataTables.bootstrap4.js90 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 …]
DdataTables.bootstrap5.js90 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 …]
DdataTables.foundation.js94 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/
Dscript.js147 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