Lines Matching +full:check +full:- +full:attr

27     // The minimum height of the full-screen mediamanager in px
65 … $clicky.attr('src', DOKU_BASE + 'lib/images/' + (opening ? 'minus' : 'plus') + '.gif');
89 .on('click', '.qq-upload-file a', dw_mediamanager.details);
157 .attr('id', 'media__popup_content')
182 .attr('id', 'media__' + opt.id);
196 .attr('id', "media__" + opt.id + "btn" + (i + 1))
197 .attr('title', LANG['media' + text])
201 .attr('src', DOKU_BASE + 'lib/images/media_' + opt.id + '_' + text + '.png');
215 .attr('id', 'media__sendbtn')
216 .attr('type', 'button')
507 var widthOtherResizable = widthResizables - jQuery(this).width();
508 var minWidthNonResizable = parseFloat($filePanel.css("min-width"));
509 var maxWidth = widthFull - (widthOtherResizable + minWidthNonResizable) - 1;
512 // width of file panel in % = 100% - width of resizables in %
514 var relWidthNonResizable = 99.9 - (100 * widthResizables / widthFull);
542 .attr('id', 'mediamanager__difftype')
543 .attr('name', 'difftype')
592 $slider.width($image.width() - 20);
632 $slider.width($image1.width() - 20);
661 if (jQuery('.qq-upload-list').length) return;
695 id = $link.attr('id').substr(2);
699 // the id's are a bit wierd and jQuery('#ex_wiki_dokuwiki-128.png')
709 if (-1 === dot) {
757 if (!confirm(LANG.del_confirm + "\n" + jQuery(this).attr('title'))) {
787 .attr('type', 'checkbox')
788 .attr('id', 'media__' + opt[0])
797 .attr('for', 'media__' + opt[0])
842 val = this.id.substring(this.id.length - 1);
887 jQuery.inArray(val, forbids[opt]) === -1;
930 // Get the 2 characters after the cursor to check if we're currently inside an image tag