Alexander Saharnikov

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Error in DFFS, when open form on mobile devices #6587

    All day on production – everything is ok, except problem with save button!
    Defer loading of DFFS – works great! Problem with people picker on mobile devices completely resolved! The speed of loading form visually unchanged!

    in reply to: Use item field values in Headings #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?

    in reply to: Error in DFFS, when open form on mobile devices #6579

    Hi!
    It’s impossible to use Save Button in new/edit form. Nothing happen…
    v4.200 BETA SP 2013

    Error in PreSaveItem function. Downgrading to the oldest version on PreSaveItem function solved the problem with save button

    in reply to: Error in DFFS, when open form on mobile devices #6562

    Hi,
    I used “Selected tab index”, when i switch trigger to “The form is ready”, this problem dissapear, but appear a new one =)
    Tested on Iphone, ipad. After every refreshing of page i can see three variants of form with my set of fields:

    1. Field whith people picker is empty
    2. Field whith people picker filled with correct value, readonly
    3. All fields are available for changing their values

    The second one is corect….

    As i say, the problem observed only on mobile devices (((

    in reply to: Hide idAttachmentsRow on tabs #6561

    Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)