Author API Initialization
back
Controls whether back button is shown in the Activity editor view.
You would want to use this so that you can disable the use of the back button.
Note Setting both the back and the save.show initialization option to false will hide the navigation bar.
Examples
var initializationOptions = {
"config": {
"activity_edit": {
"back": false
}
}
};
Values
Attribute path config.activity_edit.back
Default true
Type boolean
Related articles
- The
save.showinitialization option, which controls whether the save button is shown in the Activity editor view.