Home
last modified time | relevance | path

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

12

/dokuwiki/inc/Menu/
H A DMobileMenu.php53 * @param string $button submit button label
56 public function getDropdown($empty = '', $button = '>') argument
89 $html .= '<button type="submit">' . $button . '</button>';
/dokuwiki/lib/tpl/dokuwiki/css/
H A Dbasic.less234 button img {
351 button,
412 input[type=button],
414 input.button,
415 a.button,
416 button,
417 .qq-upload-button {
431 input[type=button]:hover,
432 input[type=button]:active,
433 input[type=button]:hover,
[all …]
H A D_edit.css34 .dokuwiki div.toolbar button.toolbutton {
49 div.picker button.pickerbutton,
50 div.picker button.toolbutton {
90 .dokuwiki .editBar .editButtons button {
132 .dokuwiki .secedit button {
H A D_fileuploader.css16 /* select file button */
18 .qq-upload-button {
26 .qq-upload-button-focus {
H A D_modal.css10 /* link wizard (opens from the link button in the edit toolbar)
91 #media__popup_content button {
H A Dcontent.less219 button.toolbutton {
225 button.toolbutton:first-child {
231 button.toolbutton:last-child {
238 button.toolbutton:last-child {
246 button.toolbutton:first-child {
H A D_forms.css65 .dokuwiki button {
H A Ddesign.less145 button {
162 button {
H A D_search.less32 button.toggleAssistant {
H A D_media_popup.css207 #dw__mediasearch button {
/dokuwiki/lib/plugins/styling/
H A Dstyle.less2 button.primary {
/dokuwiki/inc/lang/ia/
H A Dnorev.txt3 Le version specificate non existe. Usa le button "Versiones ancian" pro un lista de versiones ancia…
H A Dnewpage.txt3 …existe ancora. Si tu ha le permission requisite, tu pote crear lo con le button **Crear iste pagin…
/dokuwiki/lib/styles/
H A Dprint.css10 .secedit, /* section edit button */
H A Dscreen.css73 #media__popup_content button.button {
78 #media__popup_content button.selected {
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/
H A Dsmoothness.css3 * Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, chec…
163 .ui-button {
176 .ui-button,
177 .ui-button:link,
178 .ui-button:visited,
179 .ui-button:hover,
180 .ui-button:active {
185 .ui-button-icon-only {
193 input.ui-button.ui-button-icon-only {
197 /* button icon element(s) */
[all …]
/dokuwiki/lib/scripts/
H A Dfileuploaderextended.js102 button: 'qq-upload-button', property
189 … var button = '<form method="post" action="' + action + '" id="mediamanager__done_form"><div>';
190 button += '<input type="hidden" value="' + result.ns + '" name="ns">';
191 button += '<input type="hidden" value="1" name="recent">';
192 button += '<button type="submit">' + LANG.media_done_btn + '</button></div></form>';
193 jQuery('#mediamanager__uploader').append(button);
H A Dfileuploader.js259 button: null, property
290 if (this._options.button){
291 this._button = this._createUploadButton(this._options.button);
506 button: 'qq-upload-button', property
/dokuwiki/lib/plugins/usermanager/
H A Dstyle.css20 #user__manager button[disabled] {
/dokuwiki/lib/plugins/config/lang/ia/
H A Dintro.txt7 Rememora de premer le button **SALVEGUARDAR** ante de quitar iste pagina, alteremente tu modificati…
/dokuwiki/lib/plugins/config/lang/en/
H A Dintro.txt7 Remember to press the **Save** button before leaving this page otherwise your changes will be lost.
/dokuwiki/lib/plugins/popularity/lang/ia/
H A Dintro.txt9 Le datos crude que essera inviate es monstrate hic infra. Per favor usa le button "Inviar datos" pr…
/dokuwiki/lib/plugins/popularity/lang/en/
H A Dintro.txt9 The raw data that will be sent is shown below. Please use the **Send Data** button to transfer the …
/dokuwiki/lib/scripts/jquery/
H A Djquery-ui.min.js6button:"input[type=button], input[type=submit], input[type=reset], button, a",controlgroupLabel:".… property
/dokuwiki/inc/
H A Dtemplate.php1602 * @param string $button submit button label
1607 function tpl_actiondropdown($empty = '', $button = '&gt;') argument
1611 echo $menu->getDropdown($empty, $button);

12