Skip to main content

Website.TrakDocIndex

class Website.TrakDocIndex

Before using this class, it is NOT necessary to load any content into DocBook.

Method Inventory

Methods

classmethod Generate(verbose As %Boolean = 0)
classmethod GetBody(forFile As %Boolean = 1) as %String
classmethod GetGroupHTML(websitegroup As %String, forFile) as %String
classmethod GetHTML(forFile As %Boolean = 1) as %String
Returns the HTML for index.html for the trakdocs microsite

The argument forFile should be 1 (the default) if we are using this method to generate the index.html file, or 0 if we are using this method to preview this page's HTML elsewhere (such as through HTMLViewer.WebsiteFiles).

If forFile is 0, we use absolute rather than relative links for the icon images (since the relative paths won't work when the HTML is elsewhere, and we want to be able to preview how this page looks with images).

classmethod GetHeadInfo(ByRef title) as DocAPI.v1.HeadInfo
classmethod GetSupportingFiles(verbose As %Boolean)
FeedbackOpens in a new tab