ctm.enableSlideScroll

The method of the JS Bridge functionality is intended to enable slide switching even if the clm__IsFixed__c attribute of the Slide object is true.

Query Format

ctm.disableSlideScroll()

Handler

Use a handler function to describe the output format of the query results, e.g., to display the results of operations or method errors for debugging purposes.

ctm.disableSlideScroll()
ctm.enableSlideScroll( function(response){
    console.log('Result', response);
})

The results:

[
    "success": true"
]
``