Functions Javascript API

The Functions API is the Javascript API that you can use for your deployed website.


You can use this API in both WebSiteFunctions and PageFunctions contexts. Go to the Dev tools ribbon tab, then click Website functions or Page functions depending on the scope you want your function to be.

PageFunctions

PageFunctions are only accessible from the page that declared them. You cannot call a function that is declared on another page. If you want to create global functions, you must use WebsiteFunctions.

WebsiteFunctions

WebsiteFunctions are accessible from any page. The output script is referenced on all your pages.

Improve your PageFabric skills

Explore user guide

Have a question?

Join us on twitter