Changes the Layout for the Project. This will change all the forms in the Project that are set to use the Project's Layout to the one at the specified path.
The path should be relative to the root of the Project or one of its dependent projects. It must start with a forward slash as a path separator.
The new Layout must have the same Framework and collection of Property Sets as the current Theme otherwise the Form may not look as expected.
The path should be relative to the root of the Project or one of its dependent projects. It must start with a forward slash as a path separator.
The new Layout must have the same Framework and collection of Property Sets as the current Theme otherwise the Form may not look as expected.
For further information see:
JavaScript example:
var project = projects.myProject; project.setAppLayout("/layouts/myLayout");