Alexander Bautz

Forum Replies Created

Viewing 15 posts - 4,591 through 4,605 (of 4,636 total)
  • Author
    Posts
  • in reply to: Required Field Alignment Issue #6312
    Alexander Bautz
    Keymaster

      Hi,
      Sorry for the delay. I have no good explanation to this. Can you use the developer tools to “inspect” the required star to see if it is in the formlabel or the formbody table cell?

      Could it be some custom code or CSS you have added that does this?

      Alexander

      in reply to: Group Targeting #6311
      Alexander Bautz
      Keymaster

        I’ll look into this issue for the next release.

        Alexander

        in reply to: Use of [Today] in Rules #6310
        Alexander Bautz
        Keymaster

          Hi,
          I’m not sure this is possible, but you can use the jQueryUI datepicker like described here: https://spjsblog.com/forums/topic/jquery-ui-datepicker-widget-in-dffs/

          Alexander

          in reply to: getFieldValue on DispForm #6309
          Alexander Bautz
          Keymaster

            Yes, like this:

            var myDispFormValue = getFieldValue("MyFieldName",true); // true = dispform

            Alexander

            in reply to: Direct Backend Access #6308
            Alexander Bautz
            Keymaster

              Hi,
              This file was actually not published – you find it here – this code example is for SP 2013 only!

              Please note that you must edit the file to change a few variables.

              Alexander

              in reply to: DFFS Change Log Order #6307
              Alexander Bautz
              Keymaster

                I agree, I’ll try to find time to reverse it.

                Alexander

                in reply to: Attachments #6306
                Alexander Bautz
                Keymaster

                  I’ll look into this in the next release.

                  Alexander

                  in reply to: SPJS Chart Date Filter #6301
                  Alexander Bautz
                  Keymaster

                    Hi,
                    When using a calculated column the value returned from the query is delimited with ;# and we have to strip this out.

                    Change the function like this (new code in bold font):

                    fObj[item[field]] = 1;
                    if(item[field].split(“;#”).length > 1){
                    item[field] = item[field].split(“;#”)[1];
                    }

                    b.push({“f”:””+item[field]+””,”v”:””+item[field]});

                    Alexander

                    in reply to: Rules on Date Fields thowing an error #6299
                    Alexander Bautz
                    Keymaster

                      Hi,
                      Thanks for reporting this issue. I have already fixed it in v4.101, but have a few other small things I hoped to get into this release. I will publish it within a few days.

                      Let me know if this bug is a show-stopper for you – I could publish a fix for this specific issue.

                      Alexander

                      in reply to: SPJS Solution Deployment / JSLink #6294
                      Alexander Bautz
                      Keymaster

                        I have done some tests and have successfully used JSLink to load the frontend of DFFS, but I must do some more tests as I currently have not figured out how to load the “overlay”.

                        Alexander

                        in reply to: Install problem #6288
                        Alexander Bautz
                        Keymaster

                          Hi,
                          This is caused by SharePoint appending text to the bottom (and maybe the top) of the file when you copy / migrate files in a document library.

                          I’m actually not sure how to prevent this – other than to add the files to a folder on the root of the site collection (not in a document library).

                          Alexander

                          in reply to: Required Field Alignment Issue #6277
                          Alexander Bautz
                          Keymaster

                            Hi,
                            This was strange – can you post an image of the configuration for the tab you posted the image of?
                            Alexander

                            in reply to: Superfish Menu #6272
                            Alexander Bautz
                            Keymaster

                              Hi,
                              I cannot think of any other reason that the z-index. Look in the superfish css file to see if there are any z-index settings there that could override.

                              Also use the deceloper tools (F12) to inspect the element to help figure out where the z-index is coming from.

                              Sorry I cannot be more specific.
                              Alexander

                              in reply to: Document Library w/Links #6269
                              Alexander Bautz
                              Keymaster

                                Hi,
                                Q1: DFFS cannot show fields that are not part of the content type. If you want to be able to show additional columns, you must go into the list settings and add those columns to the “link to document” content type.

                                Q2: Are you sure you have added the Cascading dropdown solution correctly? – the fields in the list is supposed to be of type “plain text”.

                                Please add some screenshots so it is easier for me to see what you have configured.

                                Alexander

                                in reply to: Table Charts #6268
                                Alexander Bautz
                                Keymaster

                                  Hi,
                                  For Q1 I’m afraid I have no good answer, but ensure you have not selected the option “Show data value in the column” in the advanced options.

                                  For Q2 this is not possible right now, but I am working on a new version of SPJS Charts for SharePoint where this is one of the new features.

                                  Alexander

                                Viewing 15 posts - 4,591 through 4,605 (of 4,636 total)