Rad

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 47 total)
  • Author
    Posts
  • in reply to: Adding table borders #38239
    Rad
    Participant

      Version information
      DFFS Loader: v2
      DFFS frontend: 4.4.5.43 – March 27, 2022
      DFFS frontend CSS: 4.65 /
      Autocomplete: 1.6.52 – April 25, 2021
      Cascading dropdowns: 3.7.48 – September 22, 2021
      jQuery: 1.10.2
      Lookup: 1.1.20 – March 10, 2020
      Resource management: 2.4.5 – August 29, 2019
      SPJS-Utility: 1.356 – November 20, 2021
      vLookup: 2.2.162 – October 12, 2021

      in reply to: Adding table borders #38236
      Rad
      Participant

        I am posting it here:

        The Enable E-Mailing the active tab doesn’t seem to work for me.

        It was initially working only on 2nd tab and not the first one. The email pop up shows but nothing happens when clicking the OK button.

        this is the error I get after clicking OK button:

        VM17502:1 Uncaught TypeError: Cannot read properties of undefined (reading ‘hidden’)
        at String.eval (eval at <anonymous> (DFFS_frontend_min.js:10:1), <anonymous>:1:99824)
        at Function.each (jQuery.js?v=1730264777187:2:2881)
        at Object.emailCurrentTab (eval at <anonymous> (DFFS_frontend_min.js:10:1), <anonymous>:1:99613)
        at Object.init_emailTab (eval at <anonymous> (DFFS_frontend_min.js:10:1), <anonymous>:1:95231)
        at Object.ok (eval at <anonymous> (DFFS_frontend_min.js:10:1), <anonymous>:1:94745)
        at Object.ok (eval at <anonymous> (DFFS_frontend_min.js:10:1), <anonymous>:1:295246)
        at HTMLInputElement.onclick (DispForm.aspx?List=0f3d624b%2D292b%2D48af%2Da894%2Dbfdb71577fc3&ID=1&Source=http%3A%2F%2Fsharepoint2%2Ebankofamerica%2Ecom%2Fsites%2FDUA%5FOther%2FLists%2FAffinityRequests%2FAllItems%2Easpx&ContentTypeId=0x0100040EC9A443EDCD4EBD9D702A1A50BA54:1:12)

        November 5, 2024 at 16:37 in reply to: Sending email#38212Reply

        in reply to: Adding table borders #38232
        Rad
        Participant

          I am good now, thank your help! Could you please look into my other question regarding email current tab contents not working? thank you

          in reply to: Adding table borders #38231
          Rad
          Participant

            ah! That was it! Thank you so much, works like a charm now 🙂

            what would be the code to draw one border around multiple fields?

            in reply to: Adding table borders #38230
            Rad
            Participant

              ah! That was it! Thank you so much, works like a charm now 🙂

              in reply to: Adding table borders #38226
              Rad
              Participant

                this code works but ofc draws borders around all the fields. for some reason doesn’t work for a specific field.

                .sbs_OuterTable {

                outline: 2px red dashed;
                outline-offset: 2px;

                }

                in reply to: Adding table borders #38225
                Rad
                Participant

                  I had updated it to 100 to match with the code you shared. It still doesn’t display the border with 4.
                  I’ve added the code to my CSS file. also tried adding it to the Field CSS but nothing seems to work.

                  in reply to: Sending email #38224
                  Rad
                  Participant

                    Hi, I wanted to follow up on this issue as well.

                    in reply to: Adding table borders #38220
                    Rad
                    Participant

                      I am trying to create sections within a tab by placing a bunch of fields within borders. Please see the screenshots for sample.

                      in reply to: Adding table borders #38216
                      Rad
                      Participant

                        got it. I added below to my custom CSS code but the border is not showing still

                        .sbs_OuterTable_100 {
                        outline: 2px red dashed;
                        outline-offset: 2px;
                        }

                        in reply to: Sending email #38214
                        Rad
                        Participant

                          this is the error I get: after clicking OK button.

                          VM17502:1 Uncaught TypeError: Cannot read properties of undefined (reading ‘hidden’)
                          at String.eval (eval at <anonymous> (DFFS_frontend_min.js:10:1), <anonymous>:1:99824)
                          at Function.each (jQuery.js?v=1730264777187:2:2881)
                          at Object.emailCurrentTab (eval at <anonymous> (DFFS_frontend_min.js:10:1), <anonymous>:1:99613)
                          at Object.init_emailTab (eval at <anonymous> (DFFS_frontend_min.js:10:1), <anonymous>:1:95231)
                          at Object.ok (eval at <anonymous> (DFFS_frontend_min.js:10:1), <anonymous>:1:94745)
                          at Object.ok (eval at <anonymous> (DFFS_frontend_min.js:10:1), <anonymous>:1:295246)
                          at HTMLInputElement.onclick (DispForm.aspx?List=0f3d624b%2D292b%2D48af%2Da894%2Dbfdb71577fc3&ID=1&Source=http%3A%2F%2Fsharepoint2%2Ebankofamerica%2Ecom%2Fsites%2FDUA%5FOther%2FLists%2FAffinityRequests%2FAllItems%2Easpx&ContentTypeId=0x0100040EC9A443EDCD4EBD9D702A1A50BA54:1:12)

                          in reply to: Sending email #38212
                          Rad
                          Participant

                            I was hoping to find a solution here but my issue is unique. The email active tab works only on 2nd tab and not the first one. The email pop shows nothing happens when clicking the ok button. It works perfectly fine for the 2nd tab.

                            in reply to: Adding table borders #38209
                            Rad
                            Participant

                              Hi, this doesn’t seem to work for me still. I copy/pasted the code for #sbs_OuterTable_100 as is and update the index to 100.
                              Please see the attached screenshots. Am i missing something?

                              if were to draw a border around an internal field txtfrequency, is this right code?

                              #sbs_FieldTable_txtfrequency{
                              border-left:2px red dashed;
                              }

                              in reply to: Adding table borders #38103
                              Rad
                              Participant

                                Hi Alex, I am trying to create borders around a group of fields so they can be separated in sections. Tried using below code but doesn’t seem to work for me. What does FieldTable stand for in #sbs_FieldTable_YourFieldNameHere?

                                Also, did you mean adding the code to “Custom styling of read-only fields in addition to the style selected above (CSS Syntax)” in Misc tab?

                                #sbs_FieldTable_YourFieldNameHere{
                                border-left:2px red dashed;
                                }

                                in reply to: Get user input prior to sending email #37788
                                Rad
                                Participant

                                  got it working. thanks

                                Viewing 15 posts - 16 through 30 (of 47 total)