You are viewing limited content. For full access, please sign in.

Question

Question

jQuery functions?

asked on October 10, 2017

Hello,

I am being trained on Forms for the first time. I have been directed to begin learning javascript and jQuery. Can you tell me if Forms supports the entire jQuery library? I am trying to streamline my training as to only learn the parts of jQuery that Forms actually uses. Am I complicating the issue and can any javascript or jQuery code be used on the "CSS and JavaScript" tab in the designer?

Any guidance is greatly appreciated. As always, I have searched the Answers site and did not see anything to assist me.

Thanks!

0 0

Replies

replied on October 10, 2017 Show version history

Hello Chris,

Here is a Laserfiche JavaScripts starter guide. Although many of us simply learn new tricks as we need them. I've found Laserfiche to be supportive of anything that I've needed to do with JavaScripts and you can always download any libraries that Laserfiche might not have and then just reference them like the code below.

https://www.laserfiche.com/support/webhelp/Laserfiche/10/en-US/administration/#../Subsystems/Forms/Content/Customizing-Your-Form-Examples.htm

$(document).ready(function () {
    $.getScript('ScriptURL/scriptname.js', function() {
        //code goes here
    });
});

 

3 0
replied on October 11, 2017 Show version history

I have been going through these examples and creating them in Forms. Its a big help. Thanks for that! 

I found out that the 'Enter Purchase Order' example is actually wrong on the Laserfiche Administrator Guide site. I am going to get into the other ones today, but thought that it was funny that Laserfiche would leave an error out there since 2014. The gist is there, which is probably good enough lol!

1 0
replied on October 11, 2017 Show version history

Thanks for the feedback, we will correct the error in the script which add the tax and shipping per row.

1 0
replied on October 10, 2017

Nice! Thanks for the tips!

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.