Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

The display.close() method closes a display file that was previously opened with the display.open() method. The rich display file cannot be used again unless you explicitly reopen it with display.open()

Example

  pjs.defineDisplay("display", "screen.json", { userOpen: true });

  display.open();

  //Logic working with the display file fields, etc.

  display.close();

RPG Equivalent 

CLOSE

 

  • No labels