Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PageMetaData have the following attributes

Options

Usage

Values

title

Set page title. The string may contain data which is referred to using {}, see below.

A string

metatag

Define content of meta tags in the page header

A string

The string is created using normal text and {} to refer to information.

...

Data which may be accessed is as below.

Code

Content

{Identity}

Identity of presentation

{PartNumber}

Part number if presentation is a part

{Name}

Name of presentation

{Description}

Description of presentation

{Specification=_PARTSPEC}

Content of specification with specification type (

persistent identity

code)

{Text=KeyText}

A keytext.

Advanced option

Code Block
<PageMetaData>
  <Title separator=", ">
    <Value property="PartNumber"/>
    <Value property="Name"/>
    <Value specification="_PARTSPEC"/>
    <Text text="PageTitle"/>
  </Title>
  <MetaTag separator=", ">
    <Content property="PartNumber"/>
    <Content property="Name"/>
    <Content specification="_PARTSPEC"/>
    <Text text="PageTitle"/>
  </MetaTag>    
</PageMetaData>

...

Page Properties
hiddentrue

Related issues