Initialization Option Author API

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

Request object key config.activity_edit.back

Default: true

Type boolean

Related articles

  • The save.show initialization option, which controls whether the save button is shown in the Activity editor view.
Was this article helpful?