FSN#55891 mobile bijlage uploaden
svn path=/Website/branches/v2018.2/; revision=40340
This commit is contained in:
@@ -1242,7 +1242,8 @@ function listKenmerk(sql, module, key, props)
|
||||
}
|
||||
var href = HTTP.urlzelfnoroot() + protectQS.create(OpenFlexFile(module, niveau, key, kkey, lijst[i].name));
|
||||
var html = '<a class="details fldflexM '+previewClass+'" data-role="button"'
|
||||
+ ' href=\"' + safe.htmlattr(href) + '" ' + (device.isapp()? '' : 'target="_blank"') + ' data-ajax="false">' + safe.html(lijst[i].name) + '</a>';
|
||||
+ ' href=\"' + safe.htmlattr(href) + '" ' + (device.isapp()? '' : 'target="_blank"') + ' data-ajax="false">' + safe.html(lijst[i].name) + '</a>'
|
||||
+ '<input type="hidden" class="icon icon-attachment filename readonly" name="'+nameprefix + idCounter + "val"+'" value="'+safe.html(lijst[i].name)+'"';
|
||||
}
|
||||
filehtmlarr.push(html);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user