Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

...

...

...

...

...

...

Configuring Existing

...

JavaScript

The Quik! Form Viewer uses iScroll and jQuery for various features. By default these scripts are set to be accessed from the Quik! server (e.g. https://www.quikforms.com/shared/scripts/QFE/jquery-1.9.1.min.js) but can be changed to your environment. Set each scripts property to a location of your choosing with the iScrollFilePath and jQueryFilePath properties with either a fixed or relative URL to the javascript JavaScript files included with this software in the Javascripts JavaScripts folder.

Adding Custom

...

JavaScript

The Quik! Forms Viewer can be modified with custom javascripts JavaScript to enable features that aren't standard within the form. For example, if you want the form viewer to automatically scroll to a page within the form package based on the user checking a specific checkbox, you could write javascript JavaScript (perhaps leveraging JQuery) to perform an action after the checkbox is clicked. 

A unique feature of the Quik! Form Engine is the ability to add custom javascripts JavaScript to the forms and extend your own customized functionality. For example, if you want to validate a field or cause events to fire when certain form fields are interacted with you could include a javascript JavaScript file and set a javascript JavaScript action to run. Set the CustomJavaFileIncludePath and CustomJavaScript properties.

Understanding Form Elements

To aid in your custom javascriptsJavaScript, there are several aspects of the Quik! Form Viewer that you can leverage.

...