Skip to main content

%ZEN.StudioDocument.ZENPageEditorDocument

deprecated stream class %ZEN.StudioDocument.ZENPageEditorDocument extends %ZEN.StudioDocument.AbstractDocument

Studio Document class for Zen Page Editor.
This document class applies to Zen page classes: It allows the user to view a visual representation of a Zen page class.

Method Inventory

Parameters

parameter DESCRIPTION = Zen Page Editor;
Inherited description: Description Studio will display for this document.
If DOMAIN is defined this will be localized.
parameter DOCUMENTCLASS = %ZEN.Component.page;
If set, name of superclass used for documents of this type.
parameter DOMAIN = %ZEN;
parameter EDITORURL = %25ZEN.StudioDocument.ZENPageEditor.cls;
Inherited description: URL of the editor Studio will display within its HTML pane.
parameter EXTENSION = .zen;
Inherited description: File extension used for this document (e.g., ".dtl")

Methods

classmethod IsEnabled() as %Boolean
Returns true if this document type is enabled, and false to disable it

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab