• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Customize heading for Bookmarking alert message

New Here ,
Apr 25, 2022 Apr 25, 2022

Copy link to clipboard

Copied

Can we customize the bookmarking popup heading " Adobe Captivate" in captivate? attached image

please help

Views

95

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
People's Champ ,
Apr 27, 2022 Apr 27, 2022

Copy link to clipboard

Copied

The only way I know to do this is to edit the index.html file. You can do this after publishing or edit the index.html here:

"C:\Program Files\Adobe\Adobe Captivate 2019 x64\HTML\index.html"

 

find this:

 

cpXHRJSLoader.js(lJSFiles,function()
{
//console.log("js loaded");

 

add this line just below the //console.log statement

 

cp.model.data.rtDialog.rtWarningTitle = "your title here";

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Apr 27, 2022 Apr 27, 2022

Copy link to clipboard

Copied

LATEST

Once you publish your project to HTML5 open the folder and navigate to the assets/js folder.

Open the CPM.js file in notepad or other editing tool and search for rtWarningTitle: 'Adobe Captivate',

Change the item in the quotes to whatever you would like your alert title to be.

Save your CPM.js file and upload your project to the LMS or webserver to test.

You should be good to go.

 

 

Paul Wilson, CTDP

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Help resources