%ZEN.Template.PageGenerator.Column2Page
class %ZEN.Template.PageGenerator.Column2Page extends %ZEN.Template.PageGenerator
PageGenerator class. This is used by the ZEN Page Wizard to create a new page with 2 columns with methods to resize the columns dynamically.Method Inventory
Parameters
parameter DOMAIN = %ZEN;
Inherited description: Localization domain.
Methods
classmethod %GetCaption() as %String
Return caption displayed by Wizard for this Page Generator.
Draw the SVG icon displayed within the PageWizard.
This should return a set of JS statements that will create a set of SVG elements. These elements should be placed within an SVG container called theGroup.
pID is the id that should be assigned to the background SVG element so that mouse handling and highlighting will work.
This should return a set of JS statements that will create a set of SVG elements. These elements should be placed within an SVG container called theGroup.
pID is the id that should be assigned to the background SVG element so that mouse handling and highlighting will work.
classmethod %WriteMethods(pInfo As %ZEN.Template.PageGeneratorInfo) as %Status
Write out method definitions for this page.
pInfo includes information about the class to be created.
pInfo includes information about the class to be created.
classmethod %WriteXDATAContents(pInfo As %ZEN.Template.PageGeneratorInfo) as %Status
Write out the contents of the XDATA Contents block for this page.
pInfo includes information about the class to be created.
pInfo includes information about the class to be created.
classmethod %WriteXDATAStyle(pInfo As %ZEN.Template.PageGeneratorInfo) as %Status
Write out the contents of the XDATA Style block for this page.
pInfo includes information about the class to be created.
pInfo includes information about the class to be created.