manifest.js File Properties

The manifest.js file is a JavaScript file that controls the properties of the ViewProjectVersionQuickHelp static resource.

Name    Description
window.$QuickHelp   A JavaScript property assigned to the window object. This property holds an array of objects with each object representing a content page in the Quick Introduction.
pageId   A unique string associated with each page in the Compare Versions Quick Introduction. For example: pageId: 'card-0'

pageContent

 
  Defines the content that displays on each page. Content types include:

heading - Indicates the associated content property displays as a heading. For example:

type: 'heading',

content: 'Selecting Versions'

text - Indicates the associated content property displays as a text in the body of the page. For example:

type: 'text',

content: Versions display in chronological order. Once you select from the first list, the second list offers only subsequent versions.'

image - Indicates the associated content property displays as an image on the page. For example:

type: 'image',

content: 'img/QI-1-Selecting.png'

Note: Note Notepad
Images larger than 400 px are cropped in the Compare Versions Quick Introduction display.

Example

window.$QuickHelp = [
    {
        pageId: 'card-0',
        pageContent: [{
                type: 'heading',
                content: 'Selecting Versions'
            }, {
                type: 'text',
                content: 'Versions display in chronological order. Once you select from 
the first list, the second list offers only subsequent versions.'
            }, {
                type: 'image',
                content: 'img/QI-1-Selecting.png'
            }]
    }, {
        pageId: 'card-1',
        pageContent: [{
                type: 'heading',
                content: 'Headline Cards'
            }, {
                type: 'text',
                content: 'Content from the first selection appears on the 
left of the divider. The compared selection displays on the right.'
            }, {
                type: 'image',
                content: 'img/QI-2-Card.png'
            }]
    }, {
        pageId: 'card-2',
        pageContent: [{
                type: 'heading',
                content: 'Detail Views'
            }, {
                type: 'text',
                content: 'Your first selection displays in the left column. 
Changes display in the right column.'
            }, {
                type: 'image',
                content: 'img/QI-3-Details.png'
            }]
    }];

Related Concepts

Project Versioning and Baselines

Related Tasks

Creating Project Versions and Baselines

Comparing Project Versions and Baselines

Deleting Project Versions and Baselines

Viewing Project Version Details

Customizing the Project Versioning Quick Help Static Resource

Setting up Project Versioning and Baselines

Viewing Project Version Batch Jobs

Reference

About Project Version Permission Controls

Compare Version Fields

Create Project Version Fields

Project Version Detail Indicators

Project Versioning Global Settings

Project Versioning Settings

Version Fields

Version Batch Control Log Fields

Version Item Assignment Fields

Version Item Budget Fields

Version Item Estimates Vs Actuals

Version Item Milestone Fields

Version Item Phase Fields

Version Item Project Detail Fields

Version Item Resource Request Fields

Version Item Task Fields

© Copyright 2009-2018 FinancialForce.com, inc. All rights reserved.
Various trademarks held by their respective owners.