Documentation

padding

spacing between context border and int contents

number padding;

Example

webix.ui({
    view:"context",
    body:"...",
    master:"...",
    padding: 10
})

See also

Details

The default value here is 4px.

Back to top