-
Search Results
-
Topic: Open custom link in a dialog
If you want to add a custom link in a “Heading or HTML” area, add this link like this:
<a href="javascript:" onclick="myOpenInDlgFunc('/DFFS/Lists/Tasks/DispForm.aspx?ID=107')">This is my link</a>
Add this to the Custom JS textarea in the “Field table, Custom JS and CSS” tab:
function myOpenInDlgFunc(url){ OpenPopUpPage(url,function(result){ if(result === 1){ // dialog is closed with OK }else{ // dialog is closed with X or cancel } }); }
Topic: vLookup List Views
I’m using vLookup in the JSLink version. Everything is working fine with the forms, but I can’t figure out how to get child items in a list view. Do I need to take some extra steps to get the child items to show in a list view? I couldn’t find any vLookup instructions specific to the JSLink version. I have the vLookup field in the view and I have Tabular view enabled.
Topic: Installing and activating
I installed the latest JSLink version (August 16, 2015) at the Site Collection level to use as a site column. I got the JSLink setup tool and set it for a site column and kept the defaults for {current site}, no license code (yet), and it created the site column. Everything seemed to go OK with the installation. I added a site column to the list where I want to use DFFS, but I don’t know what to do next. I can open a new form and I see the field “DFFS Loader by SPJSBlog.com” but how do I activate DFFS or get the UI for it? Is this an indication that something went wrong with the installation, or am I supposed to do something with one of the forms? I don’t see anything about this step in the documentation.
Hi Alexander,
Instead of typing the tooltips into the DFFS form directly I want to be able to have a list that will contain the tooltips, read them into the tooltip fields of the target list. This is so that I can allow another user to edit the tooltips without giving them access to DFFS to edit the tooltips directly. The idea is to create another list in sharepoint to contain the tooltips referenced by field name row by row. I can read the list using JQuery no problem, what I can’t work out is how to write them into the tooltip fields inside DFFS using JS. Can you help?
Kind regards
IanHi Alexander,
When I select the Hide form label on vLookup column it is not hiding it, it is making the label part of the text displayed in the list view.
Please see screenshots in the doc attached.
Thanks!
LanaTopic: Configuration issues
Alex,
I have upgraded to the new JSLink(7/31/2015 version) and am experiencing a few rather strange issues. I have attached images of the issues listed below.1. When I access the form it is not loading with the dynamics present until I refresh the page a few times.
2. There is no name listed in the Editing section of the DFFS backend page. When the rules are created and saved, it is saved with the name “undefined”.
3. After the dynamics are created and saved, whenever the DFFS backend page is accessed no dynamic information such as rules, tabs, etc. are found; however, if I view the properties of the “undefined” record in the SPJA-DynamicFormsForSharePoint list the rules are listed.Any help you can provide is greatly appreciated!
WilliamI got this question:
Hello –
In your trigger section, there is the ability to hide the Edit button in the ribbon. Is there a way to hide a Custom Action button in the ribbon?Thanks.
ChristineThis can be done by adding a function to the Custom JS section (in the CSS and JS tab) like this:
(This example will hide the attach file button)function hideCustomButton(){ spjs.$("#Ribbon\\.ListForm\\.Edit\\.Actions\\.AttachFile-Large").hide(); }
Then you add this function name to the “Run these functions / trigger these rules” field in the rule.
To find the ID of the custom button in your ribbon, use the developer tools (hit F12) and inspect the button.
If the ID contains a period, you must escape it like in the example snippet above.
Alexander
Hi
On a list i have some fields wich get visible or hidden by a boolean value. Now i get erros, only on the dispform, if these fields are hidden. But i can live with that, i just want to hide the error message from dffs, is there a easy way to do that?
see screenshot
thanks
ueliHi,
Is there a way to include a calculated field in a Dynamic Form? I don’t see the calculated field listed when viewing the fields from the drop down in SharePoint 2010.
Thanks
Frank