afterCreateLayout

When

After creating a new layout in the Studio Server system. This includes Save As.

Where

Arguments in

Key Description
Core_ID The object id of the layout that was created.

Arguments out

n/a

Notes

Changes can be made to the document, these will be saved and sent to the Studio Server system.

Examples

Using afterCreateLayout

var msg = "Created layout ID: " + app.scriptArgs.get("Core_ID");
alert(msg);

Supported versions

Adobe Version Supported
2023
2024
2025
2026

See also