config.activity_edit.back - Initialization - Author API

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.show initialization option, which controls whether the save button is shown in the Activity editor view.
Was this article helpful?

Did you arrive here by accident? If so, learn more about Learnosity.