Skip to main content
Known Participant
April 25, 2022
Question

Customize heading for Bookmarking alert message

  • April 25, 2022
  • 2 replies
  • 278 views

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

please help

    This topic has been closed for replies.

    2 replies

    Paul Wilson CTDP
    Community Expert
    Community Expert
    April 27, 2022

    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
    TLCMediaDesign
    Inspiring
    April 27, 2022

    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";