SeedCode Logo


fmxj.js
a JavaScript approach to FileMaker Custom Web Publishing™

gh LogoDownload on GitHub

layoutNamesURL(fileName)

Create a FileMaker query to return an array of objects containing layout names for the specified FileMaker file.

fileName
Type: String
A String of the name of the hosted FileMaker file.
example 1
Create a -layoutnames query to return layout names for specified file.

var query = fmxj.layoutNamesURL("Events");
fmxj.postQueryFMS(query, writeResult);//POST query