JavaScript API


Xima® Formcycle provides a multitude of objects and utility functions to help you with creating complex forms easily.

Please refer to the help pages that are available for each release of FORMCYCLE at https://docs.formcycle.eu

Functins on jQuery objects

These functions are called directly on form and HTML elements that were selected with jQuery:

// Hide the form field named "tfZip"
$("[name='tfZip']").visible(false);

xutil

These functions and properties are available in the global object $.xutil:

// Returns the URL for accessing a CSV data source (as configured in the backend)
// For example "/formcycle/datenquellecsv/"
$.xutil.getFormUrl("datasource_csv")

window

These functions and objects are available in the global window scope:

// Go to the page named "p2"
gotoPage("p2");
Tags: dynamic
Copyright 2000-2024