DocBook|Search
Class Reference
%ZEN.Template.PageGenerator.Column2Page
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%ZEN] >  [Template] >  [PageGenerator] >  [Column2Page]
Private  Storage  

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.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 5


Summary

Methods
%GetCaption %RenderSVGIcon %WriteMethods %WriteXDATAContents
%WriteXDATAStyle


Parameters

• parameter DOMAIN = "%ZEN";
Localization domain.

Methods

• classmethod %GetCaption() as %String
Return caption displayed by Wizard for this Page Generator.
• classmethod %RenderSVGIcon(pID As %String) as %Status
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.
• 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.
• 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.
• 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.