Use item field values in Headings

Forums Classic DFFS Use item field values in Headings

Viewing 1 reply thread
  • Author
    Posts
    • #6581

      Hi!
      I think it’s a good idea to add such functionality in DFFS

    • #6583

      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?

Viewing 1 reply thread
  • You must be logged in to reply to this topic.