Forum Replies Created
-
AuthorPosts
-
I placed it withing my CSS file which is called from within custom CSS tab.
Attachments:
I copied the code as is to my CSS file and checkboxes look same. The default checkbox color should be same color as the Explain textbox when editing.
Attachments:
Apologies, I should’ve looked in detail. thank you
sorry, have a follow up on emailing the tab. Currently there is no labeling of the fields in the email box that opens up which can be a bit confusing to users. Is there a way to customize this pop up to add labels against the text boxes? Something like the screenshot?
Attachments:
that fixed it. thank you!
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, 2021I 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
I am good now, thank your help! Could you please look into my other question regarding email current tab contents not working? thank you
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?
ah! That was it! Thank you so much, works like a charm now 🙂
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;}
Attachments:
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.Hi, I wanted to follow up on this issue as well.
I am trying to create sections within a tab by placing a bunch of fields within borders. Please see the screenshots for sample.
Attachments:
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;
} -
AuthorPosts