Forum Replies Created
-
AuthorPosts
-
Thanks, I’ll see if I can recreate it and find a fix.
Alexander
Hi,
Just to confirm: Exactly which version of DFFS frontend are you using? – you find the version information by hovering over the Enhanced with DFFS and selecting “License and version information”.Alexander
Hi,
Sorry for the delay, I was away on holiday for a few days.IE 8 is a real in the neck… the slowdowns with IE8 is often related to multiple updates to the DOM – like making fields mandatory (by inserting the red star). Could this be related to “reversing” of other rules that does not match?
Try using the “debug” on the rules to see if some of them are called multiple times, and look at the “No reversing of this rule” setting for the rules that should not be reversed.
As you already have identified, this is an issue with IE8 only. I guess you have not chosen to stick with IE 8, but if possible, I would strongly recommend using a modern browser instead.
Alexander
Currently this is not possible as the “button” does not have an ID attribute. I will fix this during the weekend in an updated version of DFFS and vLookup.
Alexander
Hi,
I have made a change in one of the latest versions of vLookup that most likely caused the DocIcon problem. In SP 2013 it is no need to explicitly load these fields, but obviously there is in SP 2010 or “2010 mode” in O365. I’ll release an update during the weekend.Sorry for the inconvenience,
AlexanderThis is IE8 issue. I will post an updated version that detects if this feature is available, but if possible you should use a modern browser when configuring DFFS.
Alexander
Hi,
I’m unable to recreate this issues with the images. Which version of SharePoint are you using, and which browser are you using?The “stopPropagation” error will be fixed in the next release (errors out in IE 8).
Alexander
I’m afraid it is not possible to use this solution cross site collections.
Alexander
Or if what you meant was to link to a NewForm with tab specified:
/DFFS/Lists/DFFS_CEWP/NewEditForm.aspx?sTab=2
Alexander
Here is code to put in a “Heading HTML” section in a tab:
select by index<input type="button" onclick="spjs.dffs.toggleSelectedTab(2)" value="Go to tab by index">
select by tab uinqueID
<input type="button" onclick="spjs.dffs.toggleSelectedTab('Tab3')" value="Go to tab by uniqueID">
Alexander
-
This reply was modified 9 years, 7 months ago by
Alexander Bautz.
Sorry for not replying – There was a problem with notifications from the forum.
Did you figure it out, or do you still need some guidance.
Alexander
Sorry for not replying. I have had problems with notifications from the forum.
Did you find a solution?
My best bet would be that you were missing the vLookup script in DFFS frontend.
Alexander
I’m sorry for not replying – I have had problems with notifications from the forum.
Have you made any progress, or do you still have problems?
Alexander
Hi,
Which version of spjs-utility.js are you using? – I posted an update a few month ago to add this support: https://spjsblog.com/2015/07/26/spjs-utility-updated-with-support-for-querying-large-lists/Alexander
Hi,
Sorry for the late reply. I have a problem with notification emails from the forum.There is currently no straight forward solution for this, and my best tip is to split the page into multiple pages with less charts in them.
Alexander
-
This reply was modified 9 years, 7 months ago by
-
AuthorPosts