Hi!
1. Is it posssible to add property for attachment field – “Always open attachments in new window”
Somthing like:
$("table#idAttachmentsTable a").mousedown(function () {
var url=$(this).attr('href');
window.open(url);
});
doesn’t want to work on attachment field when it’s ReadOnly in EditForm
2. Is it possible to make People Picker field clickable, and has link to his profile, when it’s ReadOnly?