projectdoc Toolbox

Short Description
The date and time of the document creation are added to the blueprint context.
Iteration
Filled

Description

Explains the parameters related to the creation that are added to the blueprint context.

Add Creation Metadata to Blueprint Context

The following properties are added to the blueprint context.

ParameterDescription
projectdoc.doctype.common.creationDateThe date of the creation formatted by the user's preferences.
projectdoc.doctype.common.creationTimeThe time of the creation formatted by the user's preferences.
de.smartics.projectdoc.creationDateInstanceThe date instance for access by the Java API.

Transcluded By

NameShort DescriptionDoctype
ProjectDocContextProvider
The standard context provider or templates.
component
ProjectDocSpaceContextProvider
Context provider to templates of structural pages that need not to be created individually. This is usually the case for pages like the space homepage. It is created once and edited by the user. There is no need to create this page in an existing page, like it may be the case for a doctype homepage.
component
ProjectDocSubdocumentContextProvider
The standard context provider or templates to create subpages. The context provider basically deals with the title uniqueness (by adding the parent document's name as part of the page title) and sort order (first documents first).
component
SubspaceContextProvider
The standard context provider for home and special pages.
component