config.item_edit.settings.full_height - Initialization - Author API

Author API Initialization

full_height

Controls whether the settings container will occupy the full browser height.

You would want to use this to make the Item settings footer always appear at the bottom of the screen.

Examples

var initializationOptions = {
    "config": {
        "item_edit": {
            "settings": {
                "full_height": true
            }
        }
    }
};

Values

Attribute path config.item_edit.settings.full_height

Default false

Type boolean

Was this article helpful?

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