Skip to main content

Previewing preso modes

Related links:


Presentation modes

Related links:

Preview directions:

  1. Open the Slides tab
  2. Set viewing mode to Present (Master)

image

Activate full-screen mode:

image

Prep

Related links:

Preview directions:

  1. Open the Slides tab
  2. Set viewing mode to Present (Master)
  3. Set presentation mode to Prep

image

Present

Related links:

Preview directions:

  1. Open the Slides tab
  2. Set viewing mode to Present (Master)
  3. Set presentation mode to Present

image

Review

Related links:

Preview directions:

  1. Open the Slides tab
  2. Set viewing mode to Present (Master)
  3. Set presentation mode to Review

image

Remote Preso

Related links:

Preview directions:

  1. Open the Slides tab
  2. Set viewing mode to Present (Master)
  3. Set presentation mode to Present

image

  1. Open the TelePreso tab in the right panel

image

  1. Click to "Open in browser"
  2. Select the TelePreso option

image

  1. Navigate through the content using the CDK

Share

Related links:

Preview directions:

  1. Open the Slides tab
  2. Set viewing mode to OnlinePreso

image

Thumbnail

Related links:

Preview directions:

  1. Open the Slides tab
  2. Set viewing mode to Screenshot (Thumbnails)
  3. Set dummy context and feeds to Fixture

image

PDF

Related links:

Preview directions:

note

Unfortunately, it is not possible to generate a PDF using the CDK, however, we can preview the slides in a similar state to which will be viewed by the screenshotter.

  1. Open the Slides tab
  2. Set viewing mode to Screenshot (Full)

image

PresoManager

Related links:

Preview directions:

  1. Open the Slides tab
  2. Set viewing mode to PresoManager
  3. Set PresoManager mode to Edit mode
  4. Set dummy context and feeds to Fixture

image

  1. Switch between Edit mode and Preview for each slide

image

If you are connected to a server with saved companywide values, those values will be shown in the fields; otherwise, the default text and images will be shown.

info

Changes that are made to companywide editable fields in the CDK will not be saved and will not appear in the app. The fields in the CDK are editable for demonstration and development purposes only.

Companywide editable fields will appear as they do in the app - text fields will have blue outlines, image fields will allow you to select an image, and so on.

Empty Preview

Related links:

Preview directions:

  1. Open the Slides tab
  2. Set viewing mode to Empty Preview
  3. Set dummy context and feeds to Fixture

image

Read-only

Related links:

Preview directions:

  1. Open the Slides tab
  2. Select your chosen preso mode
  3. Activate the read-only toggle

image

Offline mode

Related links:

Replicating offline mode

Unfortunately, offline mode replication is not officially supported in the CDK. In order to reproduce offline mode, you will need to take the following steps:

  1. Disconnect your machine from the internet
  2. Manually update the CDK body class from online to offline
  3. Toggle the Bridge.Status.isOnline flag
  4. Trigger the Bridge connectionChanged event

Our suggestion to more effective achieve steps 2 - 4 is to write a function that can be triggered from the dev tools console that executes the required actions.

For example:

const toggleConnection = (status) => {
// Toggle body class
$("body").toggleClass("online", status);
$("body").toggleClass("offline", !status);
// Toggle Bridge status flag
Bridge.Status.isOnline = status;
// Trigger connectionChanged event
$("#slideshow").trigger("connectionChanged", status);
};

Reviewing cached feed images

To review your feeds image cache selections in the CDK:

  1. Open the Slides tab
  2. Open the Feeds tab in the RHS panel
  3. Select the relevant feed
  4. Input your test data

image

  1. Click the offline images icon

image

  1. If your selections were mapped correctly, you will see a list of all of images in your test data that would be cached if this were a live feed fetched at preso creation

image