Home
last modified time | relevance | path

Searched refs:qq (Results 1 – 5 of 5) sorted by relevance

/dokuwiki/lib/tpl/dokuwiki/css/
H A D_fileuploader.css6 .qq-uploader {
11 .qq-uploader .error {
18 .qq-upload-button {
26 .qq-upload-button-focus {
32 .qq-upload-drop-area {
45 .qq-upload-drop-area span {
54 .qq-upload-drop-area-active {
60 div.qq-uploader ul {
66 .qq-uploader li {
71 .qq
[all...]
H A Dbasic.less417 .qq-upload-button {
446 .qq-upload-button:hover {
/dokuwiki/lib/scripts/
H A Dfileuploader.js14 var qq = qq || {}; variable
19 qq.extend = function(first, second){
29 qq.indexOf = function(arr, elt, from){
45 qq.getUniqueId = (function(){
53 qq.attach = function(element, type, fn){
60 qq.detach = function(element, type, fn){
68 qq.preventDefault = function(e){
82 qq.insertBefore = function(a, b){
85 qq
248 var qq = qq || {}; global() variable
[all...]
H A Dfileuploaderextended.js1 qq.extend(qq.FileUploader.prototype, {
6 if(qq.UploadHandlerXhr.isSupported()){
13 var handler = new qq[handlerClass]({
51 var item = qq.toElement(this._options.fileTemplate);
55 qq.setText(fileElement, fileName);
71 qq.FileUploaderExtended = function(o){
73 qq.FileUploaderBasic.apply(this, arguments);
75 qq.extend(this._options, {
77 // if set, will be used instead of qq
[all...]
H A Dmedia.js89 .on('click', '.qq-upload-file a', dw_mediamanager.details);
661 if (jQuery('.qq-upload-list').length) return;
666 var uploader = new qq.FileUploaderExtended({