WebPageBase (open)
Syntax
LOADLIB "mod::publisher/lib/webdesign.whlib";
OBJECTTYPE WebPageBase
Constructor
- MACRO NEW()
Constructs a new WebPageBase object
Properties
- PROPERTY absolutebaseurl
The full URL up to the current file
- PROPERTY subpath
The remainder of the URL, excluding any variables.
- PROPERTY webdesign
Current webdesign
Functions
- RECORD FUNCTION GetDynamicPageCacheSettings()
Override GetDynamicPageCacheSettings to set your own cache settings. The page must already have been marked as cacheable (ie have a cachettl)
- MACRO PTR FUNCTION GetPageBody()
Update this function to return the macro ptr that renders the page body