config.activity_list.toolbar.search - Initialization - Author API

Author API Initialization

search

Controls whether the search functionality is shown in the Activity list.

You would want to use this to hide the search interface.

Examples

// Hide the search functionality
var initializationOptions = {
    "config": {
        "activity_list": {
            "toolbar": {
                "search": false
            }
        }
    }
};

Values

Attribute path config.activity_list.toolbar.search

Default true

Type boolean

Was this article helpful?

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