Indicates that the sheet renders with App V2 rather than V1.
The table of contents for this text page.
Static
Internal
_appAn incrementing integer Application ID.
Static
Internal
_maxZThe current maximum z-index of any displayed Application.
Static
BASE_Designates which upstream Application class in this class' inheritance chain is the base application. Any DEFAULT_OPTIONS of super-classes further upstream of the BASE_APPLICATION are ignored. Hook events for super-classes further upstream of the BASE_APPLICATION are not dispatched.
Static
DEFAULT_Static
emittedStatic
isIndicates that the sheet renders with App V2 rather than V1.
Static
RENDER_The sequence of rendering states that describe the Application life-cycle.
Static
TABSConfiguration of application tabs, with an entry per tab group.
Whether the sheet is in view mode.
The JournalEntryPage for this sheet.
Protected
_onProtected
Actions performed when this sheet is closed in some parent view.
Protected
_prepareProtected
Prepare heading level choices.
Static
_migrateInternal
Provide a deprecation path for converted V1 document sheets.
The first parameter received by this class's constructor
Any additional parameters received
Static
inheritanceIterate over the inheritance chain of this Application. The chain includes this Application itself and all parents until the base application is encountered.
Static
parseCSSDimensionParse a CSS style rule into a number of pixels which apply to that dimension.
The CSS style rule
The relevant dimension of the parent element
The parsed style dimension in pixels
Static
waitWait for any images in the given element to load.
The element.
An abstract Application responsible for displaying and editing a single JournalEntryPage Document.
Mixes
HandlebarsApplication